Definition Type: ComplexType
Name: InventoryProductType
Namespace: urn:cidx:names:specification:ces:schema:all:4:0
Containing Schema: CIDX_CeS_v4.0_CommonComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PackagingContainerInformation in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into PackagingTypeCode in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into ProductIdentification in schema cidx_ces_v4_0_commoncomponents_xsdXSD Diagram of InventoryProductType in schema cidx_ces_v4_0_commoncomponents_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="InventoryProductType">
    <xsd:sequence>
        <xsd:element ref="ProductIdentification" maxOccurs="unbounded" />
        <xsd:element ref="PackagingTypeCode" minOccurs="0" />
        <xsd:element ref="PackagingContainerInformation" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProductIdentification nsA:ProductIdentification (1) unbounded
PackagingTypeCode nsA:PackagingTypeCode 0 (1)
PackagingContainerInformation nsA:PackagingContainerInformation 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:InventoryProduct