Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Included schema geometry.xsd
Namespace http://www.isotc211.org/2005/gss
Annotations
Geographic Spatial Schema (GSS) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GSS includes all the definitions of http://www.isotc211.org/2005/gss namespace. The root document of this namespace is the file gss.xsd. This geometry.xsd schema contains the implementation of GM_Object and GM_Point. The encoding of these classes is mapped to ISO 19136 geometric types.
Properties
attribute form default unqualified
element form default qualified
version 2012-07-13
Complex Type gss:GM_Point_PropertyType
Namespace http://www.isotc211.org/2005/gss
Diagram
DiagramgcoBase_xsd.tmp#ObjectReferencegcoBase_xsd.tmp#nilReasongeometryBasic0d1d_xsd.tmp#Point
Used by
Model
Children gml:Point
Attributes
Source
<xs:complexType name="GM_Point_PropertyType">
  <xs:sequence minOccurs="0">
    <xs:element ref="gml:Point"/>
  </xs:sequence>
  <xs:attributeGroup ref="gco:ObjectReference"/>
  <xs:attribute ref="gco:nilReason"/>
</xs:complexType>
Complex Type gss:GM_Object_PropertyType
Namespace http://www.isotc211.org/2005/gss
Diagram
DiagramgcoBase_xsd.tmp#ObjectReferencegcoBase_xsd.tmp#nilReasongeometryBasic0d1d_xsd.tmp#AbstractGeometry
Used by
Model
Children gml:AbstractGeometry
Attributes
Source
<xs:complexType name="GM_Object_PropertyType">
  <xs:sequence minOccurs="0">
    <xs:element ref="gml:AbstractGeometry"/>
  </xs:sequence>
  <xs:attributeGroup ref="gco:ObjectReference"/>
  <xs:attribute ref="gco:nilReason"/>
</xs:complexType>