<xs:element name="ContactInfo" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">Emergency contact information for the passenger.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="ContactPersonType">
<xs:sequence>
<xs:element name="Relationship" type="StringLength1to64">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the relationship of this emergency contact to the passenger.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="OptionToDecline" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">If true, the passenger chooses to decline providing emergency contact information.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|