eESdatFileTypes file schema definition

XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://www.escis.com.au/2013/XML
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xsi http://www.w3.org/2001/XMLSchema-instance
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.escis.com.au/2013/XML">
...
</xs:schema>
top

Global Definitions

Simple Type: FileTypeEnum

Super-types: xs:string < FileTypeEnum (by restriction)
Sub-types: None
Name FileTypeEnum
Content
  • Base XSD Type: string
  • value comes from list: {'eQCI'|'eQC'|'eSRN'|'eCOC'|'eCOA'|'eQuote'|'ESdat_Sample_CSV'|'ESdat_Chemistry_CSV'|'Other'}
Schema Component Representation
<xs:simpleType name="FileTypeEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="eQCI"/>
<xs:enumeration value="eQC"/>
<xs:enumeration value="eSRN"/>
<xs:enumeration value="eCOC"/>
<xs:enumeration value="eCOA"/>
<xs:enumeration value="eQuote"/>
<xs:enumeration value="ESdat_Sample_CSV"/>
<xs:enumeration value="ESdat_Chemistry_CSV"/>
<xs:enumeration value="Other"/>
</xs:restriction>
</xs:simpleType>
top