Attachment 'QuakeML-RT-1.2.xsd'
Download 1 <?xml version="1.0"?>
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
3 targetNamespace="http://quakeml.org/xmlns/quakeml-rt/1.2"
4 xmlns="http://quakeml.org/xmlns/quakeml-rt/1.2"
5 xmlns:bed="http://quakeml.org/xmlns/bed-rt/1.2"
6 elementFormDefault="qualified"
7 attributeFormDefault="unqualified">
8
9 <xs:import namespace="http://quakeml.org/xmlns/bed-rt/1.2" schemaLocation="QuakeML-RT-BED-1.2.xsd"/>
10
11 <xs:complexType name="Quakeml">
12 <xs:all>
13 <xs:element ref="bed:eventParameters" minOccurs="0" maxOccurs="1"/>
14 </xs:all>
15 <xs:anyAttribute namespace="##other" processContents="lax"/>
16 </xs:complexType>
17
18 <xs:element name="quakeml" type="Quakeml"/>
19
20 </xs:schema>
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.