<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>
|