Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element gml:TinType / gml:stopLines
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index508.tmp#id462 index509.tmp#id602
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 index508.tmp#id462 index509.tmp#id602
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 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="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 index93.tmp#id329 index90.tmp#id119 index91.tmp#id327 index190.tmp#id553
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#id76 index1.tmp#id70 index2.tmp#id91 index3.tmp#id93 index4.tmp#id97 index5.tmp#id102 index6.tmp#id69 index7.tmp#id68 index35.tmp#id111 index120.tmp#id155 index269.tmp#id225 index270.tmp#id224 index814.tmp#id557 index815.tmp#id556 index816.tmp#id601 index816.tmp#id603 index816.tmp#id604 index816.tmp#id605
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