Definition Type: Element
Name: ManufacturingIdentificationDetails
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Structure containing information relative to the manufacture of lading.
Collapse XSD Schema Diagram:
Drilldown into ParentManufacturingIdentifier in schema pidxlib_xsd Drilldown into ManufacturingIdentifier in schema pidxlib_xsd Drilldown into ManufacturingIdentificationTypeCode in schema pidxlib_xsdXSD Diagram of ManufacturingIdentificationDetails in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="ManufacturingIdentificationDetails">
    <annotation>
        <documentation>Structure containing information relative to the manufacture of lading.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="pidx:ManufacturingIdentificationTypeCode" />
            <element ref="pidx:ManufacturingIdentifier" />
            <element ref="pidx:ParentManufacturingIdentifier" minOccurs="0" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ManufacturingIdentificationTypeCode pidx:ManufacturingIdentificationTypeCode (1) (1)
ManufacturingIdentifier pidx:ManufacturingIdentifier (1) (1)
ParentManufacturingIdentifier pidx:ParentManufacturingIdentifier 0 (1)