Definition Type: AttributeGroup
Name: FormattedInd
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Identifies if the associated data is formatted into its individual pieces, or exists as a single entity.
Collapse XSD Schema Diagram:
Drilldown into FormattedInd in schema ota_commontypes_xsd1XSD Diagram of FormattedInd in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="FormattedInd">
    <xs:annotation>
        <xs:documentation xml:lang="en">Identifies if the associated data is formatted into its individual pieces, or exists as a single entity.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="FormattedInd" type="xs:boolean" use="optional" default="false">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies if the associated data is formatted or not.  When true, then it is formatted; when false, then not formatted.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
FormattedInd FormattedInd false Optional