Definition Type: Attribute
Name: AuthorizationCode
Namespace: http://www.api.org/pidXML
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: BillOfLadingCreate.xsd
ContentType Restriction
Use (Optional)
Documentation:
For real-time (PDXR) type authorizations, this is the number assigned/returned from the load authorizing application.
Collapse XSD Schema Diagram:
XSD Diagram of AuthorizationCode in schema billofladingcreate_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<attribute name="AuthorizationCode">
    <annotation>
        <documentation>For real-time (PDXR) type authorizations, this is the number assigned/returned from the load authorizing application.</documentation>
    </annotation>
    <simpleType>
        <restriction base="NMTOKEN">
            <pattern value="[0-9]{8}" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Pattern [0-9]{8}