Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type tps:projParameterDataType
Namespace tps
Annotations
The datatype for a projection parameter
Diagram
Type extension of xs:double
Used by
Attributes
QName Type Use Annotation
name xs:string optional
The name of the parameter for the grid of defined type. For example, "Central Meridian", "Scale", etc.
type tps:measureUnitsType optional
The type of value
Source
<xs:complexType name="projParameterDataType">
  <xs:annotation>
    <xs:documentation>The datatype for a projection parameter</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:double">
      <xs:attribute name="name" type="xs:string">
        <xs:annotation>
          <xs:documentation>The name of the parameter for the grid of defined type. For example, "Central Meridian", "Scale", etc.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="type" type="tps:measureUnitsType">
        <xs:annotation>
          <xs:documentation>The type of value</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Attribute tps:projParameterDataType / @name
Namespace No namespace
Annotations
The name of the parameter for the grid of defined type. For example, "Central Meridian", "Scale", etc.
Type xs:string
Properties
content simple
Used by
Source
<xs:attribute name="name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the parameter for the grid of defined type. For example, "Central Meridian", "Scale", etc.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute tps:projParameterDataType / @type
Namespace No namespace
Annotations
The type of value
Type tps:measureUnitsType
Properties
content simple
Facets
enumeration distance
enumeration angle
enumeration scale
enumeration temperature
enumeration pressure
Used by
Source
<xs:attribute name="type" type="tps:measureUnitsType">
  <xs:annotation>
    <xs:documentation>The type of value</xs:documentation>
  </xs:annotation>
</xs:attribute>