Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element gml:TinType / gml:stopLines
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram index813.tmp#id411 index814.tmp#id553
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 index813.tmp#id411 index814.tmp#id553
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 index95.tmp#id288 index95.tmp#id287 index465.tmp#id455
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 index176.tmp#id271 index174.tmp#id128 index132.tmp#id267 index550.tmp#id504
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 index33.tmp#id78 index34.tmp#id72 index35.tmp#id100 index36.tmp#id102 index37.tmp#id106 index38.tmp#id111 index39.tmp#id71 index40.tmp#id70 index41.tmp#id120 index42.tmp#id164 index43.tmp#id234 index44.tmp#id233 index45.tmp#id508 index46.tmp#id507 index461.tmp#id552 index461.tmp#id554 index461.tmp#id555 index461.tmp#id556
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