Definition Type: Attribute
Name: BillOfLadingNumber
Namespace: http://www.api.org/pidXML
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: BillOfLadingCreate.xsd
ContentType Restriction
Use Required
Documentation:
An alpha-numeric field, which contains the significant digits of the bill of lading number. Right justification and padding with leading zeros is not required.
Collapse XSD Schema Diagram:
XSD Diagram of BillOfLadingNumber in schema billofladingcreate_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<attribute name="BillOfLadingNumber" use="required">
    <annotation>
        <documentation>An alpha-numeric field, which contains the significant digits of the bill of lading number.  Right justification and padding with leading zeros is not required.</documentation>
    </annotation>
    <simpleType>
        <restriction base="NMTOKEN">
            <pattern value="[0-9,a-zA-Z]{1,16}" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Pattern [0-9,a-zA-Z]{1,16}