element <StateId> (local)
Namespace:
Type:
anonymous simpleType (restriction of xsd:string)
Content:
simple
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within AddressDataType complexType in sales.xsd; see XML source
Component Diagram
XML Representation Summary
<StateId>
   
Content: 
{ xsd:string }
</StateId>
Simple Content Detail:
MinLength:
2
MaxLength:
5

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:
5
XML Source (see within schema source)
<xsd:element minOccurs="0" name="StateId" nillable="true">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="2"/>
<xsd:maxLength value="5"/>
</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.