Definition Type: ComplexType
Name: PersonType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatecorecomponentSchemaModule/0.1
Containing Schema: ReusableAggregateCoreComponent.xsd
Abstract
Documentation:
Person. Details 0.1 Person
Collapse XSD Schema Diagram:
Drilldown into Communication in schema reusableaggregatecorecomponent_xsd Drilldown into NationalityCountry in schema reusableaggregatecorecomponent_xsd Drilldown into Address in schema reusableaggregatecorecomponent_xsd Drilldown into NationalityID in schema reusableaggregatecorecomponent_xsd Drilldown into PreferredName in schema reusableaggregatecorecomponent_xsd Drilldown into MaidenName in schema reusableaggregatecorecomponent_xsd Drilldown into Description in schema reusableaggregatecorecomponent_xsd Drilldown into LanguageID in schema reusableaggregatecorecomponent_xsd Drilldown into DeathDateTime in schema reusableaggregatecorecomponent_xsd Drilldown into AgeMeasure in schema reusableaggregatecorecomponent_xsd Drilldown into BirthDateTime in schema reusableaggregatecorecomponent_xsd Drilldown into GenderCode in schema reusableaggregatecorecomponent_xsd Drilldown into MaritalCode in schema reusableaggregatecorecomponent_xsd Drilldown into NameSuffix in schema reusableaggregatecorecomponent_xsd Drilldown into FamilyNamePrefix in schema reusableaggregatecorecomponent_xsd Drilldown into Salutation in schema reusableaggregatecorecomponent_xsd Drilldown into Title in schema reusableaggregatecorecomponent_xsd Drilldown into FamilyName in schema reusableaggregatecorecomponent_xsd Drilldown into MiddleName in schema reusableaggregatecorecomponent_xsd Drilldown into Nickname in schema reusableaggregatecorecomponent_xsd Drilldown into GivenName in schema reusableaggregatecorecomponent_xsd Drilldown into Name in schema reusableaggregatecorecomponent_xsd Drilldown into ID in schema reusableaggregatecorecomponent_xsdXSD Diagram of PersonType in schema reusableaggregatecorecomponent_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PersonType">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
            <ccts:UniqueID xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Person. Details</ccts:DictionaryEntryName>
            <ccts:VersionID xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">0.1</ccts:VersionID>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:ObjectClassTermName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Person</ccts:ObjectClassTermName>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:BusinessTermName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:Example xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Name" type="udt:TextType" minOccurs="0" />
        <xsd:element name="GivenName" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Nickname" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="MiddleName" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="FamilyName" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Title" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Salutation" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="FamilyNamePrefix" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="NameSuffix" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="MaritalCode" type="udt:CodeType" minOccurs="0" />
        <xsd:element name="GenderCode" type="udt:CodeType" minOccurs="0" />
        <xsd:element name="BirthDateTime" type="udt:DateTimeType" minOccurs="0" />
        <xsd:element name="AgeMeasure" type="udt:MeasureType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DeathDateTime" type="udt:DateTimeType" minOccurs="0" />
        <xsd:element name="LanguageID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Description" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="MaidenName" type="udt:TextType" minOccurs="0" />
        <xsd:element name="PreferredName" type="udt:TextType" minOccurs="0" />
        <xsd:element name="NationalityID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Address" type="rcm:AddressType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="NationalityCountry" type="rcm:CountryType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Communication" type="rcm:CommunicationType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID rcm:ID 0 unbounded
Name rcm:Name 0 (1)
GivenName rcm:GivenName 0 unbounded
Nickname rcm:Nickname 0 unbounded
MiddleName rcm:MiddleName 0 unbounded
FamilyName rcm:FamilyName 0 unbounded
Title rcm:Title 0 unbounded
Salutation rcm:Salutation 0 unbounded
FamilyNamePrefix rcm:FamilyNamePrefix 0 unbounded
NameSuffix rcm:NameSuffix 0 unbounded
MaritalCode rcm:MaritalCode 0 (1)
GenderCode rcm:GenderCode 0 (1)
BirthDateTime rcm:BirthDateTime 0 (1)
AgeMeasure rcm:AgeMeasure 0 unbounded
DeathDateTime rcm:DeathDateTime 0 (1)
LanguageID rcm:LanguageID 0 unbounded
Description rcm:Description 0 unbounded
MaidenName rcm:MaidenName 0 (1)
PreferredName rcm:PreferredName 0 (1)
NationalityID rcm:NationalityID 0 unbounded
Address rcm:Address 0 unbounded
NationalityCountry rcm:NationalityCountry 0 unbounded
Communication rcm:Communication 0 unbounded
Collapse Derivation Tree:
Collapse References:
rcm:Periodrcm:Person, rcm:Person, rcm:Person, rcm:Person, rcm:Person, rcm:Person,