Namespace: |
|
Content: |
complex, 8 elements |
Defined: |
globally in sales.xsd; see XML source |
Includes: |
definitions of 8 elements |
Used: |
at 1 location |

| XML Representation Summary | |||||
| <...> | |||||
|
|||||
| </...> | |||||
| <xsd:complexType name="AddressDataType"> <xsd:sequence> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="2"/> <xsd:maxLength value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:minLength value="2"/> <xsd:maxLength value="2"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> |
Type: |
xsd:string, predefined, simple content |
|
||||||||||||
| <xsd:element name="City" nillable="false" type="xsd:string"/> |
Type: |
xsd:string, predefined, simple content |
|
||||||||||||
| <xsd:element name="Country" nillable="false" type="xsd:string"/> |
Type: |
|
||||||||||||
maxLength: |
2 |
minLength: |
2 |
| Type Derivation Tree xsd:string (restriction) |
Derivation: |
restriction of xsd:string |
|
| <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> |
Type: |
xsd:string, predefined, simple content |
|
||||||||||||
| <xsd:element name="PostalCode" nillable="false" type="xsd:string"/> |
Type: |
xsd:string, predefined, simple content |
Nillable: |
(can be declared as nil using xsi:nil attribute in instance XML documents) |
|
||||||||||||
| <xsd:element minOccurs="0" name="State" nillable="true" type="xsd:string"/> |
Type: |
|
Nillable: |
(can be declared as nil using xsi:nil attribute in instance XML documents) |
|
||||||||||||
maxLength: |
5 |
minLength: |
2 |
| Type Derivation Tree xsd:string (restriction) |
Derivation: |
restriction of xsd:string |
|
| <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> |
Type: |
xsd:string, predefined, simple content |
|
||||||||||||
| <xsd:element name="Street1" nillable="false" type="xsd:string"/> |
Type: |
xsd:string, predefined, simple content |
Nillable: |
(can be declared as nil using xsi:nil attribute in instance XML documents) |
|
||||||||||||
| <xsd:element minOccurs="0" name="Street2" nillable="true" type="xsd:string"/> |
| XML schema documentation generated with DocFlex/XML SDK 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration. |