Definition Type: Attribute
Name: Tag
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_CommonTypes.xsd
Use Optional
Documentation:
If present, this attribute may identify an unknown or misspelled tag that caused an error in processing. It is recommended that the Tag attribute use XPath notation to identify the location of a tag in the event that more than one tag of the same name is present in the document. Alternatively, the tag name alone can be used to identify missing data [Type=ReqFieldMissing].
Collapse XSD Schema Diagram:
XSD Diagram of Tag in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="Tag" type="xs:string" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">If present, this attribute may identify an unknown or misspelled tag that caused an error in processing. It is recommended that the Tag attribute use XPath notation to identify the location of a tag in the event that more than one tag of the same name is present in the document. Alternatively, the tag name alone can be used to identify missing data [Type=ReqFieldMissing].</xs:documentation>
    </xs:annotation>
</xs:attribute>