Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Included schema grids.xsd
Namespace http://standardit.tapio.fi/schemas/workingsitetrade/offer
Annotations
Grid geometries A subset of implicit geometries Designed for use with GML Coverage schema, but maybe useful elsewhere as well. 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:Grid
Namespace http://www.opengis.net/gml
Diagram
Diagram index4.tmp#id510 index4.tmp#id476 index4.tmp#id496 index4.tmp#id498 index4.tmp#id475 index4.tmp#id474 index20.tmp#id511 index20.tmp#id512 index20.tmp#id473 index60.tmp#id2180 index60.tmp#id2173 index60.tmp#id2179 index60.tmp#id2172 index60.tmp#id2171
Type gml:GridType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Complex Type gml:GridDomainType
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:limits , gml:axisName+
Children gml:axisName, gml:description, gml:limits, gml:metaDataProperty, gml:name
Instance
<gml:Grid axisLabels="" dimension="" gid="" gml:id="" srsDimension="" srsName="" uomLabels="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:Grid>
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
Ordered list of labels for all the axes of this CRS. The gml:axisAbbrev value should be used for these axis labels, after spaces and forbiddden characters are removed. When the srsName attribute is included, this attribute is optional. When the srsName attribute is omitted, this attribute shall also be omitted.
dimension positiveInteger required
gid string optional
This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used anymore and may be deleted in future versions of GML without further notice.
gml:id ID optional
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods. This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
srsDimension positiveInteger optional
The "srsDimension" is the length of coordinate sequence (the number of entries in the list). This dimension is specified by the coordinate reference system. When the srsName attribute is omitted, this attribute shall be omitted.
srsName anyURI optional
In general this reference points to a CRS instance of gml:CoordinateReferenceSystemType (see coordinateReferenceSystems.xsd). For well known references it is not required that the CRS description exists at the location the URI points to. If no srsName attribute is given, the CRS must be specified as part of the larger context this geometry element is part of, e.g. a geometric element like point, curve, etc. It is expected that this attribute will be specified at the direct position level only in rare cases.
uomLabels gml:NCNameList optional
Ordered list of unit of measure (uom) labels for all the axes of this CRS. The value of the string in the gml:catalogSymbol should be used for this uom labels, after spaces and forbiddden characters are removed. When the axisLabels attribute is included, this attribute shall also be included. When the axisLabels attribute is omitted, this attribute shall also be omitted.
Source
<element name="Grid" type="gml:GridType" substitutionGroup="gml:_ImplicitGeometry"/>
Element gml:GridType / gml:limits
Namespace http://www.opengis.net/gml
Diagram
Diagram index60.tmp#id2175 index60.tmp#id2174
Type gml:GridLimitsType
Properties
content: complex
Model gml:GridEnvelope
Children gml:GridEnvelope
Instance
<gml:limits>
  <gml:GridEnvelope>{1,1}</gml:GridEnvelope>
</gml:limits>
Source
<element name="limits" type="gml:GridLimitsType"/>
Element gml:GridLimitsType / gml:GridEnvelope
Namespace http://www.opengis.net/gml
Diagram
Diagram index60.tmp#id2177 index60.tmp#id2178 index60.tmp#id2176
Type gml:GridEnvelopeType
Properties
content: complex
Model gml:low , gml:high
Children gml:high, gml:low
Instance
<gml:GridEnvelope>
  <gml:low>{1,1}</gml:low>
  <gml:high>{1,1}</gml:high>
</gml:GridEnvelope>
Source
<element name="GridEnvelope" type="gml:GridEnvelopeType"/>
Element gml:GridEnvelopeType / gml:low
Namespace http://www.opengis.net/gml
Diagram
Diagram index23.tmp#id1775
Type gml:integerList
Properties
content: simple
Source
<element name="low" type="gml:integerList"/>
Element gml:GridEnvelopeType / gml:high
Namespace http://www.opengis.net/gml
Diagram
Diagram index23.tmp#id1775
Type gml:integerList
Properties
content: simple
Source
<element name="high" type="gml:integerList"/>
Element gml:GridType / gml:axisName
Namespace http://www.opengis.net/gml
Diagram
Diagram
Type string
Properties
content: simple
maxOccurs: unbounded
Source
<element name="axisName" type="string" maxOccurs="unbounded"/>
Element gml:RectifiedGrid
Namespace http://www.opengis.net/gml
Annotations
Should be substitutionGroup="gml:Grid" but changed in order to accomplish Xerces-J schema validation
Diagram
Diagram index4.tmp#id510 index4.tmp#id476 index4.tmp#id496 index4.tmp#id498 index4.tmp#id475 index4.tmp#id474 index20.tmp#id511 index20.tmp#id512 index20.tmp#id473 index60.tmp#id2180 index60.tmp#id2173 index60.tmp#id2179 index60.tmp#id2172 index60.tmp#id2184 index60.tmp#id2185 index60.tmp#id2183 index60.tmp#id2171
Type gml:RectifiedGridType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:limits , gml:axisName+ , gml:origin , gml:offsetVector+
Children gml:axisName, gml:description, gml:limits, gml:metaDataProperty, gml:name, gml:offsetVector, gml:origin
Instance
<gml:RectifiedGrid axisLabels="" dimension="" gid="" gml:id="" srsDimension="" srsName="" uomLabels="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:RectifiedGrid>
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
Ordered list of labels for all the axes of this CRS. The gml:axisAbbrev value should be used for these axis labels, after spaces and forbiddden characters are removed. When the srsName attribute is included, this attribute is optional. When the srsName attribute is omitted, this attribute shall also be omitted.
dimension positiveInteger required
gid string optional
This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used anymore and may be deleted in future versions of GML without further notice.
gml:id ID optional
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods. This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
srsDimension positiveInteger optional
The "srsDimension" is the length of coordinate sequence (the number of entries in the list). This dimension is specified by the coordinate reference system. When the srsName attribute is omitted, this attribute shall be omitted.
srsName anyURI optional
In general this reference points to a CRS instance of gml:CoordinateReferenceSystemType (see coordinateReferenceSystems.xsd). For well known references it is not required that the CRS description exists at the location the URI points to. If no srsName attribute is given, the CRS must be specified as part of the larger context this geometry element is part of, e.g. a geometric element like point, curve, etc. It is expected that this attribute will be specified at the direct position level only in rare cases.
uomLabels gml:NCNameList optional
Ordered list of unit of measure (uom) labels for all the axes of this CRS. The value of the string in the gml:catalogSymbol should be used for this uom labels, after spaces and forbiddden characters are removed. When the axisLabels attribute is included, this attribute shall also be included. When the axisLabels attribute is omitted, this attribute shall also be omitted.
Source
<element name="RectifiedGrid" type="gml:RectifiedGridType" substitutionGroup="gml:_ImplicitGeometry">
  <annotation>
    <documentation>Should be substitutionGroup="gml:Grid" but changed in order to accomplish Xerces-J schema validation</documentation>
  </annotation>
</element>
Element gml:RectifiedGridType / gml:origin
Namespace http://www.opengis.net/gml
Diagram
Diagram index4.tmp#id478 index20.tmp#id469 index20.tmp#id468
Type gml:PointPropertyType
Properties
content: complex
Model gml:Point
Children gml:Point
Instance
<gml:origin xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:Point axisLabels="" gid="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:Point>
</gml:origin>
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="origin" type="gml:PointPropertyType"/>
Element gml:RectifiedGridType / gml:offsetVector
Namespace http://www.opengis.net/gml
Diagram
Diagram index23.tmp#id521 index20.tmp#id512 index20.tmp#id1555
Type gml:VectorType
Type hierarchy
Properties
content: complex
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
Ordered list of labels for all the axes of this CRS. The gml:axisAbbrev value should be used for these axis labels, after spaces and forbiddden characters are removed. When the srsName attribute is included, this attribute is optional. When the srsName attribute is omitted, this attribute shall also be omitted.
srsDimension positiveInteger optional
The "srsDimension" is the length of coordinate sequence (the number of entries in the list). This dimension is specified by the coordinate reference system. When the srsName attribute is omitted, this attribute shall be omitted.
srsName anyURI optional
In general this reference points to a CRS instance of gml:CoordinateReferenceSystemType (see coordinateReferenceSystems.xsd). For well known references it is not required that the CRS description exists at the location the URI points to. If no srsName attribute is given, the CRS must be specified as part of the larger context this geometry element is part of, e.g. a geometric element like point, curve, etc. It is expected that this attribute will be specified at the direct position level only in rare cases.
uomLabels gml:NCNameList optional
Ordered list of unit of measure (uom) labels for all the axes of this CRS. The value of the string in the gml:catalogSymbol should be used for this uom labels, after spaces and forbiddden characters are removed. When the axisLabels attribute is included, this attribute shall also be included. When the axisLabels attribute is omitted, this attribute shall also be omitted.
Source
<element name="offsetVector" type="gml:VectorType" maxOccurs="unbounded"/>
Element gml:_ImplicitGeometry
Namespace http://www.opengis.net/gml
Diagram
Diagram index4.tmp#id510 index4.tmp#id476 index4.tmp#id496 index4.tmp#id498 index4.tmp#id475 index4.tmp#id474 index20.tmp#id511 index20.tmp#id512 index20.tmp#id473 index60.tmp#id1531 index60.tmp#id1532 index20.tmp#id544
Type gml:AbstractGeometryType
Type hierarchy
Properties
content: complex
abstract: true
Substitution Group
Substitution Group Affiliation
Model gml:metaDataProperty* , gml:description{0,1} , gml:name*
Children gml:description, gml:metaDataProperty, gml:name
Instance
<gml:_ImplicitGeometry axisLabels="" gid="" gml:id="" srsDimension="" srsName="" uomLabels="">
  <gml:metaDataProperty about="" xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</gml:metaDataProperty>
  <gml:description xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:description>
  <gml:name codeSpace="">{0,unbounded}</gml:name>
</gml:_ImplicitGeometry>
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
Ordered list of labels for all the axes of this CRS. The gml:axisAbbrev value should be used for these axis labels, after spaces and forbiddden characters are removed. When the srsName attribute is included, this attribute is optional. When the srsName attribute is omitted, this attribute shall also be omitted.
gid string optional
This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used anymore and may be deleted in future versions of GML without further notice.
gml:id ID optional
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods. This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
srsDimension positiveInteger optional
The "srsDimension" is the length of coordinate sequence (the number of entries in the list). This dimension is specified by the coordinate reference system. When the srsName attribute is omitted, this attribute shall be omitted.
srsName anyURI optional
In general this reference points to a CRS instance of gml:CoordinateReferenceSystemType (see coordinateReferenceSystems.xsd). For well known references it is not required that the CRS description exists at the location the URI points to. If no srsName attribute is given, the CRS must be specified as part of the larger context this geometry element is part of, e.g. a geometric element like point, curve, etc. It is expected that this attribute will be specified at the direct position level only in rare cases.
uomLabels gml:NCNameList optional
Ordered list of unit of measure (uom) labels for all the axes of this CRS. The value of the string in the gml:catalogSymbol should be used for this uom labels, after spaces and forbiddden characters are removed. When the axisLabels attribute is included, this attribute shall also be included. When the axisLabels attribute is omitted, this attribute shall also be omitted.
Source
<element name="_ImplicitGeometry" type="gml:AbstractGeometryType" abstract="true" substitutionGroup="gml:_Geometry"/>
Complex Type gml:GridType
Namespace http://www.opengis.net/gml
Annotations
An unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.
Diagram
Diagram index4.tmp#id510 index4.tmp#id476 index4.tmp#id496 index4.tmp#id498 index4.tmp#id475 index4.tmp#id474 index20.tmp#id511 index20.tmp#id512 index20.tmp#id473 index60.tmp#id2180 index60.tmp#id2173 index60.tmp#id2179
Type extension of gml:AbstractGeometryType
Type hierarchy
Used by
Element gml:Grid
Complex Type gml:RectifiedGridType
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:limits , gml:axisName+
Children gml:axisName, gml:description, gml:limits, gml:metaDataProperty, gml:name
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
Ordered list of labels for all the axes of this CRS. The gml:axisAbbrev value should be used for these axis labels, after spaces and forbiddden characters are removed. When the srsName attribute is included, this attribute is optional. When the srsName attribute is omitted, this attribute shall also be omitted.
dimension positiveInteger required
gid string optional
This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used anymore and may be deleted in future versions of GML without further notice.
gml:id ID optional
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods. This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
srsDimension positiveInteger optional
The "srsDimension" is the length of coordinate sequence (the number of entries in the list). This dimension is specified by the coordinate reference system. When the srsName attribute is omitted, this attribute shall be omitted.
srsName anyURI optional
In general this reference points to a CRS instance of gml:CoordinateReferenceSystemType (see coordinateReferenceSystems.xsd). For well known references it is not required that the CRS description exists at the location the URI points to. If no srsName attribute is given, the CRS must be specified as part of the larger context this geometry element is part of, e.g. a geometric element like point, curve, etc. It is expected that this attribute will be specified at the direct position level only in rare cases.
uomLabels gml:NCNameList optional
Ordered list of unit of measure (uom) labels for all the axes of this CRS. The value of the string in the gml:catalogSymbol should be used for this uom labels, after spaces and forbiddden characters are removed. When the axisLabels attribute is included, this attribute shall also be included. When the axisLabels attribute is omitted, this attribute shall also be omitted.
Source
<complexType name="GridType">
  <annotation>
    <documentation>An unrectified grid, which is a network composed of two or more sets of equally spaced parallel lines in which the members of each set intersect the members of the other sets at right angles.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:AbstractGeometryType">
      <sequence>
        <element name="limits" type="gml:GridLimitsType"/>
        <element name="axisName" type="string" maxOccurs="unbounded"/>
      </sequence>
      <attribute name="dimension" type="positiveInteger" use="required"/>
    </extension>
  </complexContent>
</complexType>
Complex Type gml:GridLimitsType
Namespace http://www.opengis.net/gml
Diagram
Diagram index60.tmp#id2175
Used by
Model gml:GridEnvelope
Children gml:GridEnvelope
Source
<complexType name="GridLimitsType">
  <sequence>
    <element name="GridEnvelope" type="gml:GridEnvelopeType"/>
  </sequence>
</complexType>
Complex Type gml:GridEnvelopeType
Namespace http://www.opengis.net/gml
Annotations
Provides grid coordinate values for the diametrically opposed corners of an envelope that bounds a section of grid. The value of a single coordinate is the number of offsets from the origin of the grid in the direction of a specific axis.
Diagram
Diagram index60.tmp#id2177 index60.tmp#id2178
Used by
Model gml:low , gml:high
Children gml:high, gml:low
Source
<complexType name="GridEnvelopeType">
  <annotation>
    <documentation>Provides grid coordinate values for the diametrically opposed corners of an envelope that bounds a section of grid. The value of a single coordinate is the number of offsets from the origin of the grid in the direction of a specific axis.</documentation>
  </annotation>
  <sequence>
    <element name="low" type="gml:integerList"/>
    <element name="high" type="gml:integerList"/>
  </sequence>
</complexType>
Complex Type gml:RectifiedGridType
Namespace http://www.opengis.net/gml
Annotations
A rectified grid has an origin and vectors that define its post locations.
Diagram
Diagram index4.tmp#id510 index4.tmp#id476 index4.tmp#id496 index4.tmp#id498 index4.tmp#id475 index4.tmp#id474 index20.tmp#id511 index20.tmp#id512 index20.tmp#id473 index60.tmp#id2180 index60.tmp#id2173 index60.tmp#id2179 index60.tmp#id2172 index60.tmp#id2184 index60.tmp#id2185
Type extension of gml:GridType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:name* , gml:limits , gml:axisName+ , gml:origin , gml:offsetVector+
Children gml:axisName, gml:description, gml:limits, gml:metaDataProperty, gml:name, gml:offsetVector, gml:origin
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
Ordered list of labels for all the axes of this CRS. The gml:axisAbbrev value should be used for these axis labels, after spaces and forbiddden characters are removed. When the srsName attribute is included, this attribute is optional. When the srsName attribute is omitted, this attribute shall also be omitted.
dimension positiveInteger required
gid string optional
This attribute is included for backward compatibility with GML 2 and is deprecated with GML 3. This identifer is superceded by "gml:id" inherited from AbstractGMLType. The attribute "gid" should not be used anymore and may be deleted in future versions of GML without further notice.
gml:id ID optional
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods. This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
srsDimension positiveInteger optional
The "srsDimension" is the length of coordinate sequence (the number of entries in the list). This dimension is specified by the coordinate reference system. When the srsName attribute is omitted, this attribute shall be omitted.
srsName anyURI optional
In general this reference points to a CRS instance of gml:CoordinateReferenceSystemType (see coordinateReferenceSystems.xsd). For well known references it is not required that the CRS description exists at the location the URI points to. If no srsName attribute is given, the CRS must be specified as part of the larger context this geometry element is part of, e.g. a geometric element like point, curve, etc. It is expected that this attribute will be specified at the direct position level only in rare cases.
uomLabels gml:NCNameList optional
Ordered list of unit of measure (uom) labels for all the axes of this CRS. The value of the string in the gml:catalogSymbol should be used for this uom labels, after spaces and forbiddden characters are removed. When the axisLabels attribute is included, this attribute shall also be included. When the axisLabels attribute is omitted, this attribute shall also be omitted.
Source
<complexType name="RectifiedGridType">
  <annotation>
    <documentation>A rectified grid has an origin and vectors that define its post locations.</documentation>
  </annotation>
  <complexContent>
    <extension base="gml:GridType">
      <sequence>
        <element name="origin" type="gml:PointPropertyType"/>
        <element name="offsetVector" type="gml:VectorType" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Attribute gml:GridType / @dimension
Namespace No namespace
Type positiveInteger
Properties
use: required
Used by
Complex Type gml:GridType
Source
<attribute name="dimension" type="positiveInteger" use="required"/>