Definition Type: Element
Name: AdvancedShipNoticeDetails
Namespace: http://www.api.org/pidXML
Containing Schema: ASN.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ShipmentPackaging in schema pidxlib_xsd Drilldown into AdvancedShipNoticeLineItems in schema pidxlib_xsd Drilldown into ShipNoticeEquipmentDetails in schema pidxlib_xsdXSD Diagram of AdvancedShipNoticeDetails in schema asn_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="AdvancedShipNoticeDetails">
    <complexType>
        <sequence>
            <element ref="pidx:ShipNoticeEquipmentDetails" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:AdvancedShipNoticeLineItems" maxOccurs="unbounded" />
            <element ref="pidx:ShipmentPackaging" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShipNoticeEquipmentDetails pidx:ShipNoticeEquipmentDetails 0 unbounded
AdvancedShipNoticeLineItems pidx:AdvancedShipNoticeLineItems (1) unbounded
ShipmentPackaging pidx:ShipmentPackaging 0 unbounded