| schema location: | http://www.con-way.com/XML/ServiceCenterTypes.xsd |
| Elements | Complex types | Simple types |
| ServiceCenter | ServiceCenterType | ZoneRatingType |
| SIC | USPortType | ZoneType |
| USPort | ZoneItemType |
| schema location: | http://www.con-way.com/XML/ComponentTypes.xsd |
| Elements | Simple types |
| Component | ComponentType |
| schema location: | http://www.con-way.com/XML/LocationTypes.xsd |
| diagram | ![]() |
||
| type | ServiceCenterType | ||
| properties |
|
||
| children | SIC Component City StateCode CountryCode | ||
| source | <xs:element name="ServiceCenter" type="ServiceCenterType"/> |
| diagram | |||||
| type | restriction of xs:string | ||||
| properties |
|
||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:element name="SIC"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:whiteSpace value="collapse"/> <xs:length value="3"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | ![]() |
||
| type | USPortType | ||
| properties |
|
||
| children | SIC City StateCode CountryCode | ||
| source | <xs:element name="USPort" type="USPortType"/> |
| diagram | ![]() |
||||
| children | SIC Component City StateCode CountryCode | ||||
| used by |
|
||||
| source | <xs:complexType name="ServiceCenterType"> <xs:sequence> <xs:element ref="SIC"/> <xs:element ref="Component"/> <xs:element ref="City"/> <xs:element ref="StateCode"/> <xs:element ref="CountryCode"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||
| type | restriction of ServiceCenterType | ||
| properties |
|
||
| children | SIC City StateCode CountryCode | ||
| used by |
|
||
| source | <xs:complexType name="USPortType"> <xs:complexContent> <xs:restriction base="ServiceCenterType"> <xs:sequence> <xs:element ref="SIC"/> <xs:element ref="City"/> <xs:element ref="StateCode"/> <xs:element ref="CountryCode"/> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
| children | Zone Description ZoneRating |
| source | <xs:complexType name="ZoneItemType"> <xs:sequence> <xs:element name="Zone" type="ZoneType"/> <xs:element name="Description" type="xs:string"/> <xs:element name="ZoneRating" type="ZoneRatingType"/> </xs:sequence> </xs:complexType> |
| diagram | |||||
| type | ZoneType | ||||
| properties |
|
||||
| source | <xs:element name="Zone" type="ZoneType"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Description" type="xs:string"/> |
| diagram | |||||
| type | ZoneRatingType | ||||
| properties |
|
||||
| source | <xs:element name="ZoneRating" type="ZoneRatingType"/> |
| type | xs:string | ||
| used by |
|
||
| source | <xs:simpleType name="ZoneRatingType"> <xs:restriction base="xs:string"/> </xs:simpleType> |
| type | xs:string | ||
| used by |
|
||
| source | <xs:simpleType name="ZoneType"> <xs:restriction base="xs:string"/> </xs:simpleType> |
| diagram | |||||||||||||||||
| type | ComponentType | ||||||||||||||||
| properties |
|
||||||||||||||||
| used by |
|
||||||||||||||||
| facets |
|
||||||||||||||||
| source | <xs:element name="Component" type="ComponentType"/> |
| type | restriction of xs:string | ||||||||||||||||
| used by |
|
||||||||||||||||
| facets |
|
||||||||||||||||
| annotation |
|
||||||||||||||||
| source | <xs:simpleType name="ComponentType"> <xs:annotation> <xs:documentation>Con-Way components</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:length value="3"/> <xs:enumeration value="CWX"/> <xs:enumeration value="CSE"/> <xs:enumeration value="CCX"/> <xs:enumeration value="CMX"/> <xs:enumeration value="CTS"/> <xs:enumeration value="CAX"/> <xs:enumeration value="NOW"/> </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 |
|
||
| used by |
|
||
| 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 | ![]() |
||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="CODremitToZip" substitutionGroup="Zip"> <xs:annotation> <xs:documentation>US or Canadian COD party postal code with country attribute validated by USCNPostalCodeWithCountry Type</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="ConsigneeState" substitutionGroup="State"> <xs:annotation> <xs:documentation>Consignee'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="ConsigneeZip" substitutionGroup="Zip"> <xs:annotation> <xs:documentation>US or Canadian Consignee postal code with country attribute validated by USCNPostalCodeWithCountry</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | CountryCodeType | ||
| properties |
|
||
| used by |
|
||
| annotation |
|
||
| source | <xs:element name="CountryCode" type="CountryCodeType"> <xs:annotation> <xs:documentation>any country code validated by CountryCodeType</ |