Definition Type: Group
Name: ReceiptIdReferences
Namespace: http://www.openapplications.org/oagis
Containing Schema: SupplyChainExecution.xsd
Collapse XSD Schema Diagram:
Drilldown into BillOfLadingId in schema supplychainexecution_xsd Drilldown into TrackingId in schema supplychainexecution_xsd Drilldown into ContainerSealId in schema supplychainexecution_xsd Drilldown into ContainerType in schema supplychainexecution_xsd Drilldown into ContainerId in schema supplychainexecution_xsdXSD Diagram of ReceiptIdReferences in schema supplychainexecution_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContainerId oa:ContainerId 0 (1)
ContainerType oa:ContainerType 0 (1)
ContainerSealId oa:ContainerSealId 0 (1)
TrackingId oa:TrackingId 0 (1)
BillOfLadingId oa:BillOfLadingId 0 (1)