Definition Type: Element
Name: AdvancedShipNoticeProperties
Namespace: http://www.api.org/pidXML
Containing Schema: ASN.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comment in schema pidxlib_xsd Drilldown into ScheduleDateTimeRange in schema pidxlib_xsd Drilldown into ScheduleDateTime in schema pidxlib_xsd Drilldown into CustomerSpecificInformation in schema pidxlib_xsd Drilldown into SpecialInstructions in schema pidxlib_xsd Drilldown into PortOfDischarge in schema pidxlib_xsd Drilldown into IntermodalService in schema pidxlib_xsd Drilldown into PortOfLoading in schema pidxlib_xsd Drilldown into ConveyanceInformation in schema pidxlib_xsd Drilldown into ShipmentTerms in schema pidxlib_xsd Drilldown into ShipmentMethodOfPayment in schema pidxlib_xsd Drilldown into DocumentReference in schema pidxlib_xsd Drilldown into PartnerInformation in schema pidxlib_xsd Drilldown into LanguageCode in schema pidxlib_xsd Drilldown into SystemAccountCode in schema pidxlib_xsd Drilldown into TransportMethod in schema pidxlib_xsd Drilldown into DateTimeRange in schema pidxlib_xsd Drilldown into PurchaseOrderReferenceInformation in schema pidxlib_xsd Drilldown into LoadTenderInformation in schema pidxlib_xsd Drilldown into ShipDate in schema pidxlib_xsd Drilldown into ShipmentIdentifier in schema pidxlib_xsdXSD Diagram of AdvancedShipNoticeProperties in schema asn_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="AdvancedShipNoticeProperties">
    <complexType>
        <sequence>
            <element ref="pidx:ShipmentIdentifier" />
            <element ref="pidx:ShipDate" />
            <element ref="pidx:LoadTenderInformation" minOccurs="0" />
            <element ref="pidx:PurchaseOrderReferenceInformation" minOccurs="0" />
            <element ref="pidx:DateTimeRange" minOccurs="0" />
            <element ref="pidx:TransportMethod" minOccurs="0" />
            <element ref="pidx:SystemAccountCode" minOccurs="0" />
            <element ref="pidx:LanguageCode" minOccurs="0" />
            <element ref="pidx:PartnerInformation" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:DocumentReference" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:ShipmentMethodOfPayment" minOccurs="0" />
            <element ref="pidx:ShipmentTerms" minOccurs="0" />
            <element ref="pidx:ConveyanceInformation" minOccurs="0" />
            <element ref="pidx:PortOfLoading" minOccurs="0" />
            <element ref="pidx:IntermodalService" minOccurs="0" />
            <element ref="pidx:PortOfDischarge" minOccurs="0" />
            <element ref="pidx:SpecialInstructions" minOccurs="0" maxOccurs="unbounded" />
            <element ref="pidx:CustomerSpecificInformation" minOccurs="0" maxOccurs="unbounded" />
            <choice minOccurs="0">
                <element ref="pidx:ScheduleDateTime" />
                <element ref="pidx:ScheduleDateTimeRange" />
            </choice>
            <element ref="pidx:Comment" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShipmentIdentifier pidx:ShipmentIdentifier (1) (1)
ShipDate pidx:ShipDate (1) (1)
LoadTenderInformation pidx:LoadTenderInformation 0 (1)
PurchaseOrderReferenceInformation pidx:PurchaseOrderReferenceInformation 0 (1)
DateTimeRange pidx:DateTimeRange 0 (1)
TransportMethod pidx:TransportMethod 0 (1)
SystemAccountCode pidx:SystemAccountCode 0 (1)
LanguageCode pidx:LanguageCode 0 (1)
PartnerInformation pidx:PartnerInformation 0 unbounded
DocumentReference pidx:DocumentReference 0 unbounded
ShipmentMethodOfPayment pidx:ShipmentMethodOfPayment 0 (1)
ShipmentTerms pidx:ShipmentTerms 0 (1)
ConveyanceInformation pidx:ConveyanceInformation 0 (1)
PortOfLoading pidx:PortOfLoading 0 (1)
IntermodalService pidx:IntermodalService 0 (1)
PortOfDischarge pidx:PortOfDischarge 0 (1)
SpecialInstructions pidx:SpecialInstructions 0 unbounded
CustomerSpecificInformation pidx:CustomerSpecificInformation 0 unbounded
ScheduleDateTime pidx:ScheduleDateTime (1) (1)
ScheduleDateTimeRange pidx:ScheduleDateTimeRange (1) (1)
Comment pidx:Comment 0 unbounded