Definition Type: ComplexType
Name: RouteDocumentReference
Namespace: http://www.openapplications.org/oagis
Type: oa:DocumentReference
Containing Schema: MfgComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into OperationReference in schema mfgcomponents_xsd Drilldown into Note in schema components_xsd Drilldown into Usage in schema components_xsd Drilldown into Status in schema components_xsd Drilldown into Name in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into CommonReference in schema components_xsd Drilldown into DocumentDate in schema mfgcomponents_xsd Drilldown into DocumentId in schema mfgcomponents_xsd Drilldown into DocumentReference in schema components_xsdXSD Diagram of RouteDocumentReference in schema mfgcomponents_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="RouteDocumentReference">
    <xs:complexContent>
        <xs:extension base="DocumentReference">
            <xs:sequence>
                <xs:element name="DocumentId" type="PartyRouteIdType" minOccurs="0" />
                <xs:element name="DocumentDate" type="DateTimeAny" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">The Datetime of the referenced document.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:group ref="CommonReference" minOccurs="0" />
                <xs:element ref="OperationReference" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="UserArea" minOccurs="0" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentId oa:DocumentId 0 (1)
DocumentDate oa:DocumentDate 0 (1)
Description oa:Description 0 unbounded
Name oa:Name 0 unbounded
Status oa:Status 0 (1)
Usage oa:Usage 0 (1)
Note oa:Note 0 unbounded
OperationReference oa:OperationReference 0 unbounded
UserArea oa:UserArea 0 (1)
<xs:group> oa:CommonReference 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:RouteDocumentReference