<xs:element name="ProfileRef" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Stored information about a customer. May contain readily available information relevant to the booking.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="UniqueID" type="UniqueID_Type">
<xs:annotation>
<xs:documentation xml:lang="en"> An identifier used to uniquely reference a customer profile.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|