Definition Type: ComplexType
Name: ShipToInformationType
Namespace: http://www.api.org/pidXML
Containing Schema: BillOfLadingCreate.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AddressInformation in schema pidxlib_xsd Drilldown into ShipToStateCode in schema billofladingcreate_xsd Drilldown into ShipToName in schema billofladingcreate_xsd Drilldown into ShipToID in schema billofladingcreate_xsd Drilldown into ShipToCountyCode in schema billofladingcreate_xsd Drilldown into ShipToCityCode in schema billofladingcreate_xsdXSD Diagram of ShipToInformationType in schema billofladingcreate_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddressInformation pidx:AddressInformation 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
ShipToCityCode pidx:ShipToCityCode (Optional)
ShipToCountyCode pidx:ShipToCountyCode (Optional)
ShipToID pidx:ShipToID (Optional)
ShipToName pidx:ShipToName (Optional)
ShipToStateCode pidx:ShipToStateCode Required
Collapse Derivation Tree:
Collapse References:
pidx:ShipToInformation