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