<xs:group name="ReceiptIdReferences">
<xs:sequence>
<xs:element name="ContainerId" type="Id" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the Container id of the delivery being received.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ContainerType" type="Type" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the type of container being received.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ContainerSealId" type="Id" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indentifies the Seal on the container being received for the Delivery Receipt.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TrackingId" type="Id" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the tracking identifier for the container. This tracjking identifer is assigned by the carrier in order to track the package as it is being shipped.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BillOfLadingId" type="Id" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies the bill of lading document that this container is on.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:group>
|