Definition Type: ComplexType
Name: PostingChangeLineItemType
Namespace: urn:cidx:names:specification:ces:schema:all:4:0
Containing Schema: CIDX_CeS_v4.0_Message_PostingChange.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ShipTo in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ShipFrom in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into SpecialInstructions in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into RequestedDeliveryDateTime in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ShippingAvailabilityDate in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into PriceInformation in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ProductQuantity in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ManufacturerInformation in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into MarketingName in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into CountryOfOriginCode in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into PackagingInformation in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ProductSpecification in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ProductIdentification in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into LineItemRequestedAction in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into LineNumber in schema cidx_ces_v4_0_commoncomponents_xsdXSD Diagram of PostingChangeLineItemType in schema cidx_ces_v4_0_message_postingchange_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="PostingChangeLineItemType">
    <xsd:sequence minOccurs="1" maxOccurs="1">
        <xsd:element ref="LineNumber" minOccurs="1" maxOccurs="1" />
        <xsd:element ref="LineItemRequestedAction" minOccurs="1" maxOccurs="1" />
        <xsd:element ref="ProductIdentification" minOccurs="1" maxOccurs="1" />
        <xsd:element ref="ProductSpecification" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="PackagingInformation" minOccurs="0" maxOccurs="1" />
        <xsd:element ref="CountryOfOriginCode" minOccurs="0" maxOccurs="1" />
        <xsd:element ref="MarketingName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ManufacturerInformation" minOccurs="0" maxOccurs="1" />
        <xsd:element ref="ProductQuantity" minOccurs="1" maxOccurs="1" />
        <xsd:element ref="PriceInformation" minOccurs="0" maxOccurs="1" />
        <xsd:choice minOccurs="1" maxOccurs="1">
            <xsd:element ref="ShippingAvailabilityDate" minOccurs="1" maxOccurs="1" />
            <xsd:element ref="RequestedDeliveryDateTime" minOccurs="1" maxOccurs="1" />
        </xsd:choice>
        <xsd:element ref="SpecialInstructions" minOccurs="0" maxOccurs="unbounded" />
        <xsd:sequence minOccurs="0" maxOccurs="unbounded">
            <xsd:element ref="ShipFrom" minOccurs="1" maxOccurs="1" />
            <xsd:element ref="ShipTo" minOccurs="1" maxOccurs="1" />
        </xsd:sequence>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineNumber nsA:LineNumber 1 1
LineItemRequestedAction nsA:LineItemRequestedAction 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:PostingChangeLineItem