Definition Type: Group
Name: ProjectReference
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Collapse XSD Schema Diagram:
Drilldown into ProjectResourceCategory in schema invoice_xsd Drilldown into ProjectActivityId in schema invoice_xsd Drilldown into ProjectId in schema invoice_xsdXSD Diagram of ProjectReference in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:group name="ProjectReference">
    <xs:sequence>
        <xs:element name="ProjectId" type="ProjectId" minOccurs="0" />
        <xs:element name="ProjectActivityId" type="ProjectActivityId" minOccurs="0" />
        <xs:element name="ProjectResourceCategory" type="Id" minOccurs="0" />
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProjectId nsC:ProjectId 0 (1)
ProjectActivityId nsC:ProjectActivityId 0 (1)
ProjectResourceCategory nsC:ProjectResourceCategory 0 (1)