Definition Type: Attribute
Name: LoadSpot
Namespace: http://www.api.org/pidXML
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: BillOfLadingCreate.xsd
ContentType Restriction
Use (Optional)
Documentation:
Identifies which lane or loading area the driver loaded the product.
Collapse XSD Schema Diagram:
XSD Diagram of LoadSpot in schema billofladingcreate_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<attribute name="LoadSpot">
    <annotation>
        <documentation>Identifies which lane or loading area the driver loaded the product.</documentation>
    </annotation>
    <simpleType>
        <restriction base="NMTOKEN">
            <pattern value="[0-9a-zA-Z]{1,30}" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Pattern [0-9a-zA-Z]{1,30}