Definition Type: AttributeGroup
Name: CitizenCountryNameGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Name of the (self-professed) country that is claimed for citizenship
Collapse XSD Schema Diagram:
Drilldown into Code in schema ota_commontypes_xsd1 Drilldown into DefaultInd in schema ota_commontypes_xsd1 Drilldown into DefaultIndGroup in schema ota_commontypes_xsdXSD Diagram of CitizenCountryNameGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="CitizenCountryNameGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Name of the (self-professed) country that is claimed for citizenship</xs:documentation>
    </xs:annotation>
    <xs:attributeGroup ref="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:attributeGroup>
    <xs:attribute name="Code" type="ISO3166" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">A 2 character country code as defined in ISO3166.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
DefaultInd DefaultInd false Optional
Code Code Optional