Definition Type: ComplexType
Name: VehicleInformationType
Namespace: http://www.api.org/pidXML
Containing Schema: BillOfLadingCreate.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into VehicleNumber in schema billofladingcreate_xsd Drilldown into VehicleType in schema billofladingcreate_xsdXSD Diagram of VehicleInformationType in schema billofladingcreate_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<complexType name="VehicleInformationType">
    <attribute name="VehicleType" type="pidx:VehicleTypeCodeType" />
    <attribute name="VehicleNumber" use="required">
        <annotation>
            <documentation>An identifier used for the vehicle/transport involved.</documentation>
        </annotation>
        <simpleType>
            <restriction base="NMTOKEN">
                <pattern value="[0-9,a-zA-Z]{1,10}" />
            </restriction>
        </simpleType>
    </attribute>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
VehicleType pidx:VehicleType (Optional)
VehicleNumber pidx:VehicleNumber Required
Collapse Derivation Tree:
Collapse References:
pidx:VehicleInformation