Country 指定国家或地区的名称。
Country 数据对象扩展自抽象数据对象 GeographicLocation。位置表示国家或地区。
<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>