Definition Type: ComplexType
Name: PersonName
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Abstract
Documentation:
This provides name information for a person.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint_Summary in schema otm_builtins_xsd Drilldown into Surname in schema common_4_0_0_xsd Drilldown into Middle in schema common_4_0_0_xsd Drilldown into Given in schema common_4_0_0_xsd Drilldown into Prefix in schema common_4_0_0_xsdXSD Diagram of PersonName in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:complexType name="PersonName">
    <xsd:annotation>
        <xsd:documentation source="Description">This provides name information for a person.</xsd:documentation>
        <xsd:appinfo>
            <otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">PersonName</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="3" minOccurs="0" name="Prefix" type="ota2-0400:StringTiny">
            <xsd:annotation>
                <xsd:documentation source="Description">Salutation of honorific (e.g. Mr., Mrs., Ms., Miss, Dr.)</xsd:documentation>
                <xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}StringLength1to16</xsd:documentation>
                <xsd:appinfo>
                    <otm:Equivalent context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">NamePrefix</otm:Equivalent>
                </xsd:appinfo>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="5" minOccurs="0" name="Given" type="ota2-0400:StringShort">
            <xsd:annotation>
                <xsd:documentation source="Description">Given name, first name or names.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="5" minOccurs="0" name="Middle" type="ota2-0400:StringShort">
            <xsd:annotation>
                <xsd:documentation source="Description">The middle name of the person name.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="1" name="Surname" type="ota2-0400:StringShort">
            <xsd:annotation>
                <xsd:documentation source="Description">Family name, last name. 
Note: Simple form of person name should be used for the full name.
May also be used for full name if the sending system does not have the ability to separate a full name into its parts, e.g. the surname element may be used to pass the full name.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Summary" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Prefix ota2-0400:Prefix 0 3
Given ota2-0400:Given 0 5
Middle ota2-0400:Middle 0 5
Surname ota2-0400:Surname 1 (1)
ExtensionPoint_Summary ota2:ExtensionPoint_Summary 0 (1)
Collapse Derivation Tree:
Collapse References:
ota2-0400:PersonName, ota2-0400:PersonName_Detail, ota2-0400:PersonNameSubGrp, ota2-0400:PersonNameSummary, ota2-0400:RelatedTraveler_Simple_Person_Name, ota2-0400:RelatedTraveler_Simple_Person_NameSubGrp, ota2-0400:RelatedTraveler_Simple_Person_NameSummary