<xs:element name="Document" minOccurs="0" maxOccurs="10">
<xs:annotation>
<xs:documentation xml:lang="en"> Official travel document information associated with the person traveling.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="DocumentType">
<xs:attribute name="Operation" type="ActionType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the required modification to the element.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|