Definition Type: ComplexType
Name: ContainerBaseType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: LogisticsComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ShippingMaterial in schema components_xsd Drilldown into PackingMaterial in schema components_xsd Drilldown into ContainerGroupID in schema fields_xsd Drilldown into SealID in schema fields_xsd Drilldown into RFID in schema fields_xsd Drilldown into ContainerID in schema fields_xsd Drilldown into ContainerInstanceIDsGroup in schema logisticscomponents_xsd Drilldown into type in schema logisticscomponents_xsdXSD Diagram of ContainerBaseType in schema logisticscomponents_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="ContainerBaseType">
    <xsd:sequence>
        <xsd:group ref="ContainerInstanceIDsGroup" />
        <xsd:element ref="ContainerGroupID" minOccurs="0" />
        <xsd:element ref="PackingMaterial" minOccurs="0" />
        <xsd:element ref="ShippingMaterial" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="type" type="NormalizedStringType">
        <xsd:annotation>
            <xsd:documentation>Indicates the type of container.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContainerID nsA:ContainerID 0 (1)
RFID nsA:RFID 0 (1)
SealID nsA:SealID 0 (1)
ContainerGroupID nsA:ContainerGroupID 0 (1)
PackingMaterial nsA:PackingMaterial 0 (1)
ShippingMaterial nsA:ShippingMaterial 0 (1)
<xs:group> nsA:ContainerInstanceIDsGroup (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
type nsA:type (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:ContainerType, nsA:ShipmentUnitContainerType