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_xsd1 Drilldown into PackingMaterial in schema components_xsd1 Drilldown into ContainerGroupID in schema fields_xsd1 Drilldown into SealID in schema fields_xsd1 Drilldown into RFID in schema fields_xsd1 Drilldown into ContainerID in schema fields_xsd1 Drilldown into ContainerInstanceIDsGroup in schema logisticscomponents_xsd Drilldown into type in schema logisticscomponents_xsdXSD Diagram of ContainerBaseType in schema logisticscomponents_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ContainerBaseType">
    <xsd:sequence>
        <xsd:group ref="ContainerInstanceIDsGroup" minOccurs="0" />
        <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 source="http://www.openapplications.org/platform/1">Indicates the type of container.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContainerID oa:ContainerID 0 unbounded
RFID oa:RFID 0 (1)
SealID oa:SealID 0 (1)
ContainerGroupID oa:ContainerGroupID 0 (1)
PackingMaterial oa:PackingMaterial 0 (1)
ShippingMaterial oa:ShippingMaterial 0 (1)
<xs:group> oa:ContainerInstanceIDsGroup 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type oa:type (Optional)
Collapse Derivation Tree:
Collapse References:
oa:ContainerType, oa:ShipmentUnitContainerType