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 components_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 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType abstract="true" name="PersonABIEType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            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 maxOccurs="unbounded" minOccurs="0" ref="ID" />
        <xsd:group minOccurs="0" ref="PersonNameGroup" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Description" />
        <xsd:element minOccurs="0" ref="GenderCode" />
        <xsd:element minOccurs="0" ref="MaritalStatusCode" />
        <xsd:element minOccurs="0" ref="BirthDateTime" />
        <xsd:element minOccurs="0" ref="DeathDateTime" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="AgeMeasure" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="LanguageCode" />
        <xsd:element minOccurs="0" ref="NationalityCountryCode" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Address" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Communication" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oagis:ID 0 unbounded
Name oagis:Name 0 unbounded
Title oagis:Title 0 unbounded
SalutationPreferredName oagis:SalutationPreferredName 0 unbounded
GivenName oagis:GivenName 0 (1)
NickName oagis:NickName 0 unbounded
MiddleName oagis:MiddleName 0 unbounded
FamilyName oagis:FamilyName 0 (1)
MaidenName oagis:MaidenName 0 (1)
SuffixName oagis:SuffixName 0 unbounded
Description oagis:Description 0 unbounded
GenderCode oagis:GenderCode 0 (1)
MaritalStatusCode oagis:MaritalStatusCode 0 (1)
BirthDateTime oagis:BirthDateTime 0 (1)
DeathDateTime oagis:DeathDateTime 0 (1)
AgeMeasure oagis:AgeMeasure 0 unbounded
LanguageCode oagis:LanguageCode 0 unbounded
NationalityCountryCode oagis:NationalityCountryCode 0 (1)
Address oagis:Address 0 unbounded
Communication oagis:Communication 0 unbounded
<xs:group> oagis:PersonNameGroup 0 (1)
Collapse Derivation Tree:
Collapse References:
oagis:EmployeeBaseType, oagis:PersonType