Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element gml:RectifiedGridType / gml:origin
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index0.tmp#id79 index8.tmp#id104 index124.tmp#id140 index125.tmp#id268
Type gml:PointPropertyType
Properties
content: complex
Model gml:Point
Children gml:Point
Instance
<gml:origin xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:Point axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:Point>
</gml:origin>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
nilReason gml:NilReasonType optional
owns boolean false optional
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"/>
Schema location http://schemas.opengis.net/gml/3.2.1/grids.xsd
Element gml:RectifiedGridType / gml:offsetVector
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index193.tmp#id119 index41.tmp#id120 index194.tmp#id118 index195.tmp#id446
Type gml:VectorType
Type hierarchy
Properties
content: complex
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="offsetVector" type="gml:VectorType" maxOccurs="unbounded"/>
Schema location http://schemas.opengis.net/gml/3.2.1/grids.xsd
Complex Type gml:RectifiedGridType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index33.tmp#id78 index34.tmp#id72 index35.tmp#id100 index36.tmp#id102 index37.tmp#id106 index38.tmp#id111 index39.tmp#id71 index40.tmp#id70 index41.tmp#id120 index42.tmp#id164 index99.tmp#id934 index99.tmp#id926 index99.tmp#id932 index99.tmp#id933 index99.tmp#id925 index1103.tmp#id936 index1103.tmp#id937
Type extension of gml:GridType
Type hierarchy
Used by
Model gml:metaDataProperty* , gml:description{0,1} , gml:descriptionReference{0,1} , gml:identifier{0,1} , gml:name* , gml:limits , (gml:axisLabels | gml:axisName+) , gml:origin , gml:offsetVector+
Children gml:axisLabels, gml:axisName, gml:description, gml:descriptionReference, gml:identifier, gml:limits, gml:metaDataProperty, gml:name, gml:offsetVector, gml:origin
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
dimension positiveInteger required
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType name="RectifiedGridType">
  <complexContent>
    <extension base="gml:GridType">
      <sequence>
        <element name="origin" type="gml:PointPropertyType"/>
        <element name="offsetVector" type="gml:VectorType" maxOccurs="unbounded"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/grids.xsd