Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element diggs:AxisLocationType / diggs:axisRef
Namespace http://diggsml.org/schemas/3
Annotations
Reference to the axis being defined. Should reference an axis
defined in the CartesianCS of the parent LocalCartesianCRS.
Typically references the gml:id of a gml:CoordinateSystemAxis
element (e.g., "X", "Y", "Z", "easting", "northing", "elevation",
"station", "offset").
Diagram
Diagram
Type gml:ReferenceType
Properties
content simple
Source
<element name="axisRef" type="gml:ReferenceType">
  <annotation>
    <documentation>Reference to the axis being defined. Should reference an axis defined in the CartesianCS of the parent LocalCartesianCRS. Typically references the gml:id of a gml:CoordinateSystemAxis element (e.g., "X", "Y", "Z", "easting", "northing", "elevation", "station", "offset").</documentation>
  </annotation>
</element>
Element diggs:AxisLocationType / diggs:axisOrder
Namespace http://diggsml.org/schemas/3
Annotations
The ordinal position of this axis in the Cartesian coordinate
system definition (1 for the first axis, 2 for the second axis,
etc.). This ensures correct matching between axes in the CS
definition and their spatial extents, particularly important
when the axis order is not alphabetical.
Diagram
Diagram
Type positiveInteger
Properties
content simple
Source
<element name="axisOrder" type="positiveInteger">
  <annotation>
    <documentation>The ordinal position of this axis in the Cartesian coordinate system definition (1 for the first axis, 2 for the second axis, etc.). This ensures correct matching between axes in the CS definition and their spatial extents, particularly important when the axis order is not alphabetical.</documentation>
  </annotation>
</element>
Element diggs:AxisLocationType / diggs:location
Namespace http://diggsml.org/schemas/3
Annotations
The spatial direction and extent of this axis, expressed as a
LinearExtent in the spatial coordinate reference system of the . The
start point of the LinearExtent typically corresponds to the
origin location of the parent CRS, and the end point indicates
the direction and length of the axis in spatial coordinates.
The vector from start to end defines the positive direction of
the axis. If omitted, the property directionVector must be used.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_Group_gml_OwnershipAttributeGroup.tmp#OwnershipAttributeGroupgml3_2Profile_diggs_xsd_Attribute_Group_gml_AssociationAttributeGroup.tmp#AssociationAttributeGroupgml3_2Profile_diggs_xsd_Element_gml_AbstractGeometry.tmp#AbstractGeometrygml3_2Profile_diggs_xsd_Element_gml_AbstractTimeObject.tmp#AbstractTimeObjectgml3_2Profile_diggs_xsd_Complex_Type_gml_DomainSetType.tmp#DomainSetTypegml3_2Profile_diggs_xsd_Attribute_Group_gml_OwnershipAttributeGroup.tmp#OwnershipAttributeGroupgml3_2Profile_diggs_xsd_Attribute_Group_gml_AssociationAttributeGroup.tmp#AssociationAttributeGroupCore_xsd_Element_diggs_LinearExtent.tmp#LinearExtentCore_xsd_Complex_Type_diggs_LinearExtentPropertyType.tmp#LinearExtentPropertyType
Type diggs:LinearExtentPropertyType
Type hierarchy
Properties
content complex
minOccurs 1
Model
Children diggs:LinearExtent
Instance
<diggs:location xlink:actuate="" xlink:role="" xlink:arcrole="" xlink:show="" xlink:title="" xlink:href="" xlink:type="simple" nilReason="" owns="false" xmlns:diggs="http://diggsml.org/schemas/3">
  <diggs:LinearExtent axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</diggs:LinearExtent>
</diggs:location>
Attributes
QName Type Fixed Default Use Annotation
nilReason gml:NilReasonType optional
owns boolean false optional
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<element name="location" type="diggs:LinearExtentPropertyType" minOccurs="1">
  <annotation>
    <documentation>The spatial direction and extent of this axis, expressed as a LinearExtent in the spatial coordinate reference system of the . The start point of the LinearExtent typically corresponds to the origin location of the parent CRS, and the end point indicates the direction and length of the axis in spatial coordinates. The vector from start to end defines the positive direction of the axis. If omitted, the property directionVector must be used.</documentation>
  </annotation>
</element>
Element diggs:AxisLocationType / diggs:directionVector
Namespace http://diggsml.org/schemas/3
Annotations
Optional normalized direction vector (unit vector) for this axis
in spatial coordinates. This provides an alternative or supplementary
method to specify axis direction beyond the LinearExtent. When both
are provided, they should be consistent with each other. The vector
components correspond to the spatial CRS axes (typically X, Y, Z or
Easting, Northing, Elevation). If omitted, location must be used.
Diagram
Diagram
Type gml:VectorType
Properties
content simple
minOccurs 0
Source
<element name="directionVector" type="gml:VectorType" minOccurs="0">
  <annotation>
    <documentation>Optional normalized direction vector (unit vector) for this axis in spatial coordinates. This provides an alternative or supplementary method to specify axis direction beyond the LinearExtent. When both are provided, they should be consistent with each other. The vector components correspond to the spatial CRS axes (typically X, Y, Z or Easting, Northing, Elevation). If omitted, location must be used.</documentation>
  </annotation>
</element>
Complex Type diggs:AxisLocationType
Namespace http://diggsml.org/schemas/3
Annotations
Type definition for specifying the spatial extent and direction of a
single axis in a local coordinate system. This information enables the
axis to be spatially positioned and oriented in a spatial coordinate
reference system, supporting coordinate transformation calculations.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idgml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_descriptionReference.tmp#descriptionReferencegml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifiergml3_2Profile_diggs_xsd_Element_gml_name.tmp#namegml3_2Profile_diggs_xsd_Element_Group_gml_StandardObjectProperties.tmp#StandardObjectPropertiesgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractGMLType.tmp#AbstractGMLTypegml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifierAbstractTypes_xsd_Complex_Type_diggs_AbstractComponentObjectBaseType.tmp#AbstractComponentObjectBaseTypeLocalReferencing_xsd_Complex_Type_diggs_AxisLocationType.tmp#AxisLocationType_axisRefLocalReferencing_xsd_Complex_Type_diggs_AxisLocationType.tmp#AxisLocationType_axisOrderLocalReferencing_xsd_Complex_Type_diggs_AxisLocationType.tmp#AxisLocationType_locationLocalReferencing_xsd_Complex_Type_diggs_AxisLocationType.tmp#AxisLocationType_directionVector
Type extension of diggs:AbstractComponentObjectBaseType
Type hierarchy
Used by
Model
Children diggs:axisOrder, diggs:axisRef, diggs:directionVector, diggs:location, gml:description, gml:identifier
Attributes
QName Type Use Annotation
gml:id ID optional
Database handle for the object. It is of XML type ID, so is constrained to be
unique in the XML document within which it occurs. An external identifier for the object in
the form of a URI may be constructed using standard XML and XPointer methods. This is done
by concatenating the URI for the document, a fragment separator, and the value of the id
attribute.
Source
<complexType name="AxisLocationType">
  <annotation>
    <documentation>Type definition for specifying the spatial extent and direction of a single axis in a local coordinate system. This information enables the axis to be spatially positioned and oriented in a spatial coordinate reference system, supporting coordinate transformation calculations.</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractComponentObjectBaseType">
      <sequence>
        <element name="axisRef" type="gml:ReferenceType">
          <annotation>
            <documentation>Reference to the axis being defined. Should reference an axis defined in the CartesianCS of the parent LocalCartesianCRS. Typically references the gml:id of a gml:CoordinateSystemAxis element (e.g., "X", "Y", "Z", "easting", "northing", "elevation", "station", "offset").</documentation>
          </annotation>
        </element>
        <element name="axisOrder" type="positiveInteger">
          <annotation>
            <documentation>The ordinal position of this axis in the Cartesian coordinate system definition (1 for the first axis, 2 for the second axis, etc.). This ensures correct matching between axes in the CS definition and their spatial extents, particularly important when the axis order is not alphabetical.</documentation>
          </annotation>
        </element>
        <choice>
          <sequence>
            <element name="location" type="diggs:LinearExtentPropertyType" minOccurs="1">
              <annotation>
                <documentation>The spatial direction and extent of this axis, expressed as a LinearExtent in the spatial coordinate reference system of the . The start point of the LinearExtent typically corresponds to the origin location of the parent CRS, and the end point indicates the direction and length of the axis in spatial coordinates. The vector from start to end defines the positive direction of the axis. If omitted, the property directionVector must be used.</documentation>
              </annotation>
            </element>
            <element name="directionVector" type="gml:VectorType" minOccurs="0">
              <annotation>
                <documentation>Optional normalized direction vector (unit vector) for this axis in spatial coordinates. This provides an alternative or supplementary method to specify axis direction beyond the LinearExtent. When both are provided, they should be consistent with each other. The vector components correspond to the spatial CRS axes (typically X, Y, Z or Easting, Northing, Elevation). If omitted, location must be used.</documentation>
              </annotation>
            </element>
          </sequence>
          <sequence>
            <element name="directionVector" type="gml:VectorType" minOccurs="1">
              <annotation>
                <documentation>Optional normalized direction vector (unit vector) for this axis in spatial coordinates. This provides an alternative or supplementary method to specify axis direction beyond the LinearExtent. When both are provided, they should be consistent with each other. The vector components correspond to the spatial CRS axes (typically X, Y, Z or Easting, Northing, Elevation). If omitted, location must be used.</documentation>
              </annotation>
            </element>
          </sequence>
        </choice>
      </sequence>
    </extension>
  </complexContent>
</complexType>