Definition Type: AttributeGroup
Name: RegionGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Contains the region information for the sailing
Collapse XSD Schema Diagram:
Drilldown into SubRegionName in schema ota_commontypes_xsd1 Drilldown into SubRegionCode in schema ota_commontypes_xsd1 Drilldown into RegionName in schema ota_commontypes_xsd1 Drilldown into RegionCode in schema ota_commontypes_xsd1XSD Diagram of RegionGroup in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="RegionGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Contains the region information for the sailing</xs:documentation>
    </xs:annotation>
    <xs:attribute name="RegionCode" type="StringLength1to8" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies a region code.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="RegionName" type="StringLength1to64" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Specifies the region name.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SubRegionCode" type="StringLength1to8" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">A sub-region code for the specified region.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SubRegionName" type="StringLength1to32" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">A sub-region name for the specified region.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
RegionCode RegionCode Optional
RegionName RegionName Optional
SubRegionCode SubRegionCode Optional
SubRegionName SubRegionName Optional