Definition Type: ComplexType
Name: PersonType
Namespace: http://www.openapplications.org/oagis/9
Type: oa:PersonABIEType
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd1 Drilldown into Communication in schema components_xsd1 Drilldown into Address in schema components_xsd1 Drilldown into NationalityCountryCode in schema fields_xsd1 Drilldown into LanguageCode in schema fields_xsd1 Drilldown into AgeMeasure in schema fields_xsd1 Drilldown into DeathDateTime in schema fields_xsd1 Drilldown into BirthDateTime in schema fields_xsd1 Drilldown into MaritalStatusCode in schema fields_xsd1 Drilldown into GenderCode in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into SuffixName in schema fields_xsd1 Drilldown into MaidenName in schema fields_xsd1 Drilldown into FamilyName in schema fields_xsd1 Drilldown into MiddleName in schema fields_xsd1 Drilldown into NickName in schema fields_xsd1 Drilldown into GivenName in schema fields_xsd1 Drilldown into SalutationPreferredName in schema fields_xsd1 Drilldown into Title in schema fields_xsd1 Drilldown into Name in schema fields_xsd1 Drilldown into PersonNameGroup in schema components_xsd1 Drilldown into ID in schema fields_xsd1 Drilldown into PersonABIEType in schema components_xsd1XSD Diagram of PersonType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PersonType">
    <xsd:complexContent>
        <xsd:extension base="PersonABIEType">
            <xsd:sequence>
                <xsd:element ref="UserArea" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oa:ID 0 unbounded
Name oa:Name 0 unbounded
Title oa:Title 0 unbounded
SalutationPreferredName oa:SalutationPreferredName 0 unbounded
GivenName oa:GivenName 0 (1)
NickName oa:NickName 0 unbounded
MiddleName oa:MiddleName 0 unbounded
FamilyName oa:FamilyName 0 (1)
MaidenName oa:MaidenName 0 (1)
SuffixName oa:SuffixName 0 unbounded
Description oa:Description 0 unbounded
GenderCode oa:GenderCode 0 (1)
MaritalStatusCode oa:MaritalStatusCode 0 (1)
BirthDateTime oa:BirthDateTime 0 (1)
DeathDateTime oa:DeathDateTime 0 (1)
AgeMeasure oa:AgeMeasure 0 unbounded
LanguageCode oa:LanguageCode 0 unbounded
NationalityCountryCode oa:NationalityCountryCode 0 (1)
Address oa:Address 0 unbounded
Communication oa:Communication 0 unbounded
UserArea oa:UserArea 0 (1)
<xs:group> oa:PersonNameGroup 0 (1)
Collapse Derivation Tree: