Definition Type: ComplexType
Name: Someone
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema invoice_xsd Drilldown into Employee in schema invoice_xsd Drilldown into Contact in schema invoice_xsd Drilldown into Person in schema invoice_xsdXSD Diagram of Someone in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="Someone">
    <xs:sequence>
        <xs:choice>
            <xs:element ref="Person" minOccurs="0" />
            <xs:element ref="Contact" minOccurs="0" />
            <xs:element ref="Employee" minOccurs="0" />
        </xs:choice>
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Person nsC:Person 0 (1)
Contact nsC:Contact 0 (1)
Employee nsC:Employee 0 (1)
UserArea nsC:UserArea 0 (1)