Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element gml:OffsetCurveType / gml:offsetBase
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index0.tmp#id86 index46.tmp#id104 index53.tmp#id391 index792.tmp#id390
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 index50.tmp#id298 index50.tmp#id297 index322.tmp#id450
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 index36.tmp#id119 index37.tmp#id120 index38.tmp#id118 index39.tmp#id312
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 index161.tmp#id251 index161.tmp#id252 index161.tmp#id253 index161.tmp#id250 index1023.tmp#id483 index1023.tmp#id484 index1023.tmp#id485
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