Definition Type: ComplexType
Name: GenericIdType
Namespace: http://www.openapplications.org/oagis
Type: nsC:DocumentIdType
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Type in schema invoice_xsd Drilldown into Revision in schema invoice_xsd Drilldown into Id in schema invoice_xsd Drilldown into DocumentIdType in schema invoice_xsdXSD Diagram of GenericIdType in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="GenericIdType">
    <xs:complexContent>
        <xs:extension base="DocumentIdType">
            <xs:sequence>
                <xs:element name="Type" type="Type" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">Describes the type of Id being defined.  Examples are Document and Resource</xs:documentation>
                    </xs:annotation>
                </xs:element>
            </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)
Type nsC:Type 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:PartyGenericIdType