Definition Type: ComplexType
Name: PostingAcceptLineItemType
Namespace: urn:cidx:names:specification:ces:schema:all:5:0
Containing Schema: CIDX_5.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ShipTo in schema cidx_5_0_xsd Drilldown into ShipFrom in schema cidx_5_0_xsd Drilldown into SpecialInstructions in schema cidx_5_0_xsd Drilldown into RequestedDeliveryDateTime in schema cidx_5_0_xsd Drilldown into ShippingAvailabilityDate in schema cidx_5_0_xsd Drilldown into PriceInformation in schema cidx_5_0_xsd Drilldown into ProductQuantity in schema cidx_5_0_xsd Drilldown into ManufacturerInformation in schema cidx_5_0_xsd Drilldown into MarketingName in schema cidx_5_0_xsd Drilldown into CountryOfOriginCode in schema cidx_5_0_xsd Drilldown into PackagingInformation in schema cidx_5_0_xsd Drilldown into ProductSpecification in schema cidx_5_0_xsd Drilldown into ProductIdentification in schema cidx_5_0_xsd Drilldown into LineNumber in schema cidx_5_0_xsdXSD Diagram of PostingAcceptLineItemType in schema cidx_5_0_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="PostingAcceptLineItemType">
    <xsd:sequence>
        <xsd:element ref="LineNumber" />
        <xsd:element ref="ProductIdentification" />
        <xsd:element ref="ProductSpecification" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="PackagingInformation" minOccurs="0" />
        <xsd:element ref="CountryOfOriginCode" minOccurs="0" />
        <xsd:element ref="MarketingName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ManufacturerInformation" minOccurs="0" />
        <xsd:element ref="ProductQuantity" />
        <xsd:element ref="PriceInformation" minOccurs="0" />
        <xsd:choice>
            <xsd:element ref="ShippingAvailabilityDate" />
            <xsd:element ref="RequestedDeliveryDateTime" />
        </xsd:choice>
        <xsd:element ref="SpecialInstructions" minOccurs="0" maxOccurs="unbounded" />
        <xsd:sequence minOccurs="0" maxOccurs="unbounded">
            <xsd:element ref="ShipFrom" />
            <xsd:element ref="ShipTo" />
        </xsd:sequence>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineNumber nsA:LineNumber (1) (1)
ProductIdentification nsA:ProductIdentification (1) (1)
ProductSpecification nsA:ProductSpecification 0 unbounded
PackagingInformation nsA:PackagingInformation 0 (1)
CountryOfOriginCode nsA:CountryOfOriginCode 0 (1)
MarketingName nsA:MarketingName 0 unbounded
ManufacturerInformation nsA:ManufacturerInformation 0 (1)
ProductQuantity nsA:ProductQuantity (1) (1)
PriceInformation nsA:PriceInformation 0 (1)
ShippingAvailabilityDate nsA:ShippingAvailabilityDate (1) (1)
RequestedDeliveryDateTime nsA:RequestedDeliveryDateTime (1) (1)
SpecialInstructions nsA:SpecialInstructions 0 unbounded
ShipFrom nsA:ShipFrom (1) (1)
ShipTo nsA:ShipTo (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:PostingAcceptLineItem