<xsd:element name="ProfileDeleteAssociationRQ"><xsd:annotation><xsd:documentation>Root level to remove an existing association between two profiles, e.g. between Company and Traveler; or between Traveler and Traveler</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element ref="ProfileIndex" minOccurs="2" maxOccurs="2"><xsd:annotation><xsd:documentation>The two Profile Indexes of the association to be removed</xsd:documentation></xsd:annotation></xsd:element><xsd:element ref="ReceivedFrom" minOccurs="0"><xsd:annotation><xsd:documentation>Free text referencing Requestor (e.g. AgentID) Example: JHG</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence></xsd:complexType></xsd:element>
Identifies the profile type, e.g. T = TravelerProfile, C = Company Profile,
Source
<xsd:element name="ProfileIndex"><xsd:annotation><xsd:documentation>Identifies the profile to be associated</xsd:documentation></xsd:annotation><xsd:complexType><xsd:attribute name="Type"><xsd:annotation><xsd:documentation>Identifies the profile type, e.g. T = TravelerProfile, C = Company Profile,</xsd:documentation></xsd:annotation></xsd:attribute></xsd:complexType></xsd:element>
<xsd:attribute name="Type"><xsd:annotation><xsd:documentation>Identifies the profile type, e.g. T = TravelerProfile, C = Company Profile,</xsd:documentation></xsd:annotation></xsd:attribute>