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_xsd Drilldown into Address in schema components_xsd Drilldown into NationalityCountryCode in schema fields_xsd Drilldown into LanguageCode in schema fields_xsd Drilldown into AgeMeasure in schema fields_xsd Drilldown into DeathDateTime in schema fields_xsd Drilldown into BirthDateTime in schema fields_xsd Drilldown into MaritalStatusCode in schema fields_xsd Drilldown into GenderCode in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into SuffixName in schema fields_xsd Drilldown into MaidenName in schema fields_xsd Drilldown into FamilyName in schema fields_xsd Drilldown into MiddleName in schema fields_xsd Drilldown into NickName in schema fields_xsd Drilldown into GivenName in schema fields_xsd Drilldown into SalutationPreferredName in schema components_xsd Drilldown into Title in schema fields_xsd Drilldown into Name in schema fields_xsd Drilldown into PersonNameGroup in schema components_xsd Drilldown into ID in schema fields_xsdXSD Diagram of PersonABIEType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="PersonABIEType" abstract="true">
    <xsd:annotation>
        <xsd: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.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:group ref="PersonNameGroup" />
        <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 nsA:ID 0 unbounded
Name nsA:Name 0 (1)
Title nsA:Title 0 unbounded
SalutationPreferredName nsA:SalutationPreferredName 0 unbounded
GivenName nsA:GivenName 0 (1)
NickName nsA:NickName 0 unbounded
MiddleName nsA:MiddleName 0 unbounded
FamilyName nsA:FamilyName 0 (1)
MaidenName nsA:MaidenName 0 (1)
SuffixName nsA:SuffixName 0 unbounded
Description nsA:Description 0 unbounded
GenderCode nsA:GenderCode 0 (1)
MaritalStatusCode nsA:MaritalStatusCode 0 (1)
BirthDateTime nsA:BirthDateTime 0 (1)
DeathDateTime nsA:DeathDateTime 0 (1)
AgeMeasure nsA:AgeMeasure 0 unbounded
LanguageCode nsA:LanguageCode 0 unbounded
NationalityCountryCode nsA:NationalityCountryCode 0 (1)
Address nsA:Address 0 unbounded
Communication nsA:Communication 0 unbounded
<xs:group> nsA:PersonNameGroup (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:EmployeeBaseType, nsA:PersonType