<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>
|