<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>
|