Definition Type: AttributeGroup
Name: RemovalGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
This is used to indicate that an item is obsolete.
Collapse XSD Schema Diagram:
Drilldown into Removal in schema ota_commontypes_xsd1XSD Diagram of RemovalGroup in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="RemovalGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">This is used to indicate that an item is obsolete.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="Removal" type="xs:boolean" use="optional" default="false">
        <xs:annotation>
            <xs:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
Removal Removal false Optional