| schema location: | emd_v1_0_fsc.xsd |
| targetNamespace: | EMDfsc |
| Elements | Complex types | Simple types |
| fsc | coordType | xType |
| fscType | yType |
| diagram | ![]() |
||||||||||||||||||||||||
| namespace | EMDfsc | ||||||||||||||||||||||||
| type | fscType | ||||||||||||||||||||||||
| children | coordinate | ||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||
| source | <xs:element name="fsc" type="emd:fscType"/> |
| diagram | ![]() |
||
| namespace | EMDfsc | ||
| children | x y | ||
| used by |
|
||
| source | <xs:complexType name="coordType"> <xs:sequence> <xs:element name="x" type="emd:xType"/> <xs:element name="y" type="emd:yType"/> </xs:sequence> </xs:complexType> |
| diagram | |||
| namespace | EMDfsc | ||
| type | xType | ||
| facets |
|
||
| source | <xs:element name="x" type="emd:xType"/> |
| diagram | |||||
| namespace | EMDfsc | ||||
| type | yType | ||||
| facets |
|
||||
| source | <xs:element name="y" type="emd:yType"/> |
| diagram | ![]() |
||||||||||||||||||||||||
| namespace | EMDfsc | ||||||||||||||||||||||||
| children | coordinate | ||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||
| source | <xs:complexType name="fscType"> <xs:annotation> <xs:documentation xml:lang="en">Contains a sequence of coordinates. Axis names are fixed, depositor must supply the title.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="coordinate" type="emd:coordType" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="xaxis" type="xs:string" use="required" fixed="Resolution (A-1)"/> <xs:attribute name="yaxis" type="xs:string" use="required" fixed="Correlation Coefficient"/> <xs:attribute name="title" type="xs:string" use="required"/> </xs:complexType> |
| diagram | ![]() |
| namespace | EMDfsc |
| type | coordType |
| children | x y |
| source | <xs:element name="coordinate" type="emd:coordType" maxOccurs="unbounded"/> |
| namespace | EMDfsc | ||
| type | restriction of xs:decimal | ||
| used by |
|
||
| facets |
|
||
| source | <xs:simpleType name="xType"> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> |
| namespace | EMDfsc | ||||
| type | restriction of xs:decimal | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="yType"> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0.0"/> <xs:maxInclusive value="1.0"/> </xs:restriction> </xs:simpleType> |