Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element gml:TinType / gml:stopLines
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index56.tmp#id261 index837.tmp#id555
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 index56.tmp#id261 index837.tmp#id555
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 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="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 index166.tmp#id268 index163.tmp#id128 index164.tmp#id263 index302.tmp#id499
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 index4.tmp#id85 index5.tmp#id79 index6.tmp#id100 index7.tmp#id102 index8.tmp#id106 index9.tmp#id111 index10.tmp#id78 index11.tmp#id77 index37.tmp#id120 index41.tmp#id172 index150.tmp#id238 index350.tmp#id237 index629.tmp#id503 index630.tmp#id502 index860.tmp#id554 index860.tmp#id556 index860.tmp#id557 index860.tmp#id558
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