Documentation for exp2 Schema

Table of Contents

top

Schema Document Properties

Target Namespace None
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations have no namespace.
  • By default, local attribute declarations have no namespace.

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema>
...
</xs:schema>
top

Global Declarations

Element: ACCURACY_REPORT

Name ACCURACY_REPORT
Used by (from the same schema document) Element QUALITY
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<ACCURACY_REPORT> char2000 </ACCURACY_REPORT>
Diagram
h-1773956999
Schema Component Representation
<xs:element name="ACCURACY_REPORT">
<xs:simpleType>
<xs:restriction base=" char2000 "/>
</xs:simpleType>
</xs:element>
top

Element: ADDITIONAL_INFO

Name ADDITIONAL_INFO
Used by (from the same schema document) Element INSTITUTE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<ADDITIONAL_INFO> char250 </ADDITIONAL_INFO>
Diagram
h-195771598
Schema Component Representation
<xs:element name="ADDITIONAL_INFO">
<xs:simpleType>
<xs:restriction base=" char250 "/>
</xs:simpleType>
</xs:element>
top

Element: AUTHORS

Name AUTHORS
Used by (from the same schema document) Element ENTRY
Type char2000
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<AUTHORS> char2000 </AUTHORS>
Diagram
Schema Component Representation
<xs:element name="AUTHORS" type=" char2000 "/>
top

Element: COMPLETENESS_REPORT

Name COMPLETENESS_REPORT
Used by (from the same schema document) Element QUALITY
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<COMPLETENESS_REPORT> char2000 </COMPLETENESS_REPORT>
Diagram
h-1773956999
Schema Component Representation
<xs:element name="COMPLETENESS_REPORT">
<xs:simpleType>
<xs:restriction base=" char2000 "/>
</xs:simpleType>
</xs:element>
top

Element: CONSISTENCY_REPORT

Name CONSISTENCY_REPORT
Used by (from the same schema document) Element QUALITY
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<CONSISTENCY_REPORT> char2000 </CONSISTENCY_REPORT>
Diagram
h-1773956999
Schema Component Representation
<xs:element name="CONSISTENCY_REPORT">
<xs:simpleType>
<xs:restriction base=" char2000 "/>
</xs:simpleType>
</xs:element>
top

Element: CONTACT

Name CONTACT
Used by (from the same schema document) Element EXP2
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h1520243836 h-893495182 h-2138187272
XML Instance Representation
<CONTACT>
<CONTACT_TYPE> ... </CONTACT_TYPE> [1]
<INSTITUTE> ... </INSTITUTE> [1]
<PERSON> ... </PERSON> [1]
</CONTACT>
Diagram
h1520243836 h-893495182 h-2138187272
Schema Component Representation
<xs:element name="CONTACT">
<xs:complexType>
<xs:sequence>
<xs:element ref=" CONTACT_TYPE "/>
<xs:element ref=" INSTITUTE "/>
<xs:element ref=" PERSON "/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: CONTACT_TYPE

Name CONTACT_TYPE
Used by (from the same schema document) Element CONTACT
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<CONTACT_TYPE> xs:string (value comes from list: {'investigator'|'Principle investigator'|'originator'|'technical'|'metadata'|'metadata reviewer'|'load_data'|'contact_DOI_author'|'DOI_author'|'distributor'|'n/a'|'not filled'|'owner'|'technical'}) </CONTACT_TYPE>
Diagram
Schema Component Representation
<xs:element name="CONTACT_TYPE">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="investigator"/>
<xs:enumeration value="Principle investigator"/>
<xs:enumeration value="originator"/>
<xs:enumeration value="technical"/>
<xs:enumeration value="metadata"/>
<xs:enumeration value="metadata reviewer"/>
<xs:enumeration value="load_data"/>
<xs:enumeration value="contact_DOI_author"/>
<xs:enumeration value="DOI_author"/>
<xs:enumeration value="distributor"/>
<xs:enumeration value="n/a"/>
<xs:enumeration value="not filled"/>
<xs:enumeration value="owner"/>
<xs:enumeration value="technical"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
top

Element: COUNTRY

Name COUNTRY
Used by (from the same schema document) Element INSTITUTE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<COUNTRY> char80 </COUNTRY>
Diagram
h409326963
Schema Component Representation
<xs:element name="COUNTRY">
<xs:simpleType>
<xs:restriction base=" char80 "/>
</xs:simpleType>
</xs:element>
top

Element: COVERAGE

Name COVERAGE
Used by (from the same schema document) Element EXP2
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h533277906 h-657364358 h-115662501 h-335460499 h-115662929 h-335460927 h1677991538 h1698332234 h1203565472 h1223906168 h-314177731 h-1160346784 h1236770940 h729643223 h1133331718 h-530672734 h1724320195
XML Instance Representation
<COVERAGE>
<LOCATION_NAME> ... </LOCATION_NAME> [1]
<LOCATION_DESCR> ... </LOCATION_DESCR> [1]
<MIN_LON> ... </MIN_LON> [1]
<MAX_LON> ... </MAX_LON> [1]
<MIN_LAT> ... </MIN_LAT> [1]
<MAX_LAT> ... </MAX_LAT> [1]
<MIN_ALTITUDE> ... </MIN_ALTITUDE> [1]
<MIN_ALT_UNIT> ... </MIN_ALT_UNIT> [1]
<MAX_ALTITUDE> ... </MAX_ALTITUDE> [1]
<MAX_ALT_UNIT> ... </MAX_ALT_UNIT> [1]
<START_YEAR> ... </START_YEAR> [1]
<START_MONTH> ... </START_MONTH> [1]
<START_DAY> ... </START_DAY> [1]
<STOP_YEAR> ... </STOP_YEAR> [1]
<STOP_MONTH> ... </STOP_MONTH> [1]
<STOP_DAY> ... </STOP_DAY> [1]
<CURRENTNESS_REF_DESCR> ... </CURRENTNESS_REF_DESCR> [1]
</COVERAGE>
Diagram
h533277906 h-657364358 h-115662501 h-335460499 h-115662929 h-335460927 h1677991538 h1698332234 h1203565472 h1223906168 h-314177731 h-1160346784 h1236770940 h729643223 h1133331718 h-530672734 h1724320195
Schema Component Representation
<xs:element name="COVERAGE">
<xs:complexType>
<xs:sequence>
<xs:element ref=" LOCATION_NAME "/>
<xs:element ref=" LOCATION_DESCR "/>
<xs:element ref=" MIN_LON "/>
<xs:element ref=" MAX_LON "/>
<xs:element ref=" MIN_LAT "/>
<xs:element ref=" MAX_LAT "/>
<xs:element ref=" MIN_ALTITUDE "/>
<xs:element ref=" MIN_ALT_UNIT "/>
<xs:element ref=" MAX_ALTITUDE "/>
<xs:element ref=" MAX_ALT_UNIT "/>
<xs:element ref=" START_YEAR "/>
<xs:element ref=" START_MONTH "/>
<xs:element ref=" START_DAY "/>
<xs:element ref=" STOP_YEAR "/>
<xs:element ref=" STOP_MONTH "/>
<xs:element ref=" STOP_DAY "/>
<xs:element ref=" CURRENTNESS_REF_DESCR "/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: CREATION_DATE

Name CREATION_DATE
Used by (from the same schema document) Element ENTRY
Type o-date
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<CREATION_DATE> o-date </CREATION_DATE>
Diagram
Schema Component Representation
<xs:element name="CREATION_DATE" type=" o-date "/>
top

Element: CURRENTNESS_REF_DESCR

Name CURRENTNESS_REF_DESCR
Used by (from the same schema document) Element COVERAGE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<CURRENTNESS_REF_DESCR> char2000 </CURRENTNESS_REF_DESCR>
Diagram
h-1773956999
Schema Component Representation
<xs:element name="CURRENTNESS_REF_DESCR">
<xs:simpleType>
<xs:restriction base=" char2000 "/>
</xs:simpleType>
</xs:element>
top

Element: DEPARTMENT_ACRONYM

Name DEPARTMENT_ACRONYM
Used by (from the same schema document) Element INSTITUTE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<DEPARTMENT_ACRONYM> char31 </DEPARTMENT_ACRONYM>
Diagram
h409326809
Schema Component Representation
<xs:element name="DEPARTMENT_ACRONYM">
<xs:simpleType>
<xs:restriction base=" char31 "/>
</xs:simpleType>
</xs:element>
top

Element: DEPARTMENT_NAME

Name DEPARTMENT_NAME
Used by (from the same schema document) Element INSTITUTE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<DEPARTMENT_NAME> char160 </DEPARTMENT_NAME>
Diagram
h-195772528
Schema Component Representation
<xs:element name="DEPARTMENT_NAME">
<xs:simpleType>
<xs:restriction base=" char160 "/>
</xs:simpleType>
</xs:element>
top

Element: EMAIL

Name EMAIL
Used by (from the same schema document) Element PERSON
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<EMAIL> char80 </EMAIL>
Diagram
h409326963
Schema Component Representation
<xs:element name="EMAIL">
<xs:simpleType>
<xs:restriction base=" char80 "/>
</xs:simpleType>
</xs:element>
top

Element: ENTRY

Name ENTRY
Used by (from the same schema document) Element EXP2
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h-706489302 h-33047285 h-706691205 h-1993364813 h1256471875 h-1827363355 h-436809958 h-529639780
XML Instance Representation
<ENTRY>
<ENTRY_TYPE> ... </ENTRY_TYPE> [1]
<CREATION_DATE> ... </CREATION_DATE> [1]
<ENTRY_NAME> ... </ENTRY_NAME> [1]
<ENTRY_ACRONYM> ... </ENTRY_ACRONYM> [1]
<SUMMARY> ... </SUMMARY> [1]
<AUTHORS> ... </AUTHORS> [1]
<PROJECT_ACRONYM> ... </PROJECT_ACRONYM> [1]
<QUALITY> ... </QUALITY> [1]
</ENTRY>
Diagram
h-706489302 h-33047285 h-706691205 h-1993364813 h1256471875 h-1827363355 h-436809958 h-529639780
Schema Component Representation
<xs:element name="ENTRY">
<xs:complexType>
<xs:sequence>
<xs:element ref=" ENTRY_TYPE "/>
<xs:element ref=" CREATION_DATE "/>
<xs:element ref=" ENTRY_NAME "/>
<xs:element ref=" ENTRY_ACRONYM "/>
<xs:element ref=" SUMMARY "/>
<xs:element ref=" AUTHORS "/>
<xs:element ref=" PROJECT_ACRONYM "/>
<xs:element ref=" QUALITY "/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: ENTRY_ACRONYM

Name ENTRY_ACRONYM
Used by (from the same schema document) Element ENTRY
Type char31
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<ENTRY_ACRONYM> char31 </ENTRY_ACRONYM>
Diagram
Schema Component Representation
<xs:element name="ENTRY_ACRONYM" type=" char31 "/>
top

Element: ENTRY_NAME

Name ENTRY_NAME
Used by (from the same schema document) Element ENTRY
Type char160
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<ENTRY_NAME> char160 </ENTRY_NAME>
Diagram
Schema Component Representation
<xs:element name="ENTRY_NAME" type=" char160 "/>
top

Element: ENTRY_TYPE

Name ENTRY_TYPE
Used by (from the same schema document) Element ENTRY
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<ENTRY_TYPE> xs:string (value comes from list: {'experiment'}) </ENTRY_TYPE>
Diagram
Schema Component Representation
<xs:element name="ENTRY_TYPE">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="experiment"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
top

Element: EXP2

Name EXP2
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h-633051825 h-229328451 h1696437195 h1370685959
XML Instance Representation
<EXP2>
<ENTRY> ... </ENTRY> [1]
<CONTACT> ... </CONTACT> [1..*]
<COVERAGE> ... </COVERAGE> [1]
<KEY_CONNECT> ... </KEY_CONNECT> [1..*]
</EXP2>
Diagram
h-633051825 h-229328451 h1696437195 h1370685959
Schema Component Representation
<xs:element name="EXP2">
<xs:complexType>
<xs:sequence>
<xs:element ref=" ENTRY "/>
<xs:element ref=" CONTACT " maxOccurs="unbounded"/>
<xs:element ref=" COVERAGE "/>
<xs:element ref=" KEY_CONNECT " maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: FAX

Name FAX
Used by (from the same schema document) Element PERSON
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<FAX> char80 </FAX>
Diagram
h409326963
Schema Component Representation
<xs:element name="FAX">
<xs:simpleType>
<xs:restriction base=" char80 "/>
</xs:simpleType>
</xs:element>
top

Element: FIRST_NAME

Name FIRST_NAME
Used by (from the same schema document) Element PERSON
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<FIRST_NAME> char80 </FIRST_NAME>
Diagram
h409326963
Schema Component Representation
<xs:element name="FIRST_NAME">
<xs:simpleType>
<xs:restriction base=" char80 "/>
</xs:simpleType>
</xs:element>
top

Element: GENERAL_KEY

Name GENERAL_KEY
Used by (from the same schema document) Element KEY_CONNECT
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<GENERAL_KEY> char250 </GENERAL_KEY>
Diagram
h-195771598
Schema Component Representation
<xs:element name="GENERAL_KEY">
<xs:simpleType>
<xs:restriction base=" char250 "/>
</xs:simpleType>
</xs:element>
top

Element: HORIZONTAL_ACC_REPORT

Name HORIZONTAL_ACC_REPORT
Used by (from the same schema document) Element QUALITY
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<HORIZONTAL_ACC_REPORT> char2000 </HORIZONTAL_ACC_REPORT>
Diagram
h-1773956999
Schema Component Representation
<xs:element name="HORIZONTAL_ACC_REPORT">
<xs:simpleType>
<xs:restriction base=" char2000 "/>
</xs:simpleType>
</xs:element>
top

Element: INSTITUTE

Name INSTITUTE
Used by (from the same schema document) Element CONTACT
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h2092427272 h778062392 h727829206 h-606553067 h514600921 h-223023821 h258243771 h-622971420 h-2038460762 h-114206520 h-622880695 h909706731 h674216332 h-1198739837
XML Instance Representation
<INSTITUTE>
<INSTITUTE_ID> ... </INSTITUTE_ID> [1]
<INSTITUTE_NAME> ... </INSTITUTE_NAME> [1]
<INSTITUTE_ACRONYM> ... </INSTITUTE_ACRONYM> [1]
<DEPARTMENT_NAME> ... </DEPARTMENT_NAME> [1]
<DEPARTMENT_ACRONYM> ... </DEPARTMENT_ACRONYM> [1]
<COUNTRY> ... </COUNTRY> [1]
<STATE_OR_PROVINCE> ... </STATE_OR_PROVINCE> [1]
<PLACE> ... </PLACE> [1]
<STREET> ... </STREET> [1]
<STREET_POSTAL_CODE> ... </STREET_POSTAL_CODE> [1]
<POBOX> ... </POBOX> [1]
<POBOX_POSTAL_CODE> ... </POBOX_POSTAL_CODE> [1]
<URL> ... </URL> [1]
<ADDITIONAL_INFO> ... </ADDITIONAL_INFO> [1]
</INSTITUTE>
Diagram
h2092427272 h778062392 h727829206 h-606553067 h514600921 h-223023821 h258243771 h-622971420 h-2038460762 h-114206520 h-622880695 h909706731 h674216332 h-1198739837
Schema Component Representation
<xs:element name="INSTITUTE">
<xs:complexType>
<xs:sequence>
<xs:element ref=" INSTITUTE_ID "/>
<xs:element ref=" INSTITUTE_NAME "/>
<xs:element ref=" INSTITUTE_ACRONYM "/>
<xs:element ref=" DEPARTMENT_NAME "/>
<xs:element ref=" DEPARTMENT_ACRONYM "/>
<xs:element ref=" COUNTRY "/>
<xs:element ref=" STATE_OR_PROVINCE "/>
<xs:element ref=" PLACE "/>
<xs:element ref=" STREET "/>
<xs:element ref=" STREET_POSTAL_CODE "/>
<xs:element ref=" POBOX "/>
<xs:element ref=" POBOX_POSTAL_CODE "/>
<xs:element ref=" URL "/>
<xs:element ref=" ADDITIONAL_INFO "/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: INSTITUTE_ACRONYM

Name INSTITUTE_ACRONYM
Used by (from the same schema document) Element INSTITUTE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<INSTITUTE_ACRONYM> char31 </INSTITUTE_ACRONYM>
Diagram
h409326809
Schema Component Representation
<xs:element name="INSTITUTE_ACRONYM">
<xs:simpleType>
<xs:restriction base=" char31 "/>
</xs:simpleType>
</xs:element>
top

Element: INSTITUTE_ID

Name INSTITUTE_ID
Used by (from the same schema document) Element INSTITUTE
Type xs:int
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<INSTITUTE_ID> xs:int </INSTITUTE_ID>
Diagram
Schema Component Representation
<xs:element name="INSTITUTE_ID" type=" xs:int "/>
top

Element: INSTITUTE_NAME

Name INSTITUTE_NAME
Used by (from the same schema document) Element INSTITUTE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<INSTITUTE_NAME> char80 </INSTITUTE_NAME>
Diagram
h409326963
Schema Component Representation
<xs:element name="INSTITUTE_NAME">
<xs:simpleType>
<xs:restriction base=" char80 "/>
</xs:simpleType>
</xs:element>
top

Element: KEY_CONNECT

Name KEY_CONNECT
Used by (from the same schema document) Element EXP2
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h332801413
XML Instance Representation
<KEY_CONNECT>
<GENERAL_KEY> ... </GENERAL_KEY> [1]
</KEY_CONNECT>
Diagram
h332801413
Schema Component Representation
<xs:element name="KEY_CONNECT">
<xs:complexType>
<xs:sequence>
<xs:element ref=" GENERAL_KEY "/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: LAST_NAME

Name LAST_NAME
Used by (from the same schema document) Element PERSON
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<LAST_NAME> char80 </LAST_NAME>
Diagram
h409326963
Schema Component Representation
<xs:element name="LAST_NAME">
<xs:simpleType>
<xs:restriction base=" char80 "/>
</xs:simpleType>
</xs:element>
top

Element: LOCATION_DESCR

Name LOCATION_DESCR
Used by (from the same schema document) Element COVERAGE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<LOCATION_DESCR> char2000 </LOCATION_DESCR>
Diagram
h-1773956999
Schema Component Representation
<xs:element name="LOCATION_DESCR">
<xs:simpleType>
<xs:restriction base=" char2000 "/>
</xs:simpleType>
</xs:element>
top

Element: LOCATION_NAME

Name LOCATION_NAME
Used by (from the same schema document) Element COVERAGE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<LOCATION_NAME> char80 </LOCATION_NAME>
Diagram
h409326963
Schema Component Representation
<xs:element name="LOCATION_NAME">
<xs:simpleType>
<xs:restriction base=" char80 "/>
</xs:simpleType>
</xs:element>
top

Element: MAX_ALTITUDE

Name MAX_ALTITUDE
Used by (from the same schema document) Element COVERAGE
Type xs:decimal
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<MAX_ALTITUDE> xs:decimal </MAX_ALTITUDE>
Diagram
Schema Component Representation
<xs:element name="MAX_ALTITUDE" type=" xs:decimal "/>
top

Element: MAX_ALT_UNIT

Name MAX_ALT_UNIT
Used by (from the same schema document) Element COVERAGE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<MAX_ALT_UNIT> xs:string (value comes from list: {'m'|'hPa'|'not filled'|'Pa'|'sig'|'level'|'metre relativ to NN'|'model level no.'|'None'}) (length <= 31) </MAX_ALT_UNIT>
Diagram
Schema Component Representation
<xs:element name="MAX_ALT_UNIT">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:maxLength value="31"/>
<xs:enumeration value="m"/>
<xs:enumeration value="hPa"/>
<xs:enumeration value="not filled"/>
<xs:enumeration value="Pa"/>
<xs:enumeration value="sig"/>
<xs:enumeration value="level"/>
<xs:enumeration value="metre relativ to NN"/>
<xs:enumeration value="model level no."/>
<xs:enumeration value="None"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
top

Element: MAX_LAT

Name MAX_LAT
Used by (from the same schema document) Element COVERAGE
Type xs:decimal
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<MAX_LAT> xs:decimal </MAX_LAT>
Diagram
Schema Component Representation
<xs:element name="MAX_LAT" type=" xs:decimal "/>
top

Element: MAX_LON

Name MAX_LON
Used by (from the same schema document) Element COVERAGE
Type xs:decimal
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<MAX_LON> xs:decimal </MAX_LON>
Diagram
Schema Component Representation
<xs:element name="MAX_LON" type=" xs:decimal "/>
top

Element: MIN_ALTITUDE

Name MIN_ALTITUDE
Used by (from the same schema document) Element COVERAGE
Type xs:decimal
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<MIN_ALTITUDE> xs:decimal </MIN_ALTITUDE>
Diagram
Schema Component Representation
<xs:element name="MIN_ALTITUDE" type=" xs:decimal "/>
top

Element: MIN_ALT_UNIT

Name MIN_ALT_UNIT
Used by (from the same schema document) Element COVERAGE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<MIN_ALT_UNIT> xs:string (value comes from list: {'m'|'hPa'|'not filled'|'Pa'|'sig'|'level'|'metre relativ to NN'|'model level no.'|'None'}) (length <= 31) </MIN_ALT_UNIT>
Diagram
Schema Component Representation
<xs:element name="MIN_ALT_UNIT">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:maxLength value="31"/>
<xs:enumeration value="m"/>
<xs:enumeration value="hPa"/>
<xs:enumeration value="not filled"/>
<xs:enumeration value="Pa"/>
<xs:enumeration value="sig"/>
<xs:enumeration value="level"/>
<xs:enumeration value="metre relativ to NN"/>
<xs:enumeration value="model level no."/>
<xs:enumeration value="None"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
top

Element: MIN_LAT

Name MIN_LAT
Used by (from the same schema document) Element COVERAGE
Type xs:decimal
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<MIN_LAT> xs:decimal </MIN_LAT>
Diagram
Schema Component Representation
<xs:element name="MIN_LAT" type=" xs:decimal "/>
top

Element: MIN_LON

Name MIN_LON
Used by (from the same schema document) Element COVERAGE
Type xs:decimal
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<MIN_LON> xs:decimal </MIN_LON>
Diagram
Schema Component Representation
<xs:element name="MIN_LON" type=" xs:decimal "/>
top

Element: PERSON

Name PERSON
Used by (from the same schema document) Element CONTACT
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h-76959550 h1097837565 h-252510541 h1112497425 h-619348171 h-146976159 h674201402 h674216332 h-633100167
XML Instance Representation
<PERSON>
<PERSON_ID> ... </PERSON_ID> [1]
<FIRST_NAME> ... </FIRST_NAME> [1]
<SECOND_NAME> ... </SECOND_NAME> [1]
<LAST_NAME> ... </LAST_NAME> [1]
<TITLE> ... </TITLE> [1]
<TELEPHONE> ... </TELEPHONE> [1]
<FAX> ... </FAX> [1]
<URL> ... </URL> [1]
<EMAIL> ... </EMAIL> [1]
</PERSON>
Diagram
h-76959550 h1097837565 h-252510541 h1112497425 h-619348171 h-146976159 h674201402 h674216332 h-633100167
Schema Component Representation
<xs:element name="PERSON">
<xs:complexType>
<xs:sequence>
<xs:element ref=" PERSON_ID "/>
<xs:element ref=" FIRST_NAME "/>
<xs:element ref=" SECOND_NAME "/>
<xs:element ref=" LAST_NAME "/>
<xs:element ref=" TITLE "/>
<xs:element ref=" TELEPHONE "/>
<xs:element ref=" FAX "/>
<xs:element ref=" URL "/>
<xs:element ref=" EMAIL "/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: PERSON_ID

Name PERSON_ID
Used by (from the same schema document) Element PERSON
Type xs:int
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<PERSON_ID> xs:int </PERSON_ID>
Diagram
Schema Component Representation
<xs:element name="PERSON_ID" type=" xs:int "/>
top

Element: PLACE

Name PLACE
Used by (from the same schema document) Element INSTITUTE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<PLACE> char80 </PLACE>
Diagram
h409326963
Schema Component Representation
<xs:element name="PLACE">
<xs:simpleType>
<xs:restriction base=" char80 "/>
</xs:simpleType>
</xs:element>
top

Element: POBOX

Name POBOX
Used by (from the same schema document) Element INSTITUTE
Type char80
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<POBOX> char80 </POBOX>
Diagram
Schema Component Representation
<xs:element name="POBOX" type=" char80 "/>
top

Element: POBOX_POSTAL_CODE

Name POBOX_POSTAL_CODE
Used by (from the same schema document) Element INSTITUTE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<POBOX_POSTAL_CODE> char10 </POBOX_POSTAL_CODE>
Diagram
h409326746
Schema Component Representation
<xs:element name="POBOX_POSTAL_CODE">
<xs:simpleType>
<xs:restriction base=" char10 "/>
</xs:simpleType>
</xs:element>
top

Element: PROJECT_ACRONYM

Name PROJECT_ACRONYM
Used by (from the same schema document) Element ENTRY
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<PROJECT_ACRONYM> char31 </PROJECT_ACRONYM>
Diagram
h409326809
Schema Component Representation
<xs:element name="PROJECT_ACRONYM">
<xs:simpleType>
<xs:restriction base=" char31 "/>
</xs:simpleType>
</xs:element>
top

Element: QUALITY

Name QUALITY
Used by (from the same schema document) Element ENTRY
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h934232055 h1771936638 h-573101184 h-46684982 h-1914242696
XML Instance Representation
<QUALITY>
<ACCURACY_REPORT> ... </ACCURACY_REPORT> [1]
<CONSISTENCY_REPORT> ... </CONSISTENCY_REPORT> [1]
<COMPLETENESS_REPORT> ... </COMPLETENESS_REPORT> [1]
<HORIZONTAL_ACC_REPORT> ... </HORIZONTAL_ACC_REPORT> [1]
<VERTICAL_ACC_REPORT> ... </VERTICAL_ACC_REPORT> [1]
</QUALITY>
Diagram
h934232055 h1771936638 h-573101184 h-46684982 h-1914242696
Schema Component Representation
<xs:element name="QUALITY">
<xs:complexType>
<xs:sequence>
<xs:element ref=" ACCURACY_REPORT "/>
<xs:element ref=" CONSISTENCY_REPORT "/>
<xs:element ref=" COMPLETENESS_REPORT "/>
<xs:element ref=" HORIZONTAL_ACC_REPORT "/>
<xs:element ref=" VERTICAL_ACC_REPORT "/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: SECOND_NAME

Name SECOND_NAME
Used by (from the same schema document) Element PERSON
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<SECOND_NAME> char80 </SECOND_NAME>
Diagram
h409326963
Schema Component Representation
<xs:element name="SECOND_NAME">
<xs:simpleType>
<xs:restriction base=" char80 "/>
</xs:simpleType>
</xs:element>
top

Element: START_DAY

Name START_DAY
Used by (from the same schema document) Element COVERAGE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<START_DAY> xs:byte (1 <= value <= 31) </START_DAY>
Diagram
Schema Component Representation
<xs:element name="START_DAY">
<xs:simpleType>
<xs:restriction base=" xs:byte ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="31"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
top

Element: START_MONTH

Name START_MONTH
Used by (from the same schema document) Element COVERAGE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<START_MONTH> xs:byte (1 <= value <= 12) </START_MONTH>
Diagram
Schema Component Representation
<xs:element name="START_MONTH">
<xs:simpleType>
<xs:restriction base=" xs:byte ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="12"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
top

Element: START_YEAR

Name START_YEAR
Used by (from the same schema document) Element COVERAGE
Type xs:short
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<START_YEAR> xs:short </START_YEAR>
Diagram
Schema Component Representation
<xs:element name="START_YEAR" type=" xs:short "/>
top

Element: STATE_OR_PROVINCE

Name STATE_OR_PROVINCE
Used by (from the same schema document) Element INSTITUTE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<STATE_OR_PROVINCE> char80 </STATE_OR_PROVINCE>
Diagram
h409326963
Schema Component Representation
<xs:element name="STATE_OR_PROVINCE">
<xs:simpleType>
<xs:restriction base=" char80 "/>
</xs:simpleType>
</xs:element>
top

Element: STOP_DAY

Name STOP_DAY
Used by (from the same schema document) Element COVERAGE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<STOP_DAY> xs:byte (1 <= value <= 31) </STOP_DAY>
Diagram
Schema Component Representation
<xs:element name="STOP_DAY">
<xs:simpleType>
<xs:restriction base=" xs:byte ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="31"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
top

Element: STOP_MONTH

Name STOP_MONTH
Used by (from the same schema document) Element COVERAGE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<STOP_MONTH> xs:byte (1 <= value <= 12) </STOP_MONTH>
Diagram
Schema Component Representation
<xs:element name="STOP_MONTH">
<xs:simpleType>
<xs:restriction base=" xs:byte ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="12"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
top

Element: STOP_YEAR

Name STOP_YEAR
Used by (from the same schema document) Element COVERAGE
Type xs:short
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<STOP_YEAR> xs:short </STOP_YEAR>
Diagram
Schema Component Representation
<xs:element name="STOP_YEAR" type=" xs:short "/>
top

Element: STREET

Name STREET
Used by (from the same schema document) Element INSTITUTE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<STREET> char80 </STREET>
Diagram
h409326963
Schema Component Representation
<xs:element name="STREET">
<xs:simpleType>
<xs:restriction base=" char80 "/>
</xs:simpleType>
</xs:element>
top

Element: STREET_POSTAL_CODE

Name STREET_POSTAL_CODE
Used by (from the same schema document) Element INSTITUTE
Type char10
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<STREET_POSTAL_CODE> char10 </STREET_POSTAL_CODE>
Diagram
Schema Component Representation
<xs:element name="STREET_POSTAL_CODE" type=" char10 "/>
top

Element: SUMMARY

Name SUMMARY
Used by (from the same schema document) Element ENTRY
Type char2000
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<SUMMARY> char2000 </SUMMARY>
Diagram
Schema Component Representation
<xs:element name="SUMMARY" type=" char2000 "/>
top

Element: TELEPHONE

Name TELEPHONE
Used by (from the same schema document) Element PERSON
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<TELEPHONE> char80 </TELEPHONE>
Diagram
h409326963
Schema Component Representation
<xs:element name="TELEPHONE">
<xs:simpleType>
<xs:restriction base=" char80 "/>
</xs:simpleType>
</xs:element>
top

Element: TITLE

Name TITLE
Used by (from the same schema document) Element PERSON
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<TITLE> char31 </TITLE>
Diagram
h409326809
Schema Component Representation
<xs:element name="TITLE">
<xs:simpleType>
<xs:restriction base=" char31 "/>
</xs:simpleType>
</xs:element>
top

Element: URL

Name URL
Used by (from the same schema document) Element PERSON , Element INSTITUTE
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<URL> char80 </URL>
Diagram
h409326963
Schema Component Representation
<xs:element name="URL">
<xs:simpleType>
<xs:restriction base=" char80 "/>
</xs:simpleType>
</xs:element>
top

Element: VERTICAL_ACC_REPORT

Name VERTICAL_ACC_REPORT
Used by (from the same schema document) Element QUALITY
Type Locally-defined simple type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<VERTICAL_ACC_REPORT> char2000 </VERTICAL_ACC_REPORT>
Diagram
h-1773956999
Schema Component Representation
<xs:element name="VERTICAL_ACC_REPORT">
<xs:simpleType>
<xs:restriction base=" char2000 "/>
</xs:simpleType>
</xs:element>
top

Global Definitions

Simple Type: char10

Super-types: xs:string < char10 (by restriction)
Sub-types: None
Name char10
Used by (from the same schema document) Element STREET_POSTAL_CODE
Content
  • Base XSD Type: string
  • length <= 10
  • Whitespace policy: preserve
Diagram
Schema Component Representation
<xs:simpleType name="char10">
<xs:restriction base=" xs:string ">
<xs:maxLength value="10"/>
<xs:whiteSpace value="preserve"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: char15

Super-types: xs:string < char15 (by restriction)
Sub-types: None
Name char15
Content
  • Base XSD Type: string
  • length <= 15
  • Whitespace policy: preserve
Diagram
Schema Component Representation
<xs:simpleType name="char15">
<xs:restriction base=" xs:string ">
<xs:maxLength value="15"/>
<xs:whiteSpace value="preserve"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: char160

Super-types: xs:string < char160 (by restriction)
Sub-types: None
Name char160
Used by (from the same schema document) Element ENTRY_NAME
Content
  • Base XSD Type: string
  • length <= 160
  • Whitespace policy: preserve
Diagram
Schema Component Representation
<xs:simpleType name="char160">
<xs:restriction base=" xs:string ">
<xs:maxLength value="160"/>
<xs:whiteSpace value="preserve"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: char2000

Super-types: xs:string < char2000 (by restriction)
Sub-types: None
Name char2000
Used by (from the same schema document) Element SUMMARY , Element AUTHORS
Content
  • Base XSD Type: string
  • length <= 2000
  • Whitespace policy: preserve
Diagram
Schema Component Representation
<xs:simpleType name="char2000">
<xs:restriction base=" xs:string ">
<xs:maxLength value="2000"/>
<xs:whiteSpace value="preserve"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: char250

Super-types: xs:string < char250 (by restriction)
Sub-types: None
Name char250
Content
  • Base XSD Type: string
  • length <= 250
  • Whitespace policy: preserve
Diagram
Schema Component Representation
<xs:simpleType name="char250">
<xs:restriction base=" xs:string ">
<xs:maxLength value="250"/>
<xs:whiteSpace value="preserve"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: char28

Super-types: xs:string < char28 (by restriction)
Sub-types: None
Name char28
Content
  • Base XSD Type: string
  • length <= 28
  • Whitespace policy: preserve
Diagram
Schema Component Representation
<xs:simpleType name="char28">
<xs:restriction base=" xs:string ">
<xs:maxLength value="28"/>
<xs:whiteSpace value="preserve"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: char31

Super-types: xs:string < char31 (by restriction)
Sub-types: None
Name char31
Used by (from the same schema document) Element ENTRY_ACRONYM
Content
  • Base XSD Type: string
  • length <= 31
  • Whitespace policy: preserve
Diagram
Schema Component Representation
<xs:simpleType name="char31">
<xs:restriction base=" xs:string ">
<xs:maxLength value="31"/>
<xs:whiteSpace value="preserve"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: char80

Super-types: xs:string < char80 (by restriction)
Sub-types: None
Name char80
Used by (from the same schema document) Element POBOX
Content
  • Base XSD Type: string
  • length <= 80
  • Whitespace policy: preserve
Diagram
Schema Component Representation
<xs:simpleType name="char80">
<xs:restriction base=" xs:string ">
<xs:maxLength value="80"/>
<xs:whiteSpace value="preserve"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: o-date

Super-types: xs:string < o-date (by restriction)
Sub-types: None
Name o-date
Used by (from the same schema document) Element CREATION_DATE
Content
  • Base XSD Type: string
  • pattern = [1-9][0-9][0-9][0-9]-[0-1][0-9]-[0-3][0-9]
  • Whitespace policy: preserve
Diagram
Schema Component Representation
<xs:simpleType name="o-date">
<xs:restriction base=" xs:string ">
<xs:whiteSpace value="preserve"/>
<xs:pattern value="[1-9][0-9][0-9][0-9]-[0-1][0-9]-[0-3][0-9]"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: yyyy

Super-types: xs:string < yyyy (by restriction)
Sub-types: None
Name yyyy
Content
  • Base XSD Type: string
  • pattern = [1-9][0-9][0-9][0-9]
  • Whitespace policy: preserve
Diagram
Schema Component Representation
<xs:simpleType name="yyyy">
<xs:restriction base=" xs:string ">
<xs:whiteSpace value="preserve"/>
<xs:pattern value="[1-9][0-9][0-9][0-9]"/>
</xs:restriction>
</xs:simpleType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base=" Address ">
<sequence>
<element name="state" type=" AusStates "/>
<element name="postcode">
<simpleType>
<restriction base=" string ">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type=" string " fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top