complexType LinkType
diagram sensorML_p76.png
namespace http://www.opengis.net/sensorML/2.0
children sml:source sml:destination
used by
element Link
attributes
Name  Type  Use  Default  Fixed  annotation
idIDoptional      
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.
source <complexType name="LinkType">
 
<sequence>
   
<element name="source" type="sml:DataComponentPathType">
     
<annotation>
       
<documentation>The output from which the link originates.</documentation>
     
</annotation>
   
</element>
   
<element name="destination" type="sml:DataComponentPathType">
     
<annotation>
       
<documentation>The input or parameter into which the data flows.</documentation>
     
</annotation>
   
</element>
 
</sequence>
 
<attribute ref="gml:id" use="optional"/>
</complexType>

element LinkType/source
diagram sensorML_p77.png
namespace http://www.opengis.net/sensorML/2.0
type sml:DataComponentPathType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern ([a-zA-Z_][a-zA-Z0-9_\-\.]*)(/[a-zA-Z_][a-zA-Z0-9_\-\.]*)* 
annotation
documentation
The output from which the link originates.
source <element name="source" type="sml:DataComponentPathType">
 
<annotation>
   
<documentation>The output from which the link originates.</documentation>
 
</annotation>
</element>

element LinkType/destination
diagram sensorML_p78.png
namespace http://www.opengis.net/sensorML/2.0
type sml:DataComponentPathType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern ([a-zA-Z_][a-zA-Z0-9_\-\.]*)(/[a-zA-Z_][a-zA-Z0-9_\-\.]*)* 
annotation
documentation
The input or parameter into which the data flows.
source <element name="destination" type="sml:DataComponentPathType">
 
<annotation>
   
<documentation>The input or parameter into which the data flows.</documentation>
 
</annotation>
</element>


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