element <CountryId> (local)
Namespace:
Type:
anonymous simpleType (restriction of xsd:string)
Content:
simple
Defined:
locally within AddressDataType complexType in sales.xsd; see XML source
Component Diagram
XML Representation Summary
<CountryId>
   
Content: 
{ xsd:string }
</CountryId>
Simple Content Detail:
MinLength:
2
MaxLength:
2

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xsd:string (restriction)
  simpleType
Derivation:
restriction of xsd:string
Facets:
minLength:
2
maxLength:
2
XML Source (see within schema source)
<xsd:element name="CountryId" nillable="false">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="2"/>
<xsd:maxLength value="2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.