Definition Type: ComplexType
Name: ShipNoticeDetailsType
Namespace: urn:cidx:names:specification:ces:schema:all:5:0
Containing Schema: CIDX_5.0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ShipmentPackaging in schema cidx_5_0_xsd Drilldown into ShipNoticeProductLineItem in schema cidx_5_0_xsd Drilldown into EquipmentDetails in schema cidx_5_0_xsdXSD Diagram of ShipNoticeDetailsType in schema cidx_5_0_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:complexType name="ShipNoticeDetailsType">
    <xsd:sequence>
        <xsd:element ref="EquipmentDetails" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ShipNoticeProductLineItem" maxOccurs="unbounded" />
        <xsd:element ref="ShipmentPackaging" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EquipmentDetails nsA:EquipmentDetails 0 unbounded
ShipNoticeProductLineItem nsA:ShipNoticeProductLineItem (1) unbounded
ShipmentPackaging nsA:ShipmentPackaging 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:ShipNoticeDetails