<xs:group name="CommonShipInformation">
<xs:sequence>
<xs:element ref="Status" minOccurs="0" />
<xs:element name="ShipmentServiceLevel" type="ServiceLevel" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is a generic code that specifies a particular type or quality of carrier delivery service to be used for transporting goods. A generic service level code is often established by shippers to consolidate various equivalent, but differently named, carrier service levels for comparison when "rate shopping" for the lowest cost transportation provider. See CarrierServiceLevel for specifying the carrier's actual service level code.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CarrierServiceLevel" type="ServiceLevel" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">The carrier's code or marketing term for specifying a particular type or quality of delivery service to be used for transporting goods. Use ShipmentServiceLevel when specifying a shipper-assigned code for generic delivery service level that is not specific to a carrier.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DestinationCountry" type="Country" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Represents the identifier of the country of origin. The list of valid codes can be found in ISO Standard number 3166.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="ShippingAmounts" minOccurs="0" />
<xs:group ref="ShippingDates" minOccurs="0" />
<xs:element name="ImportLicenseRequired" type="Indicator" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Communicates the need for an import license on a good or service. Valid values are '0' for no license required, and '1' for license required.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ExportLicenseRequired" type="Indicator" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Communicates the need for an export license on a good or service. Valid values are '0' for no license required, and '1' for license required.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="HazardousMaterial" minOccurs="0" />
<xs:element name="ShipPriorToDueDateInd" type="Indicator" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Communicates if it is permitted to ship a good or service prior to the date it is due. Valid values are '0' for no, and '1' for yes.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PointOfLoadingCode" type="LocationCode" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies the location shipped goods are to be loaded.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PointOfShipmentCode" type="LocationCode" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies the location the goods are to be shipped.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PointOfStagingCode" type="LocationCode" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies the location goods are to be placed prior to loading for shipment.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:group>
|