Definition Type: ComplexType
Name: PartyRouteIdType
Namespace: http://www.openapplications.org/oagis
Type: nsC:RouteIdType
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AssigningPartyId in schema invoice_xsd Drilldown into Type in schema invoice_xsd Drilldown into Variation in schema invoice_xsd Drilldown into Revision in schema invoice_xsd Drilldown into Id in schema invoice_xsd Drilldown into DocumentIdType in schema invoice_xsd Drilldown into RouteIdType in schema invoice_xsdXSD Diagram of PartyRouteIdType in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="PartyRouteIdType">
    <xs:complexContent>
        <xs:extension base="RouteIdType">
            <xs:sequence>
                <xs:element ref="AssigningPartyId" minOccurs="0" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id nsC:Id 0 (1)
Revision nsC:Revision 0 (1)
Variation nsC:Variation 0 (1)
Type nsC:Type 0 (1)
AssigningPartyId nsC:AssigningPartyId 0 (1)
Collapse Derivation Tree: