Definition Type: ComplexType
Name: Someone
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into Employee in schema components_xsd Drilldown into Contact in schema components_xsd Drilldown into Person in schema components_xsdXSD Diagram of Someone in schema components_xsd (Open Applications Group (OAGIS))
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 oa:Person 0 (1)
Contact oa:Contact 0 (1)
Employee oa:Employee 0 (1)
UserArea oa:UserArea 0 (1)