Definition Type: Attribute
Name: ShipToStateCode
Namespace: http://www.api.org/pidXML
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: BillOfLadingCreate.xsd
ContentType Restriction
Use Required
Documentation:
Specifies the state to which goods are shipped.
Collapse XSD Schema Diagram:
XSD Diagram of ShipToStateCode in schema billofladingcreate_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Pattern [0-9a-zA-Z]{2}