diagram |
 |
used by |
|
attributes |
|
annotation |
documentation | Type for an element that will represent a geographic position as a latitude and longitude. |
|
source |
<xsd:complexType name="latitudeLongitudeElementType">
<xsd:annotation>
<xsd:documentation>Type for an element that will represent a geographic position as a latitude and longitude.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="latitude" type="latitudeType" use="required"/>
<xsd:attribute name="longitude" type="longitudeType" use="required"/>
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType> |