<xs:element name="Comment" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">A comment about the air traveler.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="FormattedTextTextType">
<xs:attribute name="Name" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify the type of comment.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|