<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>
|