Locality is a geographic area.
Locality DataObject extends from the abstract data object GeographicLocation. Locality represents a geographic location.
<xsd:complexType name="Locality"> <xsd:complexContent> <xsd:extension base="GeographicLocation"> <xsd:sequence> <xsd:element maxOccurs="1" minOccurs="0" ref="localityName"/> <xsd:element maxOccurs="unbounded" minOccurs="0" ref="stateOrProvinceName"/> <xsd:element maxOccurs="unbounded" minOccurs="0" ref="street"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>
<wim:Root> <wim:entities xsi:type="wim:Locality"> <wim:identifier externalName="l=Toronto,c=CA" repositoryId="LDAP1" uniqueId="eeee9201-1dd111b2-80d5f611-4d759b2b" uniqueName="l=Toronto,c=CA"/> <wim:l>Toronto</wim:l> </wim:entities> </wim:Root>