complexType TinType
diagram sensorML_p1348.png
namespace http://www.opengis.net/gml/3.2
type extension of gml:SurfaceType
properties
base gml:SurfaceType
children gml:metaDataProperty gml:description gml:descriptionReference gml:identifier gml:name gml:patches gml:stopLines gml:breakLines gml:maxLength gml:controlPoint
used by
element Tin
attributes
Name  Type  Use  Default  Fixed  annotation
idIDrequired      
documentation
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.
srsNameanyURI      
srsDimensionpositiveInteger      
axisLabelsgml:NCNameList      
uomLabelsgml:NCNameList      
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>

element TinType/stopLines
diagram sensorML_p1349.png
namespace http://www.opengis.net/gml/3.2
type gml:LineStringSegmentArrayPropertyType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children gml:LineStringSegment
source <element name="stopLines" type="gml:LineStringSegmentArrayPropertyType" minOccurs="0" maxOccurs="unbounded"/>

element TinType/breakLines
diagram sensorML_p1350.png
namespace http://www.opengis.net/gml/3.2
type gml:LineStringSegmentArrayPropertyType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children gml:LineStringSegment
source <element name="breakLines" type="gml:LineStringSegmentArrayPropertyType" minOccurs="0" maxOccurs="unbounded"/>

element TinType/maxLength
diagram sensorML_p1351.png
namespace http://www.opengis.net/gml/3.2
type gml:LengthType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  annotation
uomgml:UomIdentifierrequired      
source <element name="maxLength" type="gml:LengthType"/>

element TinType/controlPoint
diagram sensorML_p1352.png
namespace http://www.opengis.net/gml/3.2
properties
isRef 0
content complex
children gml:posList gml:pos gml:pointProperty
source <element name="controlPoint">
 
<complexType>
   
<choice>
     
<element ref="gml:posList"/>
     
<group ref="gml:geometricPositionGroup" minOccurs="3" maxOccurs="unbounded"/>
   
</choice>
 
</complexType>
</element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy