element Document
diagram SensorML_p397.png
namespace http://www.opengis.net/sensorML/1.0.1
properties
content complex
children gml:description sml:date sml:contact sml:format sml:onlineResource
used by
elements documentation DocumentList/member
annotation
documentation
Document record with date/time, version, author, etc. pointing to an online resource related to the enclosing object
source <xs:element name="Document">
 
<xs:annotation>
   
<xs:documentation>Document record with date/time, version, author, etc. pointing to an online resource related to the enclosing object</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="gml:description"/>
     
<xs:element name="date" type="swe:timeIso8601" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Date of creation</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element ref="sml:contact" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Person who is responsible for the document</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="format" type="xs:token" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Specifies the fornat of the file pointed to by onlineResource</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element ref="sml:onlineResource" minOccurs="0" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Points to the actual document corresponding to that version</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute ref="gml:id"/>
   
<xs:attribute name="version" type="xs:token" use="optional"/>
 
</xs:complexType>
</xs:element>

attribute Document/@version
type xs:token
properties
isRef 0
use optional
source <xs:attribute name="version" type="xs:token" use="optional"/>

element Document/date
diagram SensorML_p398.png
namespace http://www.opengis.net/sensorML/1.0.1
type swe:timeIso8601
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Date of creation
source <xs:element name="date" type="swe:timeIso8601" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Date of creation</xs:documentation>
 
</xs:annotation>
</xs:element>

element Document/format
diagram SensorML_p399.png
namespace http://www.opengis.net/sensorML/1.0.1
type xs:token
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Specifies the fornat of the file pointed to by onlineResource
source <xs:element name="format" type="xs:token" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Specifies the fornat of the file pointed to by onlineResource</xs:documentation>
 
</xs:annotation>
</xs:element>


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