Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element gml:OffsetCurveType / gml:offsetBase
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index13.tmp#id77 index12.tmp#id95 index462.tmp#id440 index866.tmp#id439
Type gml:CurvePropertyType
Properties
content: complex
Model gml:AbstractCurve
Children gml:AbstractCurve
Instance
<gml:offsetBase xlink:actuate="" xlink:arcrole="" xlink:href="" nilReason="" owns="false" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">
  <gml:AbstractCurve axisLabels="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:AbstractCurve>
</gml:offsetBase>
Attributes
QName Type Fixed Default Use Annotation
gml:remoteSchema anyURI optional
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="offsetBase" type="gml:CurvePropertyType"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Element gml:OffsetCurveType / gml:distance
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index134.tmp#id262 index134.tmp#id261 index709.tmp#id505
Type gml:LengthType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom gml:UomIdentifier required
Source
<element name="distance" type="gml:LengthType"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Element gml:OffsetCurveType / gml:refDirection
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index34.tmp#id110 index35.tmp#id111 index36.tmp#id109 index37.tmp#id368
Type gml:VectorType
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<element name="refDirection" type="gml:VectorType" minOccurs="0"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Complex Type gml:OffsetCurveType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index88.tmp#id478 index88.tmp#id479 index88.tmp#id480 index88.tmp#id477 index778.tmp#id537 index778.tmp#id538 index778.tmp#id539
Type extension of gml:AbstractCurveSegmentType
Type hierarchy
Used by
Element gml:OffsetCurve
Model gml:offsetBase , gml:distance , gml:refDirection{0,1}
Children gml:distance, gml:offsetBase, gml:refDirection
Attributes
QName Type Fixed Default Use Annotation
numDerivativeInterior integer 0 optional
numDerivativesAtEnd integer 0 optional
numDerivativesAtStart integer 0 optional
Source
<complexType name="OffsetCurveType">
  <complexContent>
    <extension base="gml:AbstractCurveSegmentType">
      <sequence>
        <element name="offsetBase" type="gml:CurvePropertyType"/>
        <element name="distance" type="gml:LengthType"/>
        <element name="refDirection" type="gml:VectorType" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd