Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema direction.xsd
Namespace http://kuutio.fi/schemas/contactRequests
Annotations
This schema defines "direction" element and type. GML is an OGC Standard. Copyright (c) 2001,2005,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form default: unqualified
element form default: qualified
version: 3.1.1.2
Element gml:DirectionVector
Namespace http://www.opengis.net/gml
Diagram
Diagram index10.tmp#id1233 index30.tmp#id1235 index30.tmp#id1237 index30.tmp#id1232
Type gml:DirectionVectorType
Properties
content: complex
Used by
Model gml:vector | (gml:horizontalAngle , gml:verticalAngle)
Children gml:horizontalAngle, gml:vector, gml:verticalAngle
Instance
<gml:DirectionVector>
  <gml:vector axisLabels="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:vector>
</gml:DirectionVector>
Source
<element name="DirectionVector" type="gml:DirectionVectorType"/>
Element gml:DirectionVectorType / gml:horizontalAngle
Namespace http://www.opengis.net/gml
Diagram
Diagram index13.tmp#id1228 index13.tmp#id1227 index6.tmp#id1236
Type gml:AngleType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<element name="horizontalAngle" type="gml:AngleType"/>
Element gml:DirectionVectorType / gml:verticalAngle
Namespace http://www.opengis.net/gml
Diagram
Diagram index13.tmp#id1228 index13.tmp#id1227 index6.tmp#id1236
Type gml:AngleType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom anyURI required
Source
<element name="verticalAngle" type="gml:AngleType"/>
Element gml:CompassPoint
Namespace http://www.opengis.net/gml
Diagram
Diagram index30.tmp#id1239
Type gml:CompassPointEnumeration
Properties
content: simple
Facets
enumeration N
enumeration NNE
enumeration NE
enumeration ENE
enumeration E
enumeration ESE
enumeration SE
enumeration SSE
enumeration S
enumeration SSW
enumeration SW
enumeration WSW
enumeration W
enumeration WNW
enumeration NW
enumeration NNW
Used by
Source
<element name="CompassPoint" type="gml:CompassPointEnumeration"/>
Element gml:DirectionPropertyType / gml:DirectionKeyword
Namespace http://www.opengis.net/gml
Diagram
Diagram index13.tmp#id171 index13.tmp#id170
Type gml:CodeType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
codeSpace anyURI optional
Source
<element name="DirectionKeyword" type="gml:CodeType"/>
Element gml:DirectionPropertyType / gml:DirectionString
Namespace http://www.opengis.net/gml
Diagram
Diagram index1.tmp#id140 index1.tmp#id159
Type gml:StringOrRefType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="DirectionString" type="gml:StringOrRefType"/>
Element gml:direction
Namespace http://www.opengis.net/gml
Diagram
Diagram index1.tmp#id140 index30.tmp#id1231 index30.tmp#id1238 index30.tmp#id1240 index30.tmp#id1241 index30.tmp#id1230
Type gml:DirectionPropertyType
Properties
content: complex
Used by
Model gml:DirectionVector | gml:CompassPoint | gml:DirectionKeyword | gml:DirectionString
Children gml:CompassPoint, gml:DirectionKeyword, gml:DirectionString, gml:DirectionVector
Instance
<gml:direction xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:DirectionVector>{1,1}</gml:DirectionVector>
  <gml:CompassPoint>{1,1}</gml:CompassPoint>
  <gml:DirectionKeyword codeSpace="">{1,1}</gml:DirectionKeyword>
  <gml:DirectionString xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:DirectionString>
</gml:direction>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="direction" type="gml:DirectionPropertyType"/>
Complex Type gml:DirectionPropertyType
Namespace http://www.opengis.net/gml
Annotations
Diagram
Diagram index1.tmp#id140 index30.tmp#id1231 index30.tmp#id1238 index30.tmp#id1240 index30.tmp#id1241
Used by
Model gml:DirectionVector | gml:CompassPoint | gml:DirectionKeyword | gml:DirectionString
Children gml:CompassPoint, gml:DirectionKeyword, gml:DirectionString, gml:DirectionVector
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<complexType name="DirectionPropertyType">
  <annotation>
    <documentation/>
  </annotation>
  <choice>
    <element ref="gml:DirectionVector"/>
    <element ref="gml:CompassPoint"/>
    <element name="DirectionKeyword" type="gml:CodeType"/>
    <element name="DirectionString" type="gml:StringOrRefType"/>
  </choice>
  <attributeGroup ref="gml:AssociationAttributeGroup"/>
</complexType>
Complex Type gml:DirectionVectorType
Namespace http://www.opengis.net/gml
Annotations
Direction expressed as a vector, either using components, or using angles.
Diagram
Diagram index10.tmp#id1233 index30.tmp#id1235 index30.tmp#id1237
Used by
Model gml:vector | (gml:horizontalAngle , gml:verticalAngle)
Children gml:horizontalAngle, gml:vector, gml:verticalAngle
Source
<complexType name="DirectionVectorType">
  <annotation>
    <documentation>Direction expressed as a vector, either using components, or using angles.</documentation>
  </annotation>
  <choice>
    <element ref="gml:vector"/>
    <sequence>
      <element name="horizontalAngle" type="gml:AngleType"/>
      <element name="verticalAngle" type="gml:AngleType"/>
    </sequence>
  </choice>
</complexType>
Simple Type gml:CompassPointEnumeration
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type restriction of string
Facets
enumeration N
enumeration NNE
enumeration NE
enumeration ENE
enumeration E
enumeration ESE
enumeration SE
enumeration SSE
enumeration S
enumeration SSW
enumeration SW
enumeration WSW
enumeration W
enumeration WNW
enumeration NW
enumeration NNW
Used by
Source
<simpleType name="CompassPointEnumeration">
  <restriction base="string">
    <enumeration value="N"/>
    <enumeration value="NNE"/>
    <enumeration value="NE"/>
    <enumeration value="ENE"/>
    <enumeration value="E"/>
    <enumeration value="ESE"/>
    <enumeration value="SE"/>
    <enumeration value="SSE"/>
    <enumeration value="S"/>
    <enumeration value="SSW"/>
    <enumeration value="SW"/>
    <enumeration value="WSW"/>
    <enumeration value="W"/>
    <enumeration value="WNW"/>
    <enumeration value="NW"/>
    <enumeration value="NNW"/>
  </restriction>
</simpleType>