Definition Type: ComplexType
Name: NamePrefType
Containing Schema: OTA_CommonPrefs.xsd
Abstract
Documentation:
Enables a preference to be indicated for name information.
Collapse XSD Schema Diagram:
Drilldown into PersonName in schema ota_commonprefs_xsd Drilldown into UniqueID in schema ota_commonprefs_xsd Drilldown into PreferLevel in schema ota_commontypes_xsd1 Drilldown into PreferLevelGroup in schema ota_commontypes_xsdXSD Diagram of NamePrefType in schema ota_commonprefs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="NamePrefType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Enables a preference to be indicated for name information.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="UniqueID" type="UniqueID_Type">
            <xs:annotation>
                <xs:documentation xml:lang="en">Unique identifier for a person or profile.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="PersonName" type="PersonNameType">
            <xs:annotation>
                <xs:documentation xml:lang="en">Name information.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="PreferLevelGroup">
        <xs:annotation>
            <xs:documentation xml:lang="en">Used to indicate a level of preference for name information.</xs:documentation>
        </xs:annotation>
    </xs:attributeGroup>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UniqueID UniqueID (1) (1)
PersonName PersonName (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
PreferLevel PreferLevel Preferred Optional
Collapse Derivation Tree:
Collapse References:
NamePref