Definition Type: Group
Name: CarrierRoute
Namespace: http://www.openapplications.org/oagis
Containing Schema: SupplyChainExecution.xsd
Collapse XSD Schema Diagram:
Drilldown into RouteType in schema supplychainexecution_xsd Drilldown into Route in schema supplychainexecution_xsdXSD Diagram of CarrierRoute in schema supplychainexecution_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:group name="CarrierRoute">
    <xs:sequence>
        <xs:element name="Route" type="RouteCode" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the route identifier for the route that the carrier used to deliver the container. This Route defines the stops that the carrier makes in the delivery run.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="RouteType" type="Type" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Identifies the type of carrier route.

Route and RouteType may be used to identify and classify a commonly traveled shipping route, if this delivery was part of a routed shipment.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Route oa:Route 0 (1)
RouteType oa:RouteType 0 (1)