Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Imported schema core-locn-ap.xsd
Namespace http://www.w3.org/ns/locn#
Properties
attribute form default unqualified
element form default qualified
Element geometry
Namespace http://www.w3.org/ns/locn#
Diagram
Diagramcore-location-ap_xsd.tmp#longitudecore-location-ap_xsd.tmp#latitudecore-locn-ap_xsd.tmp#GeometryType
Type GeometryType
Properties
content complex
Used by
Complex Type LocationType
Model
Children latitude, longitude
Instance
<geometry xmlns="http://www.w3.org/ns/locn#" xmlns:clv="http://data.europa.eu/m8g/">
  <clv:longitude>{0,unbounded}</clv:longitude>
  <clv:latitude>{0,unbounded}</clv:latitude>
</geometry>
Source
<xs:element name="geometry" type="GeometryType"/>
Complex Type GeometryType
Namespace http://www.w3.org/ns/locn#
Annotations
This class defines the geometry at the conceptual level, and it can be encoded by using different formats.
Diagram
Diagramcore-location-ap_xsd.tmp#longitudecore-location-ap_xsd.tmp#latitude
Used by
Element geometry
Model
Children latitude, longitude
Source
<xs:complexType name="GeometryType">
  <xs:annotation>
    <xs:documentation>This class defines the geometry at the conceptual level, and it can be encoded by using different formats.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="clv:longitude" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The geographic coordinate that specifies the east / west position of the Geometry on the Earth's surface.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="clv:latitude" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The geographic coordinate that specifies the north / south position of the Geomerty on the Earth's surface.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>