Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Included schema basicTypes.xsd
Namespacehttp://www.opengis.net/gml/3.2
Annotations
See ISO/DIS 19136 8.2.
W3C XML Schema provides a set of built-in "simple" types which define methods for representing values as literals without internal markup.  These are described in W3C XML Schema Part 2:2001.  Because GML is an XML encoding in which instances are described using XML Schema, these simple types shall be used as far as possible and practical for the representation of data types.  W3C XML Schema also provides methods for defining 
-	new simple types by restriction and combination of the built-in types, and 
-	complex types, with simple content, but which also have XML attributes.  
In many places where a suitable built-in simple type is not available, simple content types derived using the XML Schema mechanisms are used for the representation of data types in GML.  
A set of these simple content types that are required by several GML components are defined in the basicTypes schema, as well as some elements based on them. These are primarily based around components needed to record amounts, counts, flags and terms, together with support for exceptions or null values.

GML is an OGC Standard.
Copyright (c) 2007, 2010, 2016, 2018 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form defaultunqualified
element form defaultqualified
version3.2.2
Simple Type gml:NilReasonType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:NilReasonType defines a content model that allows recording of an explanation for a void value or other exception.
gml:NilReasonType is a union of the following enumerated values:
-	inapplicable there is no value
-	missing the correct value is not readily available to the sender of this data. Furthermore, a correct value may not exist
-	template the value will be available later
-	unknown the correct value is not known to, and not computable by, the sender of this data. However, a correct value probably exists
-	withheld the value is not divulged
-	other:text other brief explanation, where text is a string of two or more characters with no included spaces
and
-	anyURI which should refer to a resource which describes the reason for the exception
A particular community may choose to assign more detailed semantics to the standard values provided. Alternatively, the URI method enables a specific or more complete explanation for the absence of a value to be provided elsewhere and indicated by-reference in an instance document.
gml:NilReasonType is used as a member of a union in a number of simple content types where it is necessary to permit a value from the NilReasonType union as an alternative to the primary type.
Diagram
DiagrambasicTypes_xsd.tmp#NilReasonEnumeration
Typeunion of(gml:NilReasonEnumeration, anyURI)
Used by
Source
<simpleType name="NilReasonType">
  <annotation>
    <documentation>gml:NilReasonType defines a content model that allows recording of an explanation for a void value or other exception. gml:NilReasonType is a union of the following enumerated values: - inapplicable there is no value - missing the correct value is not readily available to the sender of this data. Furthermore, a correct value may not exist - template the value will be available later - unknown the correct value is not known to, and not computable by, the sender of this data. However, a correct value probably exists - withheld the value is not divulged - other:text other brief explanation, where text is a string of two or more characters with no included spaces and - anyURI which should refer to a resource which describes the reason for the exception A particular community may choose to assign more detailed semantics to the standard values provided. Alternatively, the URI method enables a specific or more complete explanation for the absence of a value to be provided elsewhere and indicated by-reference in an instance document. gml:NilReasonType is used as a member of a union in a number of simple content types where it is necessary to permit a value from the NilReasonType union as an alternative to the primary type.</documentation>
  </annotation>
  <union memberTypes="gml:NilReasonEnumeration anyURI"/>
</simpleType>
Complex Type gml:CodeWithAuthorityType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance.
Diagram
DiagrambasicTypes_xsd.tmp#CodeType_codeSpacebasicTypes_xsd.tmp#CodeTypebasicTypes_xsd.tmp#CodeWithAuthorityType_codeSpace
Typerestriction of gml:CodeType
Type hierarchy
Used by
Attributes
QNameTypeUse
codeSpaceanyURIrequired
Source
<complexType name="CodeWithAuthorityType">
  <annotation>
    <documentation>gml:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance.</documentation>
  </annotation>
  <simpleContent>
    <restriction base="gml:CodeType">
      <attribute name="codeSpace" type="anyURI" use="required"/>
    </restriction>
  </simpleContent>
</complexType>
Complex Type gml:CodeType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:CodeType is a generalized type to be used for a term, keyword or name.
It adds a XML attribute codeSpace to a term, where the value of the codeSpace attribute (if present) shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term.
Diagram
DiagrambasicTypes_xsd.tmp#CodeType_codeSpace
Typeextension of string
Used by
Attributes
QNameTypeUse
codeSpaceanyURIoptional
Source
<complexType name="CodeType">
  <annotation>
    <documentation>gml:CodeType is a generalized type to be used for a term, keyword or name. It adds a XML attribute codeSpace to a term, where the value of the codeSpace attribute (if present) shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term.</documentation>
  </annotation>
  <simpleContent>
    <extension base="string">
      <attribute name="codeSpace" type="anyURI"/>
    </extension>
  </simpleContent>
</complexType>
Simple Type gml:doubleList
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A type for a list of values of the respective simple type.
Diagram
Diagram
Typelist of double
Used by
Source
<simpleType name="doubleList">
  <annotation>
    <documentation>A type for a list of values of the respective simple type.</documentation>
  </annotation>
  <list itemType="double"/>
</simpleType>
Simple Type gml:NCNameList
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A type for a list of values of the respective simple type.
Diagram
Diagram
Typelist of NCName
Used by
Source
<simpleType name="NCNameList">
  <annotation>
    <documentation>A type for a list of values of the respective simple type.</documentation>
  </annotation>
  <list itemType="NCName"/>
</simpleType>
Complex Type gml:CoordinatesType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
This type is deprecated for tuples with ordinate values that are numbers.
CoordinatesType is a text string, intended to be used to record an array of tuples or coordinates. 
While it is not possible to enforce the internal structure of the string through schema validation, some optional attributes have been provided in previous versions of GML to support a description of the internal structure. These attributes are deprecated. The attributes were intended to be used as follows:
Decimal	symbol used for a decimal point (default="." a stop or period)
cs        	symbol used to separate components within a tuple or coordinate string (default="," a comma)
ts        	symbol used to separate tuples or coordinate strings (default=" " a space)
Since it is based on the XML Schema string type, CoordinatesType may be used in the construction of tables of tuples or arrays of tuples, including ones that contain mixed text and numeric values.
Diagram
DiagrambasicTypes_xsd.tmp#CoordinatesType_decimalbasicTypes_xsd.tmp#CoordinatesType_csbasicTypes_xsd.tmp#CoordinatesType_ts
Typeextension of string
Used by
Attributes
QNameTypeDefaultUse
csstring,optional
decimalstring.optional
tsstringoptional
Source
<complexType name="CoordinatesType">
  <annotation>
    <documentation>This type is deprecated for tuples with ordinate values that are numbers. CoordinatesType is a text string, intended to be used to record an array of tuples or coordinates. While it is not possible to enforce the internal structure of the string through schema validation, some optional attributes have been provided in previous versions of GML to support a description of the internal structure. These attributes are deprecated. The attributes were intended to be used as follows: Decimal symbol used for a decimal point (default="." a stop or period) cs symbol used to separate components within a tuple or coordinate string (default="," a comma) ts symbol used to separate tuples or coordinate strings (default=" " a space) Since it is based on the XML Schema string type, CoordinatesType may be used in the construction of tables of tuples or arrays of tuples, including ones that contain mixed text and numeric values.</documentation>
  </annotation>
  <simpleContent>
    <extension base="string">
      <attribute name="decimal" type="string" default="."/>
      <attribute name="cs" type="string" default=","/>
      <attribute name="ts" type="string" default=" "/>
    </extension>
  </simpleContent>
</complexType>
Simple Type gml:SignType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:SignType is a convenience type with values "+" (plus) and "-" (minus).
Diagram
Diagram
Typerestriction of string
Facets
enumeration-
enumeration+
Used by
Source
<simpleType name="SignType">
  <annotation>
    <documentation>gml:SignType is a convenience type with values "+" (plus) and "-" (minus).</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="-"/>
    <enumeration value="+"/>
  </restriction>
</simpleType>
Complex Type gml:MeasureType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:MeasureType supports recording an amount encoded as a value of XML Schema double, together with a units of measure indicated by an attribute uom, short for "units Of measure". The value of the uom attribute identifies a reference system for the amount, usually a ratio or interval scale.
Diagram
DiagrambasicTypes_xsd.tmp#MeasureType_uom
Typeextension of double
Used by
Attributes
QNameTypeUse
uomgml:UomIdentifierrequired
Source
<complexType name="MeasureType">
  <annotation>
    <documentation>gml:MeasureType supports recording an amount encoded as a value of XML Schema double, together with a units of measure indicated by an attribute uom, short for "units Of measure". The value of the uom attribute identifies a reference system for the amount, usually a ratio or interval scale.</documentation>
  </annotation>
  <simpleContent>
    <extension base="double">
      <attribute name="uom" type="gml:UomIdentifier" use="required"/>
    </extension>
  </simpleContent>
</complexType>
Simple Type gml:UomIdentifier
Namespacehttp://www.opengis.net/gml/3.2
Annotations
The simple type gml:UomIdentifer defines the syntax and value space of the unit of measure identifier.
Diagram
DiagrambasicTypes_xsd.tmp#UomSymbolbasicTypes_xsd.tmp#UomURI
Typeunion of(gml:UomSymbol, gml:UomURI)
Used by
Source
<simpleType name="UomIdentifier">
  <annotation>
    <documentation>The simple type gml:UomIdentifer defines the syntax and value space of the unit of measure identifier.</documentation>
  </annotation>
  <union memberTypes="gml:UomSymbol gml:UomURI"/>
</simpleType>
Simple Type gml:NilReasonEnumeration
Namespacehttp://www.opengis.net/gml/3.2
Diagram
Diagram
Typeunion of(restriction of string, restriction of string)
Source
<simpleType name="NilReasonEnumeration">
  <union>
    <simpleType>
      <restriction base="string">
        <enumeration value="inapplicable"/>
        <enumeration value="missing"/>
        <enumeration value="template"/>
        <enumeration value="unknown"/>
        <enumeration value="withheld"/>
      </restriction>
    </simpleType>
    <simpleType>
      <restriction base="string">
        <pattern value="other:\w{2,}"/>
      </restriction>
    </simpleType>
  </union>
</simpleType>
Simple Type gml:booleanOrNilReason
Namespacehttp://www.opengis.net/gml/3.2
Annotations
Extension to the respective XML Schema built-in simple type to allow a choice of either a value of the built-in simple type or a reason for a nil value.
Diagram
DiagrambasicTypes_xsd.tmp#NilReasonEnumeration
Typeunion of(gml:NilReasonEnumeration, boolean, anyURI)
Source
<simpleType name="booleanOrNilReason">
  <annotation>
    <documentation>Extension to the respective XML Schema built-in simple type to allow a choice of either a value of the built-in simple type or a reason for a nil value.</documentation>
  </annotation>
  <union memberTypes="gml:NilReasonEnumeration boolean anyURI"/>
</simpleType>
Simple Type gml:doubleOrNilReason
Namespacehttp://www.opengis.net/gml/3.2
Annotations
Extension to the respective XML Schema built-in simple type to allow a choice of either a value of the built-in simple type or a reason for a nil value.
Diagram
DiagrambasicTypes_xsd.tmp#NilReasonEnumeration
Typeunion of(gml:NilReasonEnumeration, double, anyURI)
Source
<simpleType name="doubleOrNilReason">
  <annotation>
    <documentation>Extension to the respective XML Schema built-in simple type to allow a choice of either a value of the built-in simple type or a reason for a nil value.</documentation>
  </annotation>
  <union memberTypes="gml:NilReasonEnumeration double anyURI"/>
</simpleType>
Simple Type gml:integerOrNilReason
Namespacehttp://www.opengis.net/gml/3.2
Annotations
Extension to the respective XML Schema built-in simple type to allow a choice of either a value of the built-in simple type or a reason for a nil value.
Diagram
DiagrambasicTypes_xsd.tmp#NilReasonEnumeration
Typeunion of(gml:NilReasonEnumeration, integer, anyURI)
Source
<simpleType name="integerOrNilReason">
  <annotation>
    <documentation>Extension to the respective XML Schema built-in simple type to allow a choice of either a value of the built-in simple type or a reason for a nil value.</documentation>
  </annotation>
  <union memberTypes="gml:NilReasonEnumeration integer anyURI"/>
</simpleType>
Simple Type gml:NameOrNilReason
Namespacehttp://www.opengis.net/gml/3.2
Annotations
Extension to the respective XML Schema built-in simple type to allow a choice of either a value of the built-in simple type or a reason for a nil value.
Diagram
DiagrambasicTypes_xsd.tmp#NilReasonEnumeration
Typeunion of(gml:NilReasonEnumeration, Name, anyURI)
Source
<simpleType name="NameOrNilReason">
  <annotation>
    <documentation>Extension to the respective XML Schema built-in simple type to allow a choice of either a value of the built-in simple type or a reason for a nil value.</documentation>
  </annotation>
  <union memberTypes="gml:NilReasonEnumeration Name anyURI"/>
</simpleType>
Simple Type gml:stringOrNilReason
Namespacehttp://www.opengis.net/gml/3.2
Annotations
Extension to the respective XML Schema built-in simple type to allow a choice of either a value of the built-in simple type or a reason for a nil value.
Diagram
DiagrambasicTypes_xsd.tmp#NilReasonEnumeration
Typeunion of(gml:NilReasonEnumeration, string, anyURI)
Source
<simpleType name="stringOrNilReason">
  <annotation>
    <documentation>Extension to the respective XML Schema built-in simple type to allow a choice of either a value of the built-in simple type or a reason for a nil value.</documentation>
  </annotation>
  <union memberTypes="gml:NilReasonEnumeration string anyURI"/>
</simpleType>
Simple Type gml:UomSymbol
Namespacehttp://www.opengis.net/gml/3.2
Annotations
This type specifies a character string of length at least one, and restricted such that it must not contain any of the following characters: ":" (colon), " " (space), (newline), (carriage return), (tab). This allows values corresponding to familiar abbreviations, such as "kg", "m/s", etc. 
It is recommended that the symbol be an identifier for a unit of measure as specified in the "Unified Code of Units of Measure" (UCUM) (http://aurora.regenstrief.org/UCUM). This provides a set of symbols and a grammar for constructing identifiers for units of measure that are unique, and may be easily entered with a keyboard supporting the limited character set known as 7-bit ASCII. ISO 2955 formerly provided a specification with this scope, but was withdrawn in 2001. UCUM largely follows ISO 2955 with modifications to remove ambiguities and other problems.
Diagram
Diagram
Typerestriction of string
Facets
pattern[^: \n\r\t]+
Source
<simpleType name="UomSymbol">
  <annotation>
    <documentation>This type specifies a character string of length at least one, and restricted such that it must not contain any of the following characters: ":" (colon), " " (space), (newline), (carriage return), (tab). This allows values corresponding to familiar abbreviations, such as "kg", "m/s", etc. It is recommended that the symbol be an identifier for a unit of measure as specified in the "Unified Code of Units of Measure" (UCUM) (http://aurora.regenstrief.org/UCUM). This provides a set of symbols and a grammar for constructing identifiers for units of measure that are unique, and may be easily entered with a keyboard supporting the limited character set known as 7-bit ASCII. ISO 2955 formerly provided a specification with this scope, but was withdrawn in 2001. UCUM largely follows ISO 2955 with modifications to remove ambiguities and other problems.</documentation>
  </annotation>
  <restriction base="string">
    <pattern value="[^: \n\r\t]+"/>
  </restriction>
</simpleType>
Simple Type gml:UomURI
Namespacehttp://www.opengis.net/gml/3.2
Annotations
This type specifies a URI, restricted such that it must start with one of the following sequences: "#", "./", "../", or a string of characters followed by a ":". These patterns ensure that the most common URI forms are supported, including absolute and relative URIs and URIs that are simple fragment identifiers, but prohibits certain forms of relative URI that could be mistaken for unit of measure symbol . 
NOTE	It is possible to re-write such a relative URI to conform to the restriction (e.g. "./m/s").
In an instance document, on elements of type gml:MeasureType the mandatory uom attribute shall carry a value corresponding to either 
-	a conventional unit of measure symbol,
-	a link to a definition of a unit of measure that does not have a conventional symbol, or when it is desired to indicate a precise or variant definition.
Diagram
Diagram
Typerestriction of anyURI
Facets
pattern([a-zA-Z][a-zA-Z0-9\-\+\.]*:|\.\./|\./|#).*
Source
<simpleType name="UomURI">
  <annotation>
    <documentation>This type specifies a URI, restricted such that it must start with one of the following sequences: "#", "./", "../", or a string of characters followed by a ":". These patterns ensure that the most common URI forms are supported, including absolute and relative URIs and URIs that are simple fragment identifiers, but prohibits certain forms of relative URI that could be mistaken for unit of measure symbol . NOTE It is possible to re-write such a relative URI to conform to the restriction (e.g. "./m/s"). In an instance document, on elements of type gml:MeasureType the mandatory uom attribute shall carry a value corresponding to either - a conventional unit of measure symbol, - a link to a definition of a unit of measure that does not have a conventional symbol, or when it is desired to indicate a precise or variant definition.</documentation>
  </annotation>
  <restriction base="anyURI">
    <pattern value="([a-zA-Z][a-zA-Z0-9\-\+\.]*:|\.\./|\./|#).*"/>
  </restriction>
</simpleType>
Simple Type gml:booleanList
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A type for a list of values of the respective simple type.
Diagram
Diagram
Typelist of boolean
Source
<simpleType name="booleanList">
  <annotation>
    <documentation>A type for a list of values of the respective simple type.</documentation>
  </annotation>
  <list itemType="boolean"/>
</simpleType>
Simple Type gml:integerList
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A type for a list of values of the respective simple type.
Diagram
Diagram
Typelist of integer
Used by
Source
<simpleType name="integerList">
  <annotation>
    <documentation>A type for a list of values of the respective simple type.</documentation>
  </annotation>
  <list itemType="integer"/>
</simpleType>
Simple Type gml:NameList
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A type for a list of values of the respective simple type.
Diagram
Diagram
Typelist of Name
Used by
Complex Typegml:CodeListType
Source
<simpleType name="NameList">
  <annotation>
    <documentation>A type for a list of values of the respective simple type.</documentation>
  </annotation>
  <list itemType="Name"/>
</simpleType>
Simple Type gml:QNameList
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A type for a list of values of the respective simple type.
Diagram
Diagram
Typelist of QName
Source
<simpleType name="QNameList">
  <annotation>
    <documentation>A type for a list of values of the respective simple type.</documentation>
  </annotation>
  <list itemType="QName"/>
</simpleType>
Simple Type gml:booleanOrNilReasonList
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A type for a list of values of the respective simple type.
Diagram
DiagrambasicTypes_xsd.tmp#booleanOrNilReason
Typelist of gml:booleanOrNilReason
Used by
Source
<simpleType name="booleanOrNilReasonList">
  <annotation>
    <documentation>A type for a list of values of the respective simple type.</documentation>
  </annotation>
  <list itemType="gml:booleanOrNilReason"/>
</simpleType>
Simple Type gml:NameOrNilReasonList
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A type for a list of values of the respective simple type.
Diagram
DiagrambasicTypes_xsd.tmp#NameOrNilReason
Typelist of gml:NameOrNilReason
Used by
Source
<simpleType name="NameOrNilReasonList">
  <annotation>
    <documentation>A type for a list of values of the respective simple type.</documentation>
  </annotation>
  <list itemType="gml:NameOrNilReason"/>
</simpleType>
Simple Type gml:doubleOrNilReasonList
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A type for a list of values of the respective simple type.
Diagram
DiagrambasicTypes_xsd.tmp#doubleOrNilReason
Typelist of gml:doubleOrNilReason
Used by
Source
<simpleType name="doubleOrNilReasonList">
  <annotation>
    <documentation>A type for a list of values of the respective simple type.</documentation>
  </annotation>
  <list itemType="gml:doubleOrNilReason"/>
</simpleType>
Simple Type gml:integerOrNilReasonList
Namespacehttp://www.opengis.net/gml/3.2
Annotations
A type for a list of values of the respective simple type.
Diagram
DiagrambasicTypes_xsd.tmp#integerOrNilReason
Typelist of gml:integerOrNilReason
Used by
Source
<simpleType name="integerOrNilReasonList">
  <annotation>
    <documentation>A type for a list of values of the respective simple type.</documentation>
  </annotation>
  <list itemType="gml:integerOrNilReason"/>
</simpleType>
Complex Type gml:CodeListType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:CodeListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute.
Diagram
DiagrambasicTypes_xsd.tmp#NameListbasicTypes_xsd.tmp#CodeListType_codeSpace
Typeextension of gml:NameList
Type hierarchy
Attributes
QNameTypeUse
codeSpaceanyURIoptional
Source
<complexType name="CodeListType">
  <annotation>
    <documentation>gml:CodeListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute.</documentation>
  </annotation>
  <simpleContent>
    <extension base="gml:NameList">
      <attribute name="codeSpace" type="anyURI"/>
    </extension>
  </simpleContent>
</complexType>
Complex Type gml:CodeOrNilReasonListType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:CodeOrNilReasonListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a term or classification is expected, but the value may be absent for some reason.
Diagram
DiagrambasicTypes_xsd.tmp#NameOrNilReasonListbasicTypes_xsd.tmp#CodeOrNilReasonListType_codeSpace
Typeextension of gml:NameOrNilReasonList
Type hierarchy
Used by
Attributes
QNameTypeUse
codeSpaceanyURIoptional
Source
<complexType name="CodeOrNilReasonListType">
  <annotation>
    <documentation>gml:CodeOrNilReasonListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a term or classification is expected, but the value may be absent for some reason.</documentation>
  </annotation>
  <simpleContent>
    <extension base="gml:NameOrNilReasonList">
      <attribute name="codeSpace" type="anyURI"/>
    </extension>
  </simpleContent>
</complexType>
Complex Type gml:MeasureListType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:MeasureListType provides for a list of quantities.
Diagram
DiagrambasicTypes_xsd.tmp#doubleListbasicTypes_xsd.tmp#MeasureListType_uom
Typeextension of gml:doubleList
Type hierarchy
Used by
Attributes
QNameTypeUse
uomgml:UomIdentifierrequired
Source
<complexType name="MeasureListType">
  <annotation>
    <documentation>gml:MeasureListType provides for a list of quantities.</documentation>
  </annotation>
  <simpleContent>
    <extension base="gml:doubleList">
      <attribute name="uom" type="gml:UomIdentifier" use="required"/>
    </extension>
  </simpleContent>
</complexType>
Complex Type gml:MeasureOrNilReasonListType
Namespacehttp://www.opengis.net/gml/3.2
Annotations
gml:MeasureOrNilReasonListType provides for a list of quantities. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a value is expected, but the value may be absent for some reason.
Diagram
DiagrambasicTypes_xsd.tmp#doubleOrNilReasonListbasicTypes_xsd.tmp#MeasureOrNilReasonListType_uom
Typeextension of gml:doubleOrNilReasonList
Type hierarchy
Used by
Attributes
QNameTypeUse
uomgml:UomIdentifierrequired
Source
<complexType name="MeasureOrNilReasonListType">
  <annotation>
    <documentation>gml:MeasureOrNilReasonListType provides for a list of quantities. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a value is expected, but the value may be absent for some reason.</documentation>
  </annotation>
  <simpleContent>
    <extension base="gml:doubleOrNilReasonList">
      <attribute name="uom" type="gml:UomIdentifier" use="required"/>
    </extension>
  </simpleContent>
</complexType>
Attribute gml:CodeType / @codeSpace
NamespaceNo namespace
TypeanyURI
Properties
contentsimple
Used by
Complex Typegml:CodeType
Source
<attribute name="codeSpace" type="anyURI"/>
Attribute gml:CodeWithAuthorityType / @codeSpace
NamespaceNo namespace
TypeanyURI
Properties
userequired
Used by
Source
<attribute name="codeSpace" type="anyURI" use="required"/>
Attribute gml:CoordinatesType / @decimal
NamespaceNo namespace
Typestring
Properties
default.
Used by
Source
<attribute name="decimal" type="string" default="."/>
Attribute gml:CoordinatesType / @cs
NamespaceNo namespace
Typestring
Properties
default,
Used by
Source
<attribute name="cs" type="string" default=","/>
Attribute gml:CoordinatesType / @ts
NamespaceNo namespace
Typestring
Properties
default
Used by
Source
<attribute name="ts" type="string" default=" "/>
Attribute gml:MeasureType / @uom
NamespaceNo namespace
Typegml:UomIdentifier
Properties
userequired
Used by
Complex Typegml:MeasureType
Source
<attribute name="uom" type="gml:UomIdentifier" use="required"/>
Attribute gml:CodeListType / @codeSpace
NamespaceNo namespace
TypeanyURI
Properties
contentsimple
Used by
Complex Typegml:CodeListType
Source
<attribute name="codeSpace" type="anyURI"/>
Attribute gml:CodeOrNilReasonListType / @codeSpace
NamespaceNo namespace
TypeanyURI
Properties
contentsimple
Used by
Source
<attribute name="codeSpace" type="anyURI"/>
Attribute gml:MeasureListType / @uom
NamespaceNo namespace
Typegml:UomIdentifier
Properties
userequired
Used by
Source
<attribute name="uom" type="gml:UomIdentifier" use="required"/>
Attribute gml:MeasureOrNilReasonListType / @uom
NamespaceNo namespace
Typegml:UomIdentifier
Properties
userequired
Used by
Source
<attribute name="uom" type="gml:UomIdentifier" use="required"/>