schema location: | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.xsd |
attribute form default: | qualified |
element form default: | qualified |
targetNamespace: | http://www.eas.slu.edu/GGP/ggphome.html |
Elements | Simple types |
file | method_type |
diagram | ![]() |
||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||
properties |
|
||
children | ggp:header ggp:record | ||
source | <xsd:element name="file"> <xsd:complexType> <xsd:sequence> <xsd:element name="header"> <xsd:annotation> <xsd:documentation>File header </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="filename"> <xsd:annotation> <xsd:documentation> String of 30 chars max </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="station"> <xsd:complexType> <xsd:sequence> <xsd:element name="code"> <xsd:annotation> <xsd:documentation> String of 2 characters identifying a station </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:length value="2"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="region"> <xsd:annotation> <xsd:documentation> Region name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="country"> <xsd:annotation> <xsd:documentation> Country name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="author"> <xsd:annotation> <xsd:documentation> Email address </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:pattern value="([a-zA-Z0-9_\-])([a-zA-Z0-9_\-\.]*)@(\[((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}|((([a-zA-Z0-9\-]+)\.)+))([a-zA-Z]{2,}|(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\])"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="start_time" type="xsd:dateTime"> <xsd:annotation> <xsd:documentation> Start date and time of recording (see http://www.w3.org/TR/xmlschema-2/#dateTime) </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="end_time" type="xsd:dateTime"> <xsd:annotation> <xsd:documentation> End date and time of recording (see http://www.w3.org/TR/xmlschema-2/#dateTime) </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="instrument"> <xsd:complexType> <xsd:sequence> <xsd:element name="serial_number"> <xsd:annotation> <xsd:documentation> Instrument serial number, unique per instrument (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="name"> <xsd:annotation> <xsd:documentation> Instrument name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="brand"> <xsd:annotation> <xsd:documentation> Instrument brand (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="vectorial_type"> <xsd:annotation> <xsd:documentation> Integer, 1 for low. 2 for up </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:enumeration value="1"/> <xsd:enumeration value="2"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="latitude"> <xsd:complexType> <xsd:sequence> <xsd:element name="direction"> <xsd:annotation> <xsd:documentation>One of these two string "N" or "S" </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="N"/> <xsd:enumeration value="S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float between 0 and 90 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="90"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float between 0 and 0.1 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="longitude"> <xsd:complexType> <xsd:sequence> <xsd:element name="direction"> <xsd:annotation> <xsd:documentation> One of these two strings "W" or "E" </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="W"/> <xsd:enumeration value="E"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float between 0 and 180 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="180"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float between 0 and 0.1 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated"</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="altitude"> <xsd:complexType> <xsd:sequence> <xsd:element name="system"> <xsd:annotation> <xsd:documentation> Only one of the two elements ellipsoid or geoid should follow </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:choice> <xsd:element name="geoid"> <xsd:annotation> <xsd:documentation> Geoid name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="ellipsoid"> <xsd:annotation> <xsd:documentation> Ellipsoid name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from -200 to 9000 (in meters) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-200"/> <xsd:maxInclusive value="9000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation>Float from rom 0 to 10 (in meters) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="10"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="time_sampling"> <xsd:annotation> <xsd:documentation> Time interval (from 0 to 3600 seconds) between measurements (see http://www.w3.org/TR/xmlschema-2/#duration) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT3600S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="meaning" type="xsd:boolean"> <xsd:annotation> <xsd:documentation> Indicates whether the measures were averaged over time (false or true) </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="state"> <xsd:complexType> <xsd:sequence> <xsd:element name="code"> <xsd:annotation> <xsd:documentation> State code in the chain treatment (see http://www.eas.slu.edu/GGP/ggphome.html)</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:pattern value="[0-2]{2}"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="release"> <xsd:complexType> <xsd:sequence> <xsd:element name="number"> <xsd:annotation> <xsd:documentation> Release number (Integer from 1 to 20)</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:minInclusive value="1"/> <xsd:maxInclusive value="20"/> <xsd:pattern value="[0-2]{2}"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="comments"> <xsd:annotation> <xsd:documentation> String of 255 chars max </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="31"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="status"> <xsd:annotation> <xsd:documentation> String of 5 chars max referring to the entity which validated the data (e.g. ICET) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="gravity"> <xsd:complexType> <xsd:sequence> <xsd:element name="confidence_index"> <xsd:annotation> <xsd:documentation> unused</xsd:documentation> </xsd:annotation> <xsd:complexType/> </xsd:element> <xsd:element name="offset"> <xsd:annotation> <xsd:documentation> Float from -10000 to 10000</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-10000"/> <xsd:maxInclusive value="10000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="calibration"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from 0 to 5</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float from 0 to 0.1</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="pressure"> <xsd:complexType> <xsd:sequence> <xsd:element name="confidence_index"> <xsd:annotation> <xsd:documentation> unused</xsd:documentation> </xsd:annotation> <xsd:complexType/> </xsd:element> <xsd:element name="offset"> <xsd:annotation> <xsd:documentation> Float from -10000 to 10000</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-10000"/> <xsd:maxInclusive value="10000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="calibration"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from 0 to 5</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float from 0 to 0.1</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="phase_lag"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation>Time value between 0 and 6000 seconds referring to the delay on the measurements (see http://www.w3.org/TR/xmlschema-2/#duration) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT6000S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Time value between 0 and 10 seconds (see http://www.w3.org/TR/xmlschema-2/#duration)</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT10S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="record" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation> Unlimited number of data records </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="date_time" type="xsd:dateTime"> <xsd:annotation> <xsd:documentation> Date time (see http://www.w3.org/TR/xmlschema-2/#dateTime) </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="gravity"> <xsd:annotation> <xsd:documentation> Float from 0 to 1000 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxExclusive value="1000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="pressure"> <xsd:annotation> <xsd:documentation> Float from 0 to 1000 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxExclusive value="1000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
children | ggp:filename ggp:station ggp:author ggp:start_time ggp:end_time ggp:instrument ggp:state | ||||
annotation |
|
||||
source | <xsd:element name="header"> <xsd:annotation> <xsd:documentation>File header </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="filename"> <xsd:annotation> <xsd:documentation> String of 30 chars max </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="station"> <xsd:complexType> <xsd:sequence> <xsd:element name="code"> <xsd:annotation> <xsd:documentation> String of 2 characters identifying a station </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:length value="2"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="region"> <xsd:annotation> <xsd:documentation> Region name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="country"> <xsd:annotation> <xsd:documentation> Country name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="author"> <xsd:annotation> <xsd:documentation> Email address </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:pattern value="([a-zA-Z0-9_\-])([a-zA-Z0-9_\-\.]*)@(\[((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}|((([a-zA-Z0-9\-]+)\.)+))([a-zA-Z]{2,}|(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\])"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="start_time" type="xsd:dateTime"> <xsd:annotation> <xsd:documentation> Start date and time of recording (see http://www.w3.org/TR/xmlschema-2/#dateTime) </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="end_time" type="xsd:dateTime"> <xsd:annotation> <xsd:documentation> End date and time of recording (see http://www.w3.org/TR/xmlschema-2/#dateTime) </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="instrument"> <xsd:complexType> <xsd:sequence> <xsd:element name="serial_number"> <xsd:annotation> <xsd:documentation> Instrument serial number, unique per instrument (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="name"> <xsd:annotation> <xsd:documentation> Instrument name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="brand"> <xsd:annotation> <xsd:documentation> Instrument brand (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="vectorial_type"> <xsd:annotation> <xsd:documentation> Integer, 1 for low. 2 for up </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:enumeration value="1"/> <xsd:enumeration value="2"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="latitude"> <xsd:complexType> <xsd:sequence> <xsd:element name="direction"> <xsd:annotation> <xsd:documentation>One of these two string "N" or "S" </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="N"/> <xsd:enumeration value="S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float between 0 and 90 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="90"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float between 0 and 0.1 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="longitude"> <xsd:complexType> <xsd:sequence> <xsd:element name="direction"> <xsd:annotation> <xsd:documentation> One of these two strings "W" or "E" </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="W"/> <xsd:enumeration value="E"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float between 0 and 180 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="180"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float between 0 and 0.1 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated"</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="altitude"> <xsd:complexType> <xsd:sequence> <xsd:element name="system"> <xsd:annotation> <xsd:documentation> Only one of the two elements ellipsoid or geoid should follow </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:choice> <xsd:element name="geoid"> <xsd:annotation> <xsd:documentation> Geoid name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="ellipsoid"> <xsd:annotation> <xsd:documentation> Ellipsoid name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from -200 to 9000 (in meters) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-200"/> <xsd:maxInclusive value="9000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation>Float from rom 0 to 10 (in meters) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="10"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="time_sampling"> <xsd:annotation> <xsd:documentation> Time interval (from 0 to 3600 seconds) between measurements (see http://www.w3.org/TR/xmlschema-2/#duration) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT3600S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="meaning" type="xsd:boolean"> <xsd:annotation> <xsd:documentation> Indicates whether the measures were averaged over time (false or true) </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="state"> <xsd:complexType> <xsd:sequence> <xsd:element name="code"> <xsd:annotation> <xsd:documentation> State code in the chain treatment (see http://www.eas.slu.edu/GGP/ggphome.html)</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:pattern value="[0-2]{2}"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="release"> <xsd:complexType> <xsd:sequence> <xsd:element name="number"> <xsd:annotation> <xsd:documentation> Release number (Integer from 1 to 20)</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:minInclusive value="1"/> <xsd:maxInclusive value="20"/> <xsd:pattern value="[0-2]{2}"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="comments"> <xsd:annotation> <xsd:documentation> String of 255 chars max </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="31"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="status"> <xsd:annotation> <xsd:documentation> String of 5 chars max referring to the entity which validated the data (e.g. ICET) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="gravity"> <xsd:complexType> <xsd:sequence> <xsd:element name="confidence_index"> <xsd:annotation> <xsd:documentation> unused</xsd:documentation> </xsd:annotation> <xsd:complexType/> </xsd:element> <xsd:element name="offset"> <xsd:annotation> <xsd:documentation> Float from -10000 to 10000</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-10000"/> <xsd:maxInclusive value="10000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="calibration"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from 0 to 5</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float from 0 to 0.1</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="pressure"> <xsd:complexType> <xsd:sequence> <xsd:element name="confidence_index"> <xsd:annotation> <xsd:documentation> unused</xsd:documentation> </xsd:annotation> <xsd:complexType/> </xsd:element> <xsd:element name="offset"> <xsd:annotation> <xsd:documentation> Float from -10000 to 10000</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-10000"/> <xsd:maxInclusive value="10000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="calibration"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from 0 to 5</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float from 0 to 0.1</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="phase_lag"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation>Time value between 0 and 6000 seconds referring to the delay on the measurements (see http://www.w3.org/TR/xmlschema-2/#duration) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT6000S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Time value between 0 and 10 seconds (see http://www.w3.org/TR/xmlschema-2/#duration)</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT10S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||
type | restriction of xsd:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="filename"> <xsd:annotation> <xsd:documentation> String of 30 chars max </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
children | ggp:code ggp:region ggp:country | ||||
source | <xsd:element name="station"> <xsd:complexType> <xsd:sequence> <xsd:element name="code"> <xsd:annotation> <xsd:documentation> String of 2 characters identifying a station </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:length value="2"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="region"> <xsd:annotation> <xsd:documentation> Region name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="country"> <xsd:annotation> <xsd:documentation> Country name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||
type | restriction of xsd:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="code"> <xsd:annotation> <xsd:documentation> String of 2 characters identifying a station </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:length value="2"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||
type | restriction of xsd:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="region"> <xsd:annotation> <xsd:documentation> Region name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||
type | restriction of xsd:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="country"> <xsd:annotation> <xsd:documentation> Country name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||
type | restriction of xsd:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="author"> <xsd:annotation> <xsd:documentation> Email address </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:pattern value="([a-zA-Z0-9_\-])([a-zA-Z0-9_\-\.]*)@(\[((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}|((([a-zA-Z0-9\-]+)\.)+))([a-zA-Z]{2,}|(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\])"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
type | xsd:dateTime | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:element name="start_time" type="xsd:dateTime"> <xsd:annotation> <xsd:documentation> Start date and time of recording (see http://www.w3.org/TR/xmlschema-2/#dateTime) </xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
type | xsd:dateTime | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:element name="end_time" type="xsd:dateTime"> <xsd:annotation> <xsd:documentation> End date and time of recording (see http://www.w3.org/TR/xmlschema-2/#dateTime) </xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
children | ggp:serial_number ggp:name ggp:brand ggp:vectorial_type ggp:latitude ggp:longitude ggp:altitude ggp:time_sampling ggp:meaning | ||||
source | <xsd:element name="instrument"> <xsd:complexType> <xsd:sequence> <xsd:element name="serial_number"> <xsd:annotation> <xsd:documentation> Instrument serial number, unique per instrument (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="name"> <xsd:annotation> <xsd:documentation> Instrument name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="brand"> <xsd:annotation> <xsd:documentation> Instrument brand (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="vectorial_type"> <xsd:annotation> <xsd:documentation> Integer, 1 for low. 2 for up </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:enumeration value="1"/> <xsd:enumeration value="2"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="latitude"> <xsd:complexType> <xsd:sequence> <xsd:element name="direction"> <xsd:annotation> <xsd:documentation>One of these two string "N" or "S" </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="N"/> <xsd:enumeration value="S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float between 0 and 90 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="90"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float between 0 and 0.1 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="longitude"> <xsd:complexType> <xsd:sequence> <xsd:element name="direction"> <xsd:annotation> <xsd:documentation> One of these two strings "W" or "E" </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="W"/> <xsd:enumeration value="E"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float between 0 and 180 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="180"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float between 0 and 0.1 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated"</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="altitude"> <xsd:complexType> <xsd:sequence> <xsd:element name="system"> <xsd:annotation> <xsd:documentation> Only one of the two elements ellipsoid or geoid should follow </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:choice> <xsd:element name="geoid"> <xsd:annotation> <xsd:documentation> Geoid name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="ellipsoid"> <xsd:annotation> <xsd:documentation> Ellipsoid name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from -200 to 9000 (in meters) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-200"/> <xsd:maxInclusive value="9000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation>Float from rom 0 to 10 (in meters) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="10"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="time_sampling"> <xsd:annotation> <xsd:documentation> Time interval (from 0 to 3600 seconds) between measurements (see http://www.w3.org/TR/xmlschema-2/#duration) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT3600S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="meaning" type="xsd:boolean"> <xsd:annotation> <xsd:documentation> Indicates whether the measures were averaged over time (false or true) </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||
type | restriction of xsd:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="serial_number"> <xsd:annotation> <xsd:documentation> Instrument serial number, unique per instrument (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||
type | restriction of xsd:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="name"> <xsd:annotation> <xsd:documentation> Instrument name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||
type | restriction of xsd:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="brand"> <xsd:annotation> <xsd:documentation> Instrument brand (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:integer | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="vectorial_type"> <xsd:annotation> <xsd:documentation> Integer, 1 for low. 2 for up </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:enumeration value="1"/> <xsd:enumeration value="2"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
children | ggp:direction ggp:value ggp:error ggp:method | ||||
source | <xsd:element name="latitude"> <xsd:complexType> <xsd:sequence> <xsd:element name="direction"> <xsd:annotation> <xsd:documentation>One of these two string "N" or "S" </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="N"/> <xsd:enumeration value="S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float between 0 and 90 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="90"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float between 0 and 0.1 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="direction"> <xsd:annotation> <xsd:documentation>One of these two string "N" or "S" </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="N"/> <xsd:enumeration value="S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:float | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float between 0 and 90 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="90"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:float | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float between 0 and 0.1 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||||||||
type | ggp:method_type | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
children | ggp:direction ggp:value ggp:error ggp:method | ||||
source | <xsd:element name="longitude"> <xsd:complexType> <xsd:sequence> <xsd:element name="direction"> <xsd:annotation> <xsd:documentation> One of these two strings "W" or "E" </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="W"/> <xsd:enumeration value="E"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float between 0 and 180 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="180"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float between 0 and 0.1 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated"</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:string | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="direction"> <xsd:annotation> <xsd:documentation> One of these two strings "W" or "E" </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:enumeration value="W"/> <xsd:enumeration value="E"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:float | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float between 0 and 180 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="180"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:float | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float between 0 and 0.1 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||||||||
type | ggp:method_type | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated"</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
children | ggp:system ggp:value ggp:error ggp:method | ||||
source | <xsd:element name="altitude"> <xsd:complexType> <xsd:sequence> <xsd:element name="system"> <xsd:annotation> <xsd:documentation> Only one of the two elements ellipsoid or geoid should follow </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:choice> <xsd:element name="geoid"> <xsd:annotation> <xsd:documentation> Geoid name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="ellipsoid"> <xsd:annotation> <xsd:documentation> Ellipsoid name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from -200 to 9000 (in meters) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-200"/> <xsd:maxInclusive value="9000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation>Float from rom 0 to 10 (in meters) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="10"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
children | ggp:geoid ggp:ellipsoid | ||||
annotation |
|
||||
source | <xsd:element name="system"> <xsd:annotation> <xsd:documentation> Only one of the two elements ellipsoid or geoid should follow </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:choice> <xsd:element name="geoid"> <xsd:annotation> <xsd:documentation> Geoid name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="ellipsoid"> <xsd:annotation> <xsd:documentation> Ellipsoid name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||
type | restriction of xsd:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="geoid"> <xsd:annotation> <xsd:documentation> Geoid name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||
type | restriction of xsd:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="ellipsoid"> <xsd:annotation> <xsd:documentation> Ellipsoid name (String of 30 chars max) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="30"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:float | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from -200 to 9000 (in meters) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-200"/> <xsd:maxInclusive value="9000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:float | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="error"> <xsd:annotation> <xsd:documentation>Float from rom 0 to 10 (in meters) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="10"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||||||||
type | ggp:method_type | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:duration | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="time_sampling"> <xsd:annotation> <xsd:documentation> Time interval (from 0 to 3600 seconds) between measurements (see http://www.w3.org/TR/xmlschema-2/#duration) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT3600S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
type | xsd:boolean | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:element name="meaning" type="xsd:boolean"> <xsd:annotation> <xsd:documentation> Indicates whether the measures were averaged over time (false or true) </xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
children | ggp:code ggp:release | ||||
source | <xsd:element name="state"> <xsd:complexType> <xsd:sequence> <xsd:element name="code"> <xsd:annotation> <xsd:documentation> State code in the chain treatment (see http://www.eas.slu.edu/GGP/ggphome.html)</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:pattern value="[0-2]{2}"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="release"> <xsd:complexType> <xsd:sequence> <xsd:element name="number"> <xsd:annotation> <xsd:documentation> Release number (Integer from 1 to 20)</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:minInclusive value="1"/> <xsd:maxInclusive value="20"/> <xsd:pattern value="[0-2]{2}"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="comments"> <xsd:annotation> <xsd:documentation> String of 255 chars max </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="31"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="status"> <xsd:annotation> <xsd:documentation> String of 5 chars max referring to the entity which validated the data (e.g. ICET) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="gravity"> <xsd:complexType> <xsd:sequence> <xsd:element name="confidence_index"> <xsd:annotation> <xsd:documentation> unused</xsd:documentation> </xsd:annotation> <xsd:complexType/> </xsd:element> <xsd:element name="offset"> <xsd:annotation> <xsd:documentation> Float from -10000 to 10000</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-10000"/> <xsd:maxInclusive value="10000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="calibration"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from 0 to 5</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float from 0 to 0.1</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="pressure"> <xsd:complexType> <xsd:sequence> <xsd:element name="confidence_index"> <xsd:annotation> <xsd:documentation> unused</xsd:documentation> </xsd:annotation> <xsd:complexType/> </xsd:element> <xsd:element name="offset"> <xsd:annotation> <xsd:documentation> Float from -10000 to 10000</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-10000"/> <xsd:maxInclusive value="10000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="calibration"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from 0 to 5</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float from 0 to 0.1</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="phase_lag"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation>Time value between 0 and 6000 seconds referring to the delay on the measurements (see http://www.w3.org/TR/xmlschema-2/#duration) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT6000S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Time value between 0 and 10 seconds (see http://www.w3.org/TR/xmlschema-2/#duration)</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT10S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||
type | restriction of xsd:integer | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="code"> <xsd:annotation> <xsd:documentation> State code in the chain treatment (see http://www.eas.slu.edu/GGP/ggphome.html)</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:pattern value="[0-2]{2}"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
children | ggp:number ggp:comments ggp:status ggp:gravity ggp:pressure ggp:phase_lag | ||||
source | <xsd:element name="release"> <xsd:complexType> <xsd:sequence> <xsd:element name="number"> <xsd:annotation> <xsd:documentation> Release number (Integer from 1 to 20)</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:minInclusive value="1"/> <xsd:maxInclusive value="20"/> <xsd:pattern value="[0-2]{2}"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="comments"> <xsd:annotation> <xsd:documentation> String of 255 chars max </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="31"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="status"> <xsd:annotation> <xsd:documentation> String of 5 chars max referring to the entity which validated the data (e.g. ICET) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="gravity"> <xsd:complexType> <xsd:sequence> <xsd:element name="confidence_index"> <xsd:annotation> <xsd:documentation> unused</xsd:documentation> </xsd:annotation> <xsd:complexType/> </xsd:element> <xsd:element name="offset"> <xsd:annotation> <xsd:documentation> Float from -10000 to 10000</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-10000"/> <xsd:maxInclusive value="10000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="calibration"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from 0 to 5</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float from 0 to 0.1</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="pressure"> <xsd:complexType> <xsd:sequence> <xsd:element name="confidence_index"> <xsd:annotation> <xsd:documentation> unused</xsd:documentation> </xsd:annotation> <xsd:complexType/> </xsd:element> <xsd:element name="offset"> <xsd:annotation> <xsd:documentation> Float from -10000 to 10000</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-10000"/> <xsd:maxInclusive value="10000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="calibration"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from 0 to 5</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float from 0 to 0.1</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="phase_lag"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation>Time value between 0 and 6000 seconds referring to the delay on the measurements (see http://www.w3.org/TR/xmlschema-2/#duration) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT6000S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Time value between 0 and 10 seconds (see http://www.w3.org/TR/xmlschema-2/#duration)</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT10S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||||||||
type | restriction of xsd:integer | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="number"> <xsd:annotation> <xsd:documentation> Release number (Integer from 1 to 20)</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:integer"> <xsd:minInclusive value="1"/> <xsd:maxInclusive value="20"/> <xsd:pattern value="[0-2]{2}"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||
type | restriction of xsd:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="comments"> <xsd:annotation> <xsd:documentation> String of 255 chars max </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="31"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||
type | restriction of xsd:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:element name="status"> <xsd:annotation> <xsd:documentation> String of 5 chars max referring to the entity which validated the data (e.g. ICET) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
children | ggp:confidence_index ggp:offset ggp:calibration | ||||
source | <xsd:element name="gravity"> <xsd:complexType> <xsd:sequence> <xsd:element name="confidence_index"> <xsd:annotation> <xsd:documentation> unused</xsd:documentation> </xsd:annotation> <xsd:complexType/> </xsd:element> <xsd:element name="offset"> <xsd:annotation> <xsd:documentation> Float from -10000 to 10000</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-10000"/> <xsd:maxInclusive value="10000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="calibration"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from 0 to 5</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float from 0 to 0.1</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:element name="confidence_index"> <xsd:annotation> <xsd:documentation> unused</xsd:documentation> </xsd:annotation> <xsd:complexType/> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:float | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="offset"> <xsd:annotation> <xsd:documentation> Float from -10000 to 10000</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-10000"/> <xsd:maxInclusive value="10000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
children | ggp:value ggp:error ggp:method | ||||
source | <xsd:element name="calibration"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from 0 to 5</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float from 0 to 0.1</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:float | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from 0 to 5</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:float | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float from 0 to 0.1</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||||||||
type | ggp:method_type | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
children | ggp:confidence_index ggp:offset ggp:calibration | ||||
source | <xsd:element name="pressure"> <xsd:complexType> <xsd:sequence> <xsd:element name="confidence_index"> <xsd:annotation> <xsd:documentation> unused</xsd:documentation> </xsd:annotation> <xsd:complexType/> </xsd:element> <xsd:element name="offset"> <xsd:annotation> <xsd:documentation> Float from -10000 to 10000</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-10000"/> <xsd:maxInclusive value="10000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="calibration"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from 0 to 5</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float from 0 to 0.1</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:element name="confidence_index"> <xsd:annotation> <xsd:documentation> unused</xsd:documentation> </xsd:annotation> <xsd:complexType/> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:float | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="offset"> <xsd:annotation> <xsd:documentation> Float from -10000 to 10000</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="-10000"/> <xsd:maxInclusive value="10000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
children | ggp:value ggp:error ggp:method | ||||
source | <xsd:element name="calibration"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from 0 to 5</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float from 0 to 0.1</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:float | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="value"> <xsd:annotation> <xsd:documentation> Float from 0 to 5</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="5"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:float | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Float from 0 to 0.1</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxInclusive value="0.1"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||||||||
type | ggp:method_type | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
properties |
|
||||
children | ggp:value ggp:error ggp:method | ||||
source | <xsd:element name="phase_lag"> <xsd:complexType> <xsd:sequence> <xsd:element name="value"> <xsd:annotation> <xsd:documentation>Time value between 0 and 6000 seconds referring to the delay on the measurements (see http://www.w3.org/TR/xmlschema-2/#duration) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT6000S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Time value between 0 and 10 seconds (see http://www.w3.org/TR/xmlschema-2/#duration)</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT10S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:duration | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="value"> <xsd:annotation> <xsd:documentation>Time value between 0 and 6000 seconds referring to the delay on the measurements (see http://www.w3.org/TR/xmlschema-2/#duration) </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT6000S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:duration | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="error"> <xsd:annotation> <xsd:documentation> Time value between 0 and 10 seconds (see http://www.w3.org/TR/xmlschema-2/#duration)</xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:duration"> <xsd:minInclusive value="PT0S"/> <xsd:maxInclusive value="PT10S"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
||||||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||||||||
type | ggp:method_type | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:element name="method" type="ggp:method_type"> <xsd:annotation> <xsd:documentation> One of these three strings "nominal", "measured" or "estimated" </xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||||
properties |
|
||||||||
children | ggp:date_time ggp:gravity ggp:pressure | ||||||||
annotation |
|
||||||||
source | <xsd:element name="record" maxOccurs="unbounded"> <xsd:annotation> <xsd:documentation> Unlimited number of data records </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="date_time" type="xsd:dateTime"> <xsd:annotation> <xsd:documentation> Date time (see http://www.w3.org/TR/xmlschema-2/#dateTime) </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="gravity"> <xsd:annotation> <xsd:documentation> Float from 0 to 1000 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxExclusive value="1000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="pressure"> <xsd:annotation> <xsd:documentation> Float from 0 to 1000 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxExclusive value="1000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||
type | xsd:dateTime | ||||
properties |
|
||||
annotation |
|
||||
source | <xsd:element name="date_time" type="xsd:dateTime"> <xsd:annotation> <xsd:documentation> Date time (see http://www.w3.org/TR/xmlschema-2/#dateTime) </xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:float | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="gravity"> <xsd:annotation> <xsd:documentation> Float from 0 to 1000 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxExclusive value="1000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
diagram | ![]() |
|||||||||
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | |||||||||
type | restriction of xsd:float | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:element name="pressure"> <xsd:annotation> <xsd:documentation> Float from 0 to 1000 </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:float"> <xsd:minInclusive value="0"/> <xsd:maxExclusive value="1000"/> </xsd:restriction> </xsd:simpleType> </xsd:element> |
namespace | http://pages.upf.pf/Alban.Gabillon/ggp/ggp.html | ||||||||||||
type | restriction of xsd:string | ||||||||||||
properties |
|
||||||||||||
used by | |||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:simpleType name="method_type"> <xsd:annotation> <xsd:documentation> nominal, measured or estimated </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:enumeration value="nominal"/> <xsd:enumeration value="estimated"/> <xsd:enumeration value="measured"/> </xsd:restriction> </xsd:simpleType> |