<complexType name="ShipToInformationType">
<sequence>
<element ref="pidx:AddressInformation" minOccurs="0" />
</sequence>
<attribute name="ShipToCityCode" type="string">
<annotation>
<documentation />
</annotation>
</attribute>
<attribute name="ShipToCountyCode" type="string">
<annotation>
<documentation>Refers to PDXB v3: DestinationCountyCode</documentation>
</annotation>
</attribute>
<attribute name="ShipToID" type="string">
<annotation>
<documentation />
</annotation>
</attribute>
<attribute name="ShipToName" type="string">
<annotation>
<documentation>Specifies the name of a receiver of a product. In some cases this may be the marketer. In other cases, this may be the end location.</documentation>
</annotation>
</attribute>
<attribute name="ShipToStateCode" use="required">
<annotation>
<documentation>Specifies the state to which goods are shipped.</documentation>
</annotation>
<simpleType>
<restriction base="NMTOKEN">
<pattern value="[0-9a-zA-Z]{2}" />
</restriction>
</simpleType>
</attribute>
</complexType>
|