Definition Type: AttributeGroup
Name: DefaultIndGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Indicates that the receiving system should assume the default value if the user specifies no overriding value or action.
Collapse XSD Schema Diagram:
Drilldown into DefaultInd in schema ota_commontypes_xsd1XSD Diagram of DefaultIndGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="DefaultIndGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Indicates that the receiving system should assume the default value if the user specifies no overriding value or action.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="DefaultInd" type="xs:boolean" use="optional" default="false">
        <xs:annotation>
            <xs:documentation xml:lang="en">When true, indicates a default value should be used.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
DefaultInd DefaultInd false Optional