Definition Type: ComplexType
Name: DriverInformationType
Namespace: http://www.api.org/pidXML
Containing Schema: BillOfLadingCreate.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SecondaryDriverID in schema billofladingcreate_xsd Drilldown into Signature in schema billofladingcreate_xsd Drilldown into DriverName in schema billofladingcreate_xsd Drilldown into DriverID in schema billofladingcreate_xsdXSD Diagram of DriverInformationType in schema billofladingcreate_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<complexType name="DriverInformationType">
    <sequence>
        <element ref="pidx:SecondaryDriverID" minOccurs="0" />
    </sequence>
    <attribute name="DriverID" use="required">
        <annotation>
            <documentation>Data that belongs to the Terminal Automation System.</documentation>
        </annotation>
        <simpleType>
            <restriction base="NMTOKEN">
                <pattern value="[0-9a-zA-Z]{1,20}" />
            </restriction>
        </simpleType>
    </attribute>
    <attribute name="DriverName">
        <simpleType>
            <restriction base="NMTOKEN">
                <pattern value="[0-9a-zA-Z]{1,30}" />
            </restriction>
        </simpleType>
    </attribute>
    <attribute name="Signature" type="string" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SecondaryDriverID pidx:SecondaryDriverID 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
DriverID pidx:DriverID Required
DriverName pidx:DriverName (Optional)
Signature pidx:Signature (Optional)
Collapse Derivation Tree:
Collapse References:
pidx:DriverInformation