| schema location: | http://www.con-way.com/XML/StateList.xsd |
| Elements | Simple types |
| StateList | StateListDescriptionType |
| schema location: | http://www.con-way.com/XML/LocationTypes.xsd |
| diagram | ![]() |
||
| properties |
|
||
| children | US CN MX | ||
| annotation |
|
||
| source | <xs:element name="StateList"> <xs:annotation> <xs:documentation>Validates StateList.xml. Uses LocationTypes.xsd </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="US"> <xs:complexType> <xs:sequence> <xs:element name="CountryName" type="CountryNameType"/> <xs:element name="StateListDescription" type="StateListDescriptionType"/> <xs:element name="State" type="USStatePairType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="CN"> <xs:complexType> <xs:sequence> <xs:element name="CountryName" type="CountryNameType"/> <xs:element name="StateListDescription" type="StateListDescriptionType"/> <xs:element name="State" type="CNStatePairType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="MX"> <xs:complexType> <xs:sequence> <xs:element name="CountryName" type="CountryNameType"/> <xs:element name="StateListDescription" type="StateListDescriptionType"/> <xs:element name="State" type="MXStatePairType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||
| properties |
|
||||
| children | CountryName StateListDescription State | ||||
| source | <xs:element name="US"> <xs:complexType> <xs:sequence> <xs:element name="CountryName" type="CountryNameType"/> <xs:element name="StateListDescription" type="StateListDescriptionType"/> <xs:element name="State" type="USStatePairType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |||||||||||
| type | CountryNameType | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| source | <xs:element name="CountryName" type="CountryNameType"/> |
| diagram | |||||||||
| type | StateListDescriptionType | ||||||||
| properties |
|
||||||||
| facets |
|
||||||||
| source | <xs:element name="StateListDescription" type="StateListDescriptionType"/> |
| diagram | ![]() |
||||
| type | USStatePairType | ||||
| properties |
|
||||
| children | USStateCode USStateName | ||||
| source | <xs:element name="State" type="USStatePairType" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||
| properties |
|
||||
| children | CountryName StateListDescription State | ||||
| source | <xs:element name="CN"> <xs:complexType> <xs:sequence> <xs:element name="CountryName" type="CountryNameType"/> <xs:element name="StateListDescription" type="StateListDescriptionType"/> <xs:element name="State" type="CNStatePairType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |||||||||||
| type | CountryNameType | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| source | <xs:element name="CountryName" type="CountryNameType"/> |
| diagram | |||||||||
| type | StateListDescriptionType | ||||||||
| properties |
|
||||||||
| facets |
|
||||||||
| source | <xs:element name="StateListDescription" type="StateListDescriptionType"/> |
| diagram | ![]() |
||||
| type | CNStatePairType | ||||
| properties |
|
||||
| children | CNStateCode CNStateName | ||||
| source | <xs:element name="State" type="CNStatePairType" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||
| properties |
|
||||
| children | CountryName StateListDescription State | ||||
| source | <xs:element name="MX"> <xs:complexType> <xs:sequence> <xs:element name="CountryName" type="CountryNameType"/> <xs:element name="StateListDescription" type="StateListDescriptionType"/> <xs:element name="State" type="MXStatePairType" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |||||||||||
| type | CountryNameType | ||||||||||
| properties |
|
||||||||||
| facets |
|
||||||||||
| source | <xs:element name="CountryName" type="CountryNameType"/> |
| diagram | |||||||||
| type | StateListDescriptionType | ||||||||
| properties |
|
||||||||
| facets |
|
||||||||
| source | <xs:element name="StateListDescription" type="StateListDescriptionType"/> |
| diagram | ![]() |
||||
| type | MXStatePairType | ||||
| properties |
|
||||
| children | MXStateCode MXStateName | ||||
| source | <xs:element name="State" type="MXStatePairType" maxOccurs="unbounded"/> |
| type | restriction of xs:string | ||||||||
| used by |
|
||||||||
| facets |
|
||||||||
| annotation |
|
||||||||
| source | <xs:simpleType name="StateListDescriptionType"> <xs:annotation> <xs:documentation>base type validates StateListDescription</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:whiteSpace value="collapse"/> <xs:enumeration value="-USA States/Territories-"/> <xs:enumeration value="-Canadian Provinces-"/> <xs:enumeration value="-MX States/Districts-"/> </xs:restriction> </xs:simpleType> |
| diagram | ![]() |
||
| type | AddrType | ||
| properties |
|
||
| facets |
|
||
| annotation |
|
||
| source | <xs:element name="Addr" type="AddrType"> <xs:annotation> <xs:documentation>Any address validated by AddressType</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | AddressType | ||
| properties |
|
||
| children | Name Addr City State PostalCode | ||
| annotation |
|
||
| source | <xs:element name="Address" type="AddressType"> <xs:annotation> <xs:documentation>Any address validated by AddressType</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="BillToState" substitutionGroup="State"> <xs:annotation> <xs:documentation>BillTo's 2 char US state or Canadian province code validated by USCNStateCodeType</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="BillToZip" substitutionGroup="Zip"> <xs:annotation> <xs:documentation>US or Canadian BillTo postal code with country attribute validated by USCNPostalCodeWithCountry Type</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | CityType | ||
| properties |
|
||
| facets |
|
||
| annotation |
|
||
| source | <xs:element name="City" type="CityType"> <xs:annotation> <xs:documentation>City Element validated by CityType</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | CNAddressType | ||
| properties |
|
||
| children | Name Name1 Addr City State PostalCode | ||
| annotation |
|
||
| source | <xs:element name="CNAddress" type="CNAddressType"> <xs:annotation> <xs:documentation>Canadian address validated by CNAddressType</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||
| type | CNCountryCodeType | ||||||||
| properties |
|
||||||||
| facets |
|
||||||||
| annotation |
|
||||||||
| source | <xs:element name="CNCountryCode" type="CNCountryCodeType"> <xs:annotation> <xs:documentation>enumeration of valid 2 char Canadian country codes</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||
| type | CNPostalCodeType | ||||||||
| properties |
|
||||||||
| facets |
|
||||||||
| annotation |
|
||||||||
| source | <xs:element name="CNPostalCode" type="CNPostalCodeType"> <xs:annotation> <xs:documentation>Canadian postal code validated by CNPostalCodeType</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||||||||||||||||||||
| type | CNStateCodeType | ||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||
| source | <xs:element name="CNStateCode" type="CNStateCodeType"> <xs:annotation> <xs:documentation>2 char Canadian province code validated by CNStateCodeType</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||||||||||||||||
| type | CNStateNameType | ||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||
| source | <xs:element name="CNStateName" type="CNStateNameType"> <xs:annotation> <xs:documentation>Canadian province name validated by CNStateNameType</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | CNStatePairType | ||
| properties |
|
||
| children | CNStateCode CNStateName | ||
| annotation |
|
||
| source | <xs:element name="CNStatePair" type="CNStatePairType"> <xs:annotation> <xs:documentation>2 char Canadian province code and name pair validated by StatePairType</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="CODremitToState" substitutionGroup="State"> <xs:annotation> <xs:documentation>COD party's 2 char US state or Canadian province code validated by USCNStateCodeType</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
| propertie |