mpeg7:GeographicPointType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
altitude double optional
latitude restriction of double required
longitude restriction of double required

Used By

Source

<complexType name="GeographicPointType">
  <attribute name="longitude" use="required">
    <simpleType>
      <restriction base="double">
        <minInclusive value="-180.0"/>
        <maxInclusive value="180.0"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="latitude" use="required">
    <simpleType>
      <restriction base="double">
        <minInclusive value="-90.0"/>
        <maxInclusive value="90.0"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="altitude" type="double" use="optional"/>
</complexType>