Definition Type: AttributeGroup
Name: OptionalCodeOptionalNameGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
An attribute group to be used when the associated item has an optional code and an optional name.
Collapse XSD Schema Diagram:
Drilldown into Name in schema ota_commontypes_xsd1 Drilldown into Code in schema ota_commontypes_xsd1XSD Diagram of OptionalCodeOptionalNameGroup in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="OptionalCodeOptionalNameGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">An attribute group to be used when the associated item has an  optional code and an optional name.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="Code" type="StringLength1to8" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Provides the code identifying the item.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Name" type="StringLength1to64" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The name of an item.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
Code Code Optional
Name Name Optional