All Element Summary |
||||||||||||||
gml:AbstractGeometricAggregate is the abstract head of the substitution group for all geometric aggregates.
|
||||||||||||||
This property element contains a list of curves.
|
||||||||||||||
This property element either references a geometry element via the XLink-attributes or contains the geometry element.
|
||||||||||||||
This property element contains a list of geometry elements.
|
||||||||||||||
A gml:MultiCurve is defined by one or more gml:AbstractCurves.
|
||||||||||||||
gml:MultiGeometry is a collection of one or more GML geometry objects of arbitrary type.
|
||||||||||||||
A gml:MultiPoint consists of one or more gml:Points.
|
||||||||||||||
A gml:MultiSolid is defined by one or more gml:AbstractSolids.
|
||||||||||||||
A gml:MultiSurface is defined by one or more gml:AbstractSurfaces.
|
||||||||||||||
This property element either references a Point via the XLink-attributes or contains the Point element.
|
||||||||||||||
This property element contains a list of points.
|
||||||||||||||
This property element either references a solid via the XLink-attributes or contains the solid element.
|
||||||||||||||
This property element contains a list of solids.
|
||||||||||||||
This property element contains a list of surfaces.
|
Complex Type Summary |
||||||||||
|
||||||||||
A property that has a collection of curves as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document).
|
||||||||||
|
||||||||||
A property that has a geometric aggregate as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document).
|
||||||||||
|
||||||||||
A property that has a collection of points as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document).
|
||||||||||
|
||||||||||
A property that has a collection of solids as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document).
|
||||||||||
|
||||||||||
A property that has a collection of surfaces as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document).
|
||||||||||
|
<?xml version="1.0" encoding="UTF-8"?>
<schema elementFormDefault="qualified" targetNamespace="http://www.opengis.net/gml/3.2" version="3.2.1.2" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink">
<annotation>
<appinfo source="urn:x-ogc:specification:gml:schema-xsd:geometryAggregates:3.2.1">geometryAggregates.xsd</appinfo>
</annotation>
</complexType>
See ISO/DIS 19136 12.3.
</documentation>
Geometric aggregates (i.e. instances of a subtype of gml:AbstractGeometricAggregateType) are arbitrary aggregations of geometry elements. They are not assumed to have any additional internal structure and are used to "collect" pieces of geometry of a specified type. Application schemas may use aggregates for features that use multiple geometric objects in their representations. GML is an OGC Standard. Copyright (c) 2007,2010 Open Geospatial Consortium. To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ . <element abstract="true" name="AbstractGeometricAggregate" substitutionGroup="gml:AbstractGeometry" type="gml:AbstractGeometricAggregateType">
<annotation>
</element>
<documentation>
</annotation>
gml:AbstractGeometricAggregate is the abstract head of the substitution group for all geometric aggregates.
</documentation>
<complexContent>
</complexType>
<extension base="gml:AbstractGeometricAggregateType">
</extension>
</complexContent>
<element name="MultiGeometry" substitutionGroup="gml:AbstractGeometricAggregate" type="gml:MultiGeometryType">
<annotation>
</element>
<documentation>
</annotation>
gml:MultiGeometry is a collection of one or more GML geometry objects of arbitrary type.
</documentation>
The members of the geometric aggregate may be specified either using the "standard" property (gml:geometryMember) or the array property (gml:geometryMembers). It is also valid to use both the "standard" and the array properties in the same collection.
<annotation>
</element>
<documentation>
</annotation>
This property element either references a geometry element via the XLink-attributes or contains the geometry element.
</documentation>
<annotation>
</element>
<documentation>
</annotation>
This property element contains a list of geometry elements. The order of the elements is significant and shall be preserved when processing the array.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
A property that has a geometric aggregate as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element shall be given, but neither both nor none.
</documentation>
<sequence minOccurs="0">
</sequence>
<complexContent>
</complexType>
<extension base="gml:AbstractGeometricAggregateType">
</extension>
</complexContent>
<element name="MultiPoint" substitutionGroup="gml:AbstractGeometricAggregate" type="gml:MultiPointType">
<annotation>
</element>
<documentation>
</annotation>
A gml:MultiPoint consists of one or more gml:Points.
</documentation>
The members of the geometric aggregate may be specified either using the "standard" property (gml:pointMember) or the array property (gml:pointMembers). It is also valid to use both the "standard" and the array properties in the same collection.
<annotation>
</element>
<documentation>
</annotation>
This property element either references a Point via the XLink-attributes or contains the Point element.
</documentation>
<annotation>
</element>
<documentation>
</annotation>
This property element contains a list of points. The order of the elements is significant and shall be preserved when processing the array.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
A property that has a collection of points as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element shall be given, but neither both nor none.
</documentation>
<sequence minOccurs="0">
</sequence>
<complexContent>
</complexType>
<extension base="gml:AbstractGeometricAggregateType">
</extension>
</complexContent>
<element name="MultiCurve" substitutionGroup="gml:AbstractGeometricAggregate" type="gml:MultiCurveType">
<annotation>
</element>
<documentation>
</annotation>
A gml:MultiCurve is defined by one or more gml:AbstractCurves.
</documentation>
The members of the geometric aggregate may be specified either using the "standard" property (gml:curveMember) or the array property (gml:curveMembers). It is also valid to use both the "standard" and the array properties in the same collection.
<annotation>
</element>
<documentation>
</annotation>
This property element contains a list of curves. The order of the elements is significant and shall be preserved when processing the array.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
A property that has a collection of curves as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element shall be given, but neither both nor none.
</documentation>
<sequence minOccurs="0">
</sequence>
<complexContent>
</complexType>
<extension base="gml:AbstractGeometricAggregateType">
</extension>
</complexContent>
<element name="MultiSurface" substitutionGroup="gml:AbstractGeometricAggregate" type="gml:MultiSurfaceType">
<annotation>
</element>
<documentation>
</annotation>
A gml:MultiSurface is defined by one or more gml:AbstractSurfaces.
</documentation>
The members of the geometric aggregate may be specified either using the "standard" property (gml:surfaceMember) or the array property (gml:surfaceMembers). It is also valid to use both the "standard" and the array properties in the same collection.
<annotation>
</element>
<documentation>
</annotation>
This property element contains a list of surfaces. The order of the elements is significant and shall be preserved when processing the array.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
A property that has a collection of surfaces as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element shall be given, but neither both nor none.
</documentation>
<sequence minOccurs="0">
</sequence>
<complexContent>
</complexType>
<extension base="gml:AbstractGeometricAggregateType">
</extension>
</complexContent>
<element name="MultiSolid" substitutionGroup="gml:AbstractGeometricAggregate" type="gml:MultiSolidType">
<annotation>
</element>
<documentation>
</annotation>
A gml:MultiSolid is defined by one or more gml:AbstractSolids.
</documentation>
The members of the geometric aggregate may be specified either using the "standard" property (gml:solidMember) or the array property (gml:solidMembers). It is also valid to use both the "standard" and the array properties in the same collection.
<annotation>
</element>
<documentation>
</annotation>
This property element either references a solid via the XLink-attributes or contains the solid element. A solid element is any element, which is substitutable for gml:AbstractSolid.
</documentation>
<annotation>
</element>
<documentation>
</annotation>
This property element contains a list of solids. The order of the elements is significant and shall be preserved when processing the array.
</documentation>
<annotation>
</complexType>
<documentation>
</annotation>
A property that has a collection of solids as its value domain may either be an appropriate geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Either the reference or the contained element shall be given, but neither both nor none.
</documentation>
<sequence minOccurs="0">
</sequence>
</schema>
|
This XML schema documentation has been generated with DocFlex/XML 1.11 using DocFlex/XML XSDDoc 2.8.3 template set.
DocFlex/XML is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from
any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually
using a high-quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.
DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-quality XML Schema documentation generator with simultaneous support of framed multi-file HTML,
single-file HTML and RTF output formats. (More formats are planned in the future).
A commercial license for "DocFlex/XML XSDDoc" will allow you:
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML (Full Edition) and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!
But this is not all. In addition to it, a commercial license for "DocFlex/XML SDK" will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only.
And, of course, you could develop any template applications by your own!
Please note that by purchasing a license for this software, you not only acquire a useful tool,
you will also make an important investment in its future development, the results of which you could enjoy later by yourself.
Every single your purchase matters and makes a difference for us!
To purchase a license, please follow this link: http://www.filigris.com/shop/
|