Definition Type: ComplexType
Name: PersonType
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Containing Schema: UBL-CommonAggregateComponents-2.0.xsd
Abstract
Documentation:
ABIE Person. Details Information about a person. Person
Collapse XSD Schema Diagram:
Drilldown into OrganizationDepartment in schema ubl-commonbasiccomponents-2_0_xsd Drilldown into JobTitle in schema ubl-commonbasiccomponents-2_0_xsd Drilldown into NameSuffix in schema ubl-commonbasiccomponents-2_0_xsd Drilldown into MiddleName in schema ubl-commonbasiccomponents-2_0_xsd Drilldown into Title in schema ubl-commonbasiccomponents-2_0_xsd Drilldown into FamilyName in schema ubl-commonbasiccomponents-2_0_xsd Drilldown into FirstName in schema ubl-commonbasiccomponents-2_0_xsdXSD Diagram of PersonType in schema ubl-commonaggregatecomponents-2_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="PersonType">
    <xsd:annotation>
        <xsd:documentation>
            <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                <ccts:ComponentType>ABIE</ccts:ComponentType>
                <ccts:DictionaryEntryName>Person. Details</ccts:DictionaryEntryName>
                <ccts:Definition>Information about a person.</ccts:Definition>
                <ccts:ObjectClass>Person</ccts:ObjectClass>
            </ccts:Component>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="cbc:FirstName" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Person. First_ Name. Name</ccts:DictionaryEntryName>
                        <ccts:Definition>A person's forename or first name.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Person</ccts:ObjectClass>
                        <ccts:PropertyTermQualifier>First</ccts:PropertyTermQualifier>
                        <ccts:PropertyTerm>Name</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
                        <ccts:DataType>Name. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:FamilyName" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Person. Family_ Name. Name</ccts:DictionaryEntryName>
                        <ccts:Definition>A person's surname or family name.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Person</ccts:ObjectClass>
                        <ccts:PropertyTermQualifier>Family</ccts:PropertyTermQualifier>
                        <ccts:PropertyTerm>Name</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
                        <ccts:DataType>Name. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:Title" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Person. Title. Text</ccts:DictionaryEntryName>
                        <ccts:Definition>A person's title of address, e.g., Mr, Ms, Dr, Sir.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Person</ccts:ObjectClass>
                        <ccts:PropertyTerm>Title</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
                        <ccts:DataType>Text. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:MiddleName" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Person. Middle_ Name. Name</ccts:DictionaryEntryName>
                        <ccts:Definition>A person's middle name(s) and/or initial(s).</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Person</ccts:ObjectClass>
                        <ccts:PropertyTermQualifier>Middle</ccts:PropertyTermQualifier>
                        <ccts:PropertyTerm>Name</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Name</ccts:RepresentationTerm>
                        <ccts:DataType>Name. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:NameSuffix" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Person. Name Suffix. Text</ccts:DictionaryEntryName>
                        <ccts:Definition>A suffix to a person's name, e.g., PhD, OBE, Jnr.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Person</ccts:ObjectClass>
                        <ccts:PropertyTerm>Name Suffix</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
                        <ccts:DataType>Text. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:JobTitle" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Person. Job Title. Text</ccts:DictionaryEntryName>
                        <ccts:Definition>A person's job title within an organization (for a particular role).</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Person</ccts:ObjectClass>
                        <ccts:PropertyTerm>Job Title</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
                        <ccts:DataType>Text. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:OrganizationDepartment" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Person. Organization_ Department. Text</ccts:DictionaryEntryName>
                        <ccts:Definition>The department or subdivision of an organization that the person belongs to (for a particular role).</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Person</ccts:ObjectClass>
                        <ccts:PropertyTermQualifier>Organization</ccts:PropertyTermQualifier>
                        <ccts:PropertyTerm>Department</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
                        <ccts:DataType>Text. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FirstName cbc:FirstName 0 1
FamilyName cbc:FamilyName 0 1
Title cbc:Title 0 1
MiddleName cbc:MiddleName 0 1
NameSuffix cbc:NameSuffix 0 1
JobTitle cbc:JobTitle 0 1
OrganizationDepartment cbc:OrganizationDepartment 0 1
Collapse Derivation Tree:
Collapse References:
cac:Person