Country specifies the name of a country.
Country DataObject extends from the abstract data object GeographicLocation. Locality represents a country.
<xsd:complexType name="Country"> <xsd:complexContent> <xsd:extension base="GeographicLocation"> <xsd:sequence> <xsd:element maxOccurs="1" minOccurs="0" ref="countryName"/> </xsd:sequence> </xsd:extension> </xsd:complexContent>
<wim:Root> <wim:entities xsi:type="wim:Country"> <wim:identifier externalName="c=CA" repositoryId="LDAP1" uniqueId="bbbb9201-1dd111b2-80d5f611-4d759b2b" uniqueName="c=CA"/> <wim:c>CA</wim:c> </wim:entities> </wim:Root>