Definition Type: ComplexType
Name: PersonABIEType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract True
Documentation:
The base type for person. Person and Party are logically related. PersonABIEType is logically derived from UN/CEFACT TBG17 ABIE PersonType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.
Collapse XSD Schema Diagram:
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_xsd1XSD Diagram of PersonABIEType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PersonABIEType" abstract="true">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">The base type for person. Person and Party are logically related.

PersonABIEType is logically derived from UN/CEFACT TBG17 ABIE PersonType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:group ref="PersonNameGroup" minOccurs="0" />
        <xsd:element ref="Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="GenderCode" minOccurs="0" />
        <xsd:element ref="MaritalStatusCode" minOccurs="0" />
        <xsd:element ref="BirthDateTime" minOccurs="0" />
        <xsd:element ref="DeathDateTime" minOccurs="0" />
        <xsd:element ref="AgeMeasure" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="LanguageCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="NationalityCountryCode" minOccurs="0" />
        <xsd:element ref="Address" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</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
<xs:group> oa:PersonNameGroup 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:EmployeeBaseType, oa:PersonType