<xsd:complexType name="ShipItemBaseType">
<xsd:complexContent>
<xsd:extension base="ItemInstanceBaseType">
<xsd:sequence>
<xsd:element ref="CountryOfOriginCode" minOccurs="0" />
<xsd:element ref="ImportLicenseRequiredIndicator" minOccurs="0" />
<xsd:element ref="OrderQuantity" minOccurs="0" />
<xsd:element ref="ShippedQuantity" minOccurs="0" />
<xsd:element ref="OpenQuantity" minOccurs="0" />
<xsd:element ref="BackOrderedQuantity" minOccurs="0" />
<xsd:element ref="OwnershipCode" minOccurs="0" />
<xsd:element ref="EstimatedWeightMeasure" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">The estimated weight of an item or container. An estimate is provided as a processing alternative when the actual weight of an item is not known or cannot be calculated exactly.</xsd:documentation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">The estimated weight of an item or container. An estimate is provided as a processing alternative when the actual weight of an item is not known or cannot be calculated exactly.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="LoadingWeightMeasure" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">This is the net weight at loading time of the container in which the materials are being shipped.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="RequisitionReference" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PurchaseOrderReference" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="SalesOrderReference" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="DocumentReference" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ItemSubLine" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|