Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element gml:TinType / gml:stopLines
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index423.tmp#id255 index937.tmp#id632
Type gml:LineStringSegmentArrayPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model gml:LineStringSegment
Children gml:LineStringSegment
Instance
<gml:stopLines>
  <gml:LineStringSegment interpolation="linear" numDerivativeInterior="0" numDerivativesAtEnd="0" numDerivativesAtStart="0">{1,1}</gml:LineStringSegment>
</gml:stopLines>
Source
<element name="stopLines" type="gml:LineStringSegmentArrayPropertyType" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Element gml:TinType / gml:breakLines
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index423.tmp#id255 index937.tmp#id632
Type gml:LineStringSegmentArrayPropertyType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model gml:LineStringSegment
Children gml:LineStringSegment
Instance
<gml:breakLines>
  <gml:LineStringSegment interpolation="linear" numDerivativeInterior="0" numDerivativesAtEnd="0" numDerivativesAtStart="0">{1,1}</gml:LineStringSegment>
</gml:breakLines>
Source
<element name="breakLines" type="gml:LineStringSegmentArrayPropertyType" minOccurs="0" maxOccurs="unbounded"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Element gml:TinType / gml:maxLength
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index122.tmp#id292 index122.tmp#id291 index551.tmp#id530
Type gml:LengthType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
uom gml:UomIdentifier required
Source
<element name="maxLength" type="gml:LengthType"/>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Element gml:TinType / gml:controlPoint
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index178.tmp#id262 index33.tmp#id122 index34.tmp#id257 index702.tmp#id578
Properties
content: complex
Model gml:posList | gml:pos | gml:pointProperty
Children gml:pointProperty, gml:pos, gml:posList
Instance
<gml:controlPoint>
  <gml:posList axisLabels="" count="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:posList>
</gml:controlPoint>
Source
<element name="controlPoint">
  <complexType>
    <choice>
      <element ref="gml:posList"/>
      <group ref="gml:geometricPositionGroup" minOccurs="3" maxOccurs="unbounded"/>
    </choice>
  </complexType>
</element>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd
Complex Type gml:TinType
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index0.tmp#id79 index1.tmp#id73 index2.tmp#id94 index3.tmp#id96 index4.tmp#id100 index5.tmp#id105 index6.tmp#id72 index7.tmp#id71 index9.tmp#id114 index10.tmp#id166 index11.tmp#id232 index46.tmp#id231 index398.tmp#id582 index399.tmp#id581 index799.tmp#id631 index799.tmp#id633 index799.tmp#id634 index799.tmp#id635
Type extension of gml:SurfaceType
Type hierarchy
Used by
Element gml:Tin
Model gml:metaDataProperty* , gml:description{0,1} , gml:descriptionReference{0,1} , gml:identifier{0,1} , gml:name* , gml:patches , gml:stopLines* , gml:breakLines* , gml:maxLength , gml:controlPoint
Children gml:breakLines, gml:controlPoint, gml:description, gml:descriptionReference, gml:identifier, gml:maxLength, gml:metaDataProperty, gml:name, gml:patches, gml:stopLines
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
srsDimension positiveInteger optional
srsName anyURI optional
uomLabels gml:NCNameList optional
Source
<complexType name="TinType">
  <complexContent>
    <extension base="gml:SurfaceType">
      <sequence>
        <element name="stopLines" type="gml:LineStringSegmentArrayPropertyType" minOccurs="0" maxOccurs="unbounded"/>
        <element name="breakLines" type="gml:LineStringSegmentArrayPropertyType" minOccurs="0" maxOccurs="unbounded"/>
        <element name="maxLength" type="gml:LengthType"/>
        <element name="controlPoint">
          <complexType>
            <choice>
              <element ref="gml:posList"/>
              <group ref="gml:geometricPositionGroup" minOccurs="3" maxOccurs="unbounded"/>
            </choice>
          </complexType>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd