XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace BatteryML:2.0
Version 2.0
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
Default namespace BatteryML:2.0
xml http://www.w3.org/XML/1998/namespace
xsd http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xsd:schema targetNamespace="BatteryML:2.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.0">
...
</xsd:schema>
top

Global Declarations

Element: BasicDataTypesML_Doc

Name BasicDataTypesML_Doc
Type Locally-defined complex type
Nillable no
Abstract no
Documentation For testing.
XML Instance Representation
<BasicDataTypesML_Doc>
Allow any elements from this schema's namespace (strict validation). [0..*]
</BasicDataTypesML_Doc>
Schema Component Representation
<xsd:element name="BasicDataTypesML_Doc">
<xsd:complexType>
<xsd:sequence>
<xsd:any namespace="##targetNamespace" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: Boolean

Name Boolean
Type BooleanType
Nillable no
Abstract no
Documentation Individual boolean value.
XML Instance Representation
<Boolean> BooleanType </Boolean>
Schema Component Representation
<xsd:element name="Boolean" type="BooleanType"/>
top

Element: BooleanList

Name BooleanList
Type BooleanListType
Nillable no
Abstract no
Documentation List of boolean values.
XML Instance Representation
<BooleanList> BooleanListType </BooleanList>
Schema Component Representation
<xsd:element name="BooleanList" type="BooleanListType"/>
top

Element: ChemicalElementSymbol

Name ChemicalElementSymbol
Type ChemicalElementSymbolType
Nillable no
Abstract no
Documentation Chemical element symbol.
XML Instance Representation
<ChemicalElementSymbol> ChemicalElementSymbolType </ChemicalElementSymbol>
Schema Component Representation
<xsd:element name="ChemicalElementSymbol" type="ChemicalElementSymbolType"/>
top

Element: DateTime

Name DateTime
Type DateTimeType
Nillable no
Abstract no
Documentation Individual ISO date/time value.
XML Instance Representation
<DateTime> DateTimeType </DateTime>
Schema Component Representation
<xsd:element name="DateTime" type="DateTimeType"/>
top

Element: DateTimeList

Name DateTimeList
Type DateTimeListType
Nillable no
Abstract no
Documentation List of ISO date/time values.
XML Instance Representation
<DateTimeList> DateTimeListType </DateTimeList>
Schema Component Representation
<xsd:element name="DateTimeList" type="DateTimeListType"/>
top

Element: EmbeddedXML

Name EmbeddedXML
Type EmbeddedXMLType
Nillable no
Abstract no
Documentation Value governed by a different XML Schema.
XML Instance Representation
<EmbeddedXML> EmbeddedXMLType </EmbeddedXML>
Schema Component Representation
<xsd:element name="EmbeddedXML" type="EmbeddedXMLType"/>
top

Element: Encoded64

Name Encoded64
Type Encoded64Type
Nillable no
Abstract no
Documentation Base 64 encoded data.
XML Instance Representation
<Encoded64> Encoded64Type </Encoded64>
Schema Component Representation
<xsd:element name="Encoded64" type="Encoded64Type"/>
top

Element: Float32

Name Float32
Type Float32Type
Nillable no
Abstract no
Documentation Individual 32-bit floating point value.
XML Instance Representation
<Float32> Float32Type </Float32>
Schema Component Representation
<xsd:element name="Float32" type="Float32Type"/>
top

Element: Float32List

Name Float32List
Type Float32ListType
Nillable no
Abstract no
Documentation List of 32-bit floating point values.
XML Instance Representation
<Float32List> Float32ListType </Float32List>
Schema Component Representation
<xsd:element name="Float32List" type="Float32ListType"/>
top

Element: Float64

Name Float64
Type Float64Type
Nillable no
Abstract no
Documentation Individual 64-bit floating point value.
XML Instance Representation
<Float64> Float64Type </Float64>
Schema Component Representation
<xsd:element name="Float64" type="Float64Type"/>
top

Element: Float64List

Name Float64List
Type Float64ListType
Nillable no
Abstract no
Documentation List of 64-bit floating point values.
XML Instance Representation
<Float64List> Float64ListType </Float64List>
Schema Component Representation
<xsd:element name="Float64List" type="Float64ListType"/>
top

Element: Int32

Name Int32
Type Int32Type
Nillable no
Abstract no
Documentation Individual integer value (32 bits, signed).
XML Instance Representation
<Int32> Int32Type </Int32>
Schema Component Representation
<xsd:element name="Int32" type="Int32Type"/>
top

Element: Int32List

Name Int32List
Type Int32ListType
Nillable no
Abstract no
Documentation List of integer value (32 bits, signed).
XML Instance Representation
<Int32List> Int32ListType </Int32List>
Schema Component Representation
<xsd:element name="Int32List" type="Int32ListType"/>
top

Element: Int64

Name Int64
Type Int64Type
Nillable no
Abstract no
Documentation Individual long integer value (64 bits, signed).
XML Instance Representation
<Int64> Int64Type </Int64>
Schema Component Representation
<xsd:element name="Int64" type="Int64Type"/>
top

Element: Int64List

Name Int64List
Type Int64ListType
Nillable no
Abstract no
Documentation List of long integer value (64 bits, signed).
XML Instance Representation
<Int64List> Int64ListType </Int64List>
Schema Component Representation
<xsd:element name="Int64List" type="Int64ListType"/>
top

Element: NonNegativeInt

Name NonNegativeInt
Type NonNegativeIntType
Nillable no
Abstract no
Documentation Individual non-negative integer value (32 bits, signed).
XML Instance Representation
<NonNegativeInt> NonNegativeIntType </NonNegativeInt>
Schema Component Representation
<xsd:element name="NonNegativeInt" type="NonNegativeIntType"/>
top

Element: NonNegativeInt32

Name NonNegativeInt32
Type NonNegativeInt32Type
Nillable no
Abstract no
Documentation Individual non-negative integer value (32 bits, signed).
XML Instance Representation
<NonNegativeInt32> NonNegativeInt32Type </NonNegativeInt32>
Schema Component Representation
<xsd:element name="NonNegativeInt32" type="NonNegativeInt32Type"/>
top

Element: NonNegativeInt32List

Name NonNegativeInt32List
Type NonNegativeInt32ListType
Nillable no
Abstract no
Documentation List of non-negative integer values (32 bits, signed).
XML Instance Representation
<NonNegativeInt32List> NonNegativeInt32ListType </NonNegativeInt32List>
Schema Component Representation
<xsd:element name="NonNegativeInt32List" type="NonNegativeInt32ListType"/>
top

Element: NonNegativeInt64

Name NonNegativeInt64
Type NonNegativeInt64Type
Nillable no
Abstract no
Documentation Individual non-negative long integer value (64 bits, signed).
XML Instance Representation
<NonNegativeInt64> NonNegativeInt64Type </NonNegativeInt64>
Schema Component Representation
<xsd:element name="NonNegativeInt64" type="NonNegativeInt64Type"/>
top

Element: NonNegativeInt64List

Name NonNegativeInt64List
Type NonNegativeInt64ListType
Nillable no
Abstract no
Documentation List of non-negative long integer values (64 bits, signed).
XML Instance Representation
<NonNegativeInt64List> NonNegativeInt64ListType </NonNegativeInt64List>
Schema Component Representation
<xsd:element name="NonNegativeInt64List" type="NonNegativeInt64ListType"/>
top

Element: NonNegativeIntList

Name NonNegativeIntList
Type NonNegativeIntListType
Nillable no
Abstract no
Documentation List of non-negative integer values (32 bits, signed).
XML Instance Representation
<NonNegativeIntList> NonNegativeIntListType </NonNegativeIntList>
Schema Component Representation
<xsd:element name="NonNegativeIntList" type="NonNegativeIntListType"/>
top

Element: PositiveInt

Name PositiveInt
Type PositiveIntType
Nillable no
Abstract no
Documentation Individual positive integer value (32 bits, signed).
XML Instance Representation
<PositiveInt> PositiveIntType </PositiveInt>
Schema Component Representation
<xsd:element name="PositiveInt" type="PositiveIntType"/>
top

Element: PositiveIntList

Name PositiveIntList
Type PositiveIntListType
Nillable no
Abstract no
Documentation List of positive positive integer values (32 bits, signed).
XML Instance Representation
<PositiveIntList> PositiveIntListType </PositiveIntList>
Schema Component Representation
<xsd:element name="PositiveIntList" type="PositiveIntListType"/>
top

Element: ShortName

Name ShortName
Type ShortNameType
Nillable no
Abstract no
Documentation Individual name value, limited to 1024 characters.
XML Instance Representation
<ShortName> ShortNameType </ShortName>
Schema Component Representation
<xsd:element name="ShortName" type="ShortNameType"/>
top

Element: ShortNameList

Name ShortNameList
Type ShortNameListType
Nillable no
Abstract no
Documentation List of short name values, limited to 1024 characters.
XML Instance Representation
<ShortNameList> ShortNameListType </ShortNameList>
Schema Component Representation
<xsd:element name="ShortNameList" type="ShortNameListType"/>
top

Element: ShortString

Name ShortString
Type ShortStringType
Nillable no
Abstract no
Documentation Individual string value, limited to 1024 characters.
XML Instance Representation
<ShortString> ShortStringType </ShortString>
Schema Component Representation
<xsd:element name="ShortString" type="ShortStringType"/>
top

Element: ShortToken

Name ShortToken
Type ShortTokenType
Nillable no
Abstract no
Documentation Individual token value, limited to 1024 characters.
XML Instance Representation
<ShortToken> ShortTokenType </ShortToken>
Schema Component Representation
<xsd:element name="ShortToken" type="ShortTokenType"/>
top

Element: String

Name String
Type StringType
Nillable no
Abstract no
Documentation Individual string value.
XML Instance Representation
<String> StringType </String>
Schema Component Representation
<xsd:element name="String" type="StringType"/>
top

Global Definitions

Complex Type: AnyCounterValueType

Super-types: AnyValueType < AnyNumericValueType (by restriction) < AnyCounterValueType (by restriction)
Sub-types:
Name AnyCounterValueType
Abstract no
Documentation Elements for counter series values.
XML Instance Representation
<...>
Start Choice [1..*]
End Choice
</...>
Schema Component Representation
<xsd:complexType name="AnyCounterValueType">
<xsd:complexContent>
<xsd:restriction base="AnyNumericValueType">
<xsd:sequence>
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="PositiveInt"/>
<xsd:element ref="NonNegativeInt"/>
<xsd:element ref="NonNegativeInt32"/>
<xsd:element ref="NonNegativeInt64"/>
</xsd:choice>
</xsd:sequence>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: AnyListCounterValueType

Super-types: AnyListValueType < AnyListNumericValueType (by restriction) < AnyListCounterValueType (by restriction)
Sub-types: None
Name AnyListCounterValueType
Abstract no
Documentation Base type for all list counter values.
XML Instance Representation
<...>
Start Choice [1..*]
End Choice
</...>
Schema Component Representation
<xsd:complexType name="AnyListCounterValueType">
<xsd:complexContent>
<xsd:restriction base="AnyListNumericValueType">
<xsd:sequence>
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="PositiveIntList"/>
<xsd:element ref="NonNegativeIntList"/>
<xsd:element ref="NonNegativeInt32List"/>
<xsd:element ref="NonNegativeInt64List"/>
</xsd:choice>
</xsd:sequence>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: AnyListNumericValueType

Super-types: AnyListValueType < AnyListNumericValueType (by restriction)
Sub-types:
Name AnyListNumericValueType
Abstract no
Documentation Base type for all numeric list values.
XML Instance Representation
<...>
Start Choice [1..*]
<Int32List> ... </Int32List> [1]
<Int64List> ... </Int64List> [1]
End Choice
</...>
Schema Component Representation
<xsd:complexType name="AnyListNumericValueType">
<xsd:complexContent>
<xsd:restriction base="AnyListValueType">
<xsd:sequence>
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="Int32List"/>
<xsd:element ref="Int64List"/>
<xsd:element ref="PositiveIntList"/>
<xsd:element ref="NonNegativeIntList"/>
<xsd:element ref="NonNegativeInt32List"/>
<xsd:element ref="NonNegativeInt64List"/>
<xsd:element ref="Float32List"/>
<xsd:element ref="Float64List"/>
</xsd:choice>
</xsd:sequence>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: AnyListValueType

Super-types: None
Sub-types:
Name AnyListValueType
Abstract no
Documentation Base type for all list series values. Can have multiple elements. To be restricted.
XML Instance Representation
<...>
Start Choice [1..*]
<Int32List> ... </Int32List> [1]
<Int64List> ... </Int64List> [1]
<PositiveIntList> ... </PositiveIntList> [1]
<NonNegativeIntList> ... </NonNegativeIntList> [1]
<NonNegativeInt32List> ... </NonNegativeInt32List> [1]
<NonNegativeInt64List> ... </NonNegativeInt64List> [1]
<Float32List> ... </Float32List> [1]
<Float64List> ... </Float64List> [1]
<ShortNameList> ... </ShortNameList> [1]
<BooleanList> ... </BooleanList> [1]
<DateTimeList> ... </DateTimeList> [1]
End Choice
</...>
Schema Component Representation
<xsd:complexType name="AnyListValueType">
<xsd:sequence>
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="Int32List"/>
<xsd:element ref="Int64List"/>
<xsd:element ref="PositiveIntList"/>
<xsd:element ref="NonNegativeIntList"/>
<xsd:element ref="NonNegativeInt32List"/>
<xsd:element ref="NonNegativeInt64List"/>
<xsd:element ref="Float32List"/>
<xsd:element ref="Float64List"/>
<xsd:element ref="ShortNameList"/>
<xsd:element ref="BooleanList"/>
<xsd:element ref="DateTimeList"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: AnyNumericValueType

Super-types: AnyValueType < AnyNumericValueType (by restriction)
Sub-types:
Name AnyNumericValueType
Abstract no
Documentation Elements for numeric series values.
XML Instance Representation
<...>
Start Choice [1..*]
<Int32> ... </Int32> [1]
<Int64> ... </Int64> [1]
<Float32> ... </Float32> [1]
<Float64> ... </Float64> [1]
End Choice
</...>
Schema Component Representation
<xsd:complexType name="AnyNumericValueType">
<xsd:complexContent>
<xsd:restriction base="AnyValueType">
<xsd:sequence>
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="Int32"/>
<xsd:element ref="Int64"/>
<xsd:element ref="PositiveInt"/>
<xsd:element ref="NonNegativeInt"/>
<xsd:element ref="NonNegativeInt32"/>
<xsd:element ref="NonNegativeInt64"/>
<xsd:element ref="Float32"/>
<xsd:element ref="Float64"/>
</xsd:choice>
</xsd:sequence>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: AnySingleCounterValueType

Super-types: AnyValueType < AnyNumericValueType (by restriction) < AnyCounterValueType (by restriction) < AnySingleCounterValueType (by restriction)
Sub-types: None
Name AnySingleCounterValueType
Abstract no
Documentation Elements for single counter values.
XML Instance Representation
<...>
Start Choice [1]
End Choice
</...>
Schema Component Representation
<xsd:complexType name="AnySingleCounterValueType">
<xsd:complexContent>
<xsd:restriction base="AnyCounterValueType">
<xsd:sequence>
<xsd:choice maxOccurs="1">
<xsd:element ref="PositiveInt"/>
<xsd:element ref="NonNegativeInt"/>
<xsd:element ref="NonNegativeInt32"/>
<xsd:element ref="NonNegativeInt64"/>
</xsd:choice>
</xsd:sequence>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: AnySingleListCounterValueType

Super-types: AnySingleListValueType < AnySingleListNumericValueType (by restriction) < AnySingleListCounterValueType (by restriction)
Sub-types: None
Name AnySingleListCounterValueType
Abstract no
Documentation Base type for all single counter list values.
XML Instance Representation
<...>
Start Choice [1]
End Choice
</...>
Schema Component Representation
<xsd:complexType name="AnySingleListCounterValueType">
<xsd:complexContent>
<xsd:restriction base="AnySingleListNumericValueType">
<xsd:sequence>
<xsd:choice maxOccurs="1">
<xsd:element ref="PositiveIntList"/>
<xsd:element ref="NonNegativeIntList"/>
<xsd:element ref="NonNegativeInt32List"/>
<xsd:element ref="NonNegativeInt64List"/>
</xsd:choice>
</xsd:sequence>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: AnySingleListNumericValueType

Super-types: AnySingleListValueType < AnySingleListNumericValueType (by restriction)
Sub-types:
Name AnySingleListNumericValueType
Abstract no
Documentation Base type for all single numeric list values.
XML Instance Representation
<...>
Start Choice [1]
<Int32List> ... </Int32List> [1]
<Int64List> ... </Int64List> [1]
End Choice
</...>
Schema Component Representation
<xsd:complexType name="AnySingleListNumericValueType">
<xsd:complexContent>
<xsd:restriction base="AnySingleListValueType">
<xsd:sequence>
<xsd:choice maxOccurs="1">
<xsd:element ref="Int32List"/>
<xsd:element ref="Int64List"/>
<xsd:element ref="PositiveIntList"/>
<xsd:element ref="NonNegativeIntList"/>
<xsd:element ref="NonNegativeInt32List"/>
<xsd:element ref="NonNegativeInt64List"/>
<xsd:element ref="Float32List"/>
<xsd:element ref="Float64List"/>
</xsd:choice>
</xsd:sequence>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: AnySingleListValueType

Super-types: None
Sub-types:
Name AnySingleListValueType
Abstract no
Documentation Base type for all single list values. To be restricted.
XML Instance Representation
<...>
Start Choice [1]
<Int32List> ... </Int32List> [1]
<Int64List> ... </Int64List> [1]
<PositiveIntList> ... </PositiveIntList> [1]
<NonNegativeIntList> ... </NonNegativeIntList> [1]
<NonNegativeInt32List> ... </NonNegativeInt32List> [1]
<NonNegativeInt64List> ... </NonNegativeInt64List> [1]
<Float32List> ... </Float32List> [1]
<Float64List> ... </Float64List> [1]
<ShortNameList> ... </ShortNameList> [1]
<BooleanList> ... </BooleanList> [1]
<DateTimeList> ... </DateTimeList> [1]
End Choice
</...>
Schema Component Representation
<xsd:complexType name="AnySingleListValueType">
<xsd:sequence>
<xsd:choice maxOccurs="1">
<xsd:element ref="Int32List"/>
<xsd:element ref="Int64List"/>
<xsd:element ref="PositiveIntList"/>
<xsd:element ref="NonNegativeIntList"/>
<xsd:element ref="NonNegativeInt32List"/>
<xsd:element ref="NonNegativeInt64List"/>
<xsd:element ref="Float32List"/>
<xsd:element ref="Float64List"/>
<xsd:element ref="ShortNameList"/>
<xsd:element ref="BooleanList"/>
<xsd:element ref="DateTimeList"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: AnySingleNumericValueType

Super-types: AnyValueType < AnyNumericValueType (by restriction) < AnySingleNumericValueType (by restriction)
Sub-types: None
Name AnySingleNumericValueType
Abstract no
Documentation Elements for numeric single values.
XML Instance Representation
<...>
Start Choice [1]
<Int32> ... </Int32> [1]
<Int64> ... </Int64> [1]
<Float32> ... </Float32> [1]
<Float64> ... </Float64> [1]
End Choice
</...>
Schema Component Representation
<xsd:complexType name="AnySingleNumericValueType">
<xsd:complexContent>
<xsd:restriction base="AnyNumericValueType">
<xsd:sequence>
<xsd:choice maxOccurs="1">
<xsd:element ref="Int32"/>
<xsd:element ref="Int64"/>
<xsd:element ref="PositiveInt"/>
<xsd:element ref="NonNegativeInt"/>
<xsd:element ref="NonNegativeInt32"/>
<xsd:element ref="NonNegativeInt64"/>
<xsd:element ref="Float32"/>
<xsd:element ref="Float64"/>
</xsd:choice>
</xsd:sequence>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: AnySingleValueType

Super-types: AnyValueType < AnySingleValueType (by restriction)
Sub-types: None
Name AnySingleValueType
Abstract no
Documentation Base type for all single values. To be restricted.
XML Instance Representation
<...>
Start Choice [1]
<Int32> ... </Int32> [1]
<Int64> ... </Int64> [1]
<Float32> ... </Float32> [1]
<Float64> ... </Float64> [1]
<String> ... </String> [1]
<ShortToken> ... </ShortToken> [1]
<ShortName> ... </ShortName> [1]
<Boolean> ... </Boolean> [1]
<DateTime> ... </DateTime> [1]
<Encoded64> ... </Encoded64> [1]
End Choice
</...>
Schema Component Representation
<xsd:complexType name="AnySingleValueType">
<xsd:complexContent>
<xsd:restriction base="AnyValueType">
<xsd:sequence>
<xsd:choice maxOccurs="1">
<xsd:element ref="Int32"/>
<xsd:element ref="Int64"/>
<xsd:element ref="PositiveInt"/>
<xsd:element ref="NonNegativeInt"/>
<xsd:element ref="NonNegativeInt32"/>
<xsd:element ref="NonNegativeInt64"/>
<xsd:element ref="Float32"/>
<xsd:element ref="Float64"/>
<xsd:element ref="String"/>
<xsd:element ref="ShortString"/>
<xsd:element ref="ShortToken"/>
<xsd:element ref="ShortName"/>
<xsd:element ref="Boolean"/>
<xsd:element ref="DateTime"/>
<xsd:element ref="Encoded64"/>
<xsd:element ref="EmbeddedXML"/>
<xsd:element ref="ChemicalElementSymbol"/>
</xsd:choice>
</xsd:sequence>
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
top

Complex Type: AnyValueType

Super-types: None
Sub-types:
Name AnyValueType
Abstract no
Documentation Base type for all series values. Can have multiple elements. To be restricted.
XML Instance Representation
<...>
Start Choice [1..*]
<Int32> ... </Int32> [1]
<Int64> ... </Int64> [1]
<PositiveInt> ... </PositiveInt> [1]
<NonNegativeInt> ... </NonNegativeInt> [1]
<NonNegativeInt32> ... </NonNegativeInt32> [1]
<NonNegativeInt64> ... </NonNegativeInt64> [1]
<Float32> ... </Float32> [1]
<Float64> ... </Float64> [1]
<String> ... </String> [1]
<ShortString> ... </ShortString> [1]
<ShortToken> ... </ShortToken> [1]
<ShortName> ... </ShortName> [1]
<Boolean> ... </Boolean> [1]
<DateTime> ... </DateTime> [1]
<Encoded64> ... </Encoded64> [1]
<EmbeddedXML> ... </EmbeddedXML> [1]
End Choice
</...>
Schema Component Representation
<xsd:complexType name="AnyValueType">
<xsd:sequence>
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="Int32"/>
<xsd:element ref="Int64"/>
<xsd:element ref="PositiveInt"/>
<xsd:element ref="NonNegativeInt"/>
<xsd:element ref="NonNegativeInt32"/>
<xsd:element ref="NonNegativeInt64"/>
<xsd:element ref="Float32"/>
<xsd:element ref="Float64"/>
<xsd:element ref="String"/>
<xsd:element ref="ShortString"/>
<xsd:element ref="ShortToken"/>
<xsd:element ref="ShortName"/>
<xsd:element ref="Boolean"/>
<xsd:element ref="DateTime"/>
<xsd:element ref="Encoded64"/>
<xsd:element ref="EmbeddedXML"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
top

Simple Type: BooleanListType

Super-types: None
Sub-types: None
Name BooleanListType
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: boolean
Documentation List of boolean values.
Schema Component Representation
<xsd:simpleType name="BooleanListType">
<xsd:list>
<xsd:simpleType>
<xsd:restriction base="xsd:boolean"/>
</xsd:simpleType>
</xsd:list>
</xsd:simpleType>
top

Simple Type: BooleanType

Super-types: xsd:boolean < BooleanType (by restriction)
Sub-types: None
Name BooleanType
Content
  • Base XSD Type: boolean
Documentation Individual boolean value.
Schema Component Representation
<xsd:simpleType name="BooleanType">
<xsd:restriction base="xsd:boolean"/>
</xsd:simpleType>
top

Simple Type: ChemicalElementSymbolType

Super-types: xsd:string < ChemicalElementSymbolType (by restriction)
Sub-types: None
Name ChemicalElementSymbolType
Content
  • Base XSD Type: string
  • value comes from list: {'H'|'He'|'Li'|'Be'|'B'|'C'|'N'|'O'|'F'|'Ne'|'Na'|'Mg'|'Al'|'Si'|'P'|'S'|'Cl'|'Ar'|'K'|'Ca'|'Sc'|'Ti'|'V'|'Cr'|'Mn'|'Fe'|'Co'|'Ni'|'Cu'|'Zn'|'Ga'|'Ge'|'As'|'Se'|'Br'|'Kr'|'Rb'|'Sr'|'Y'|'Zr'|'Nb'|'Mo'|'Tc'|'Ru'|'Rh'|'Pd'|'Ag'|'Cd'|'In'|'Sn'|'Sb'|'Te'|'I'|'Xe'|'Cs'|'Ba'|'La'|'Ce'|'Pr'|'Nd'|'Pm'|'Sm'|'Eu'|'Gd'|'Tb'|'Dy'|'Ho'|'Er'|'Tm'|'Yb'|'Lu'|'Hf'|'Ta'|'W'|'Re'|'Os'|'Ir'|'Pt'|'Au'|'Hg'|'Tl'|'Pb'|'Bi'|'Po'|'At'|'Rn'|'Fr'|'Ra'|'Ac'|'Th'|'Pa'|'U'|'Np'|'Pu'|'Am'|'Cm'|'Bk'|'Cf'|'Es'|'Fm'|'Md'|'No'|'Lr'|'Rf'|'Db'|'Sg'|'Bh'|'Hs'|'Mt'|'Uun'|'Uuu'|'Uub'|'Uuq'|'Uuh'|'Uuo'}
Documentation This datatype enumerates the valid strings representing chemical elements.
Schema Component Representation
<xsd:simpleType name="ChemicalElementSymbolType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="H"/>
<xsd:enumeration value="He"/>
<xsd:enumeration value="Li"/>
<xsd:enumeration value="Be"/>
<xsd:enumeration value="B"/>
<xsd:enumeration value="C"/>
<xsd:enumeration value="N"/>
<xsd:enumeration value="O"/>
<xsd:enumeration value="F"/>
<xsd:enumeration value="Ne"/>
<xsd:enumeration value="Na"/>
<xsd:enumeration value="Mg"/>
<xsd:enumeration value="Al"/>
<xsd:enumeration value="Si"/>
<xsd:enumeration value="P"/>
<xsd:enumeration value="S"/>
<xsd:enumeration value="Cl"/>
<xsd:enumeration value="Ar"/>
<xsd:enumeration value="K"/>
<xsd:enumeration value="Ca"/>
<xsd:enumeration value="Sc"/>
<xsd:enumeration value="Ti"/>
<xsd:enumeration value="V"/>
<xsd:enumeration value="Cr"/>
<xsd:enumeration value="Mn"/>
<xsd:enumeration value="Fe"/>
<xsd:enumeration value="Co"/>
<xsd:enumeration value="Ni"/>
<xsd:enumeration value="Cu"/>
<xsd:enumeration value="Zn"/>
<xsd:enumeration value="Ga"/>
<xsd:enumeration value="Ge"/>
<xsd:enumeration value="As"/>
<xsd:enumeration value="Se"/>
<xsd:enumeration value="Br"/>
<xsd:enumeration value="Kr"/>
<xsd:enumeration value="Rb"/>
<xsd:enumeration value="Sr"/>
<xsd:enumeration value="Y"/>
<xsd:enumeration value="Zr"/>
<xsd:enumeration value="Nb"/>
<xsd:enumeration value="Mo"/>
<xsd:enumeration value="Tc"/>
<xsd:enumeration value="Ru"/>
<xsd:enumeration value="Rh"/>
<xsd:enumeration value="Pd"/>
<xsd:enumeration value="Ag"/>
<xsd:enumeration value="Cd"/>
<xsd:enumeration value="In"/>
<xsd:enumeration value="Sn"/>
<xsd:enumeration value="Sb"/>
<xsd:enumeration value="Te"/>
<xsd:enumeration value="I"/>
<xsd:enumeration value="Xe"/>
<xsd:enumeration value="Cs"/>
<xsd:enumeration value="Ba"/>
<xsd:enumeration value="La"/>
<xsd:enumeration value="Ce"/>
<xsd:enumeration value="Pr"/>
<xsd:enumeration value="Nd"/>
<xsd:enumeration value="Pm"/>
<xsd:enumeration value="Sm"/>
<xsd:enumeration value="Eu"/>
<xsd:enumeration value="Gd"/>
<xsd:enumeration value="Tb"/>
<xsd:enumeration value="Dy"/>
<xsd:enumeration value="Ho"/>
<xsd:enumeration value="Er"/>
<xsd:enumeration value="Tm"/>
<xsd:enumeration value="Yb"/>
<xsd:enumeration value="Lu"/>
<xsd:enumeration value="Hf"/>
<xsd:enumeration value="Ta"/>
<xsd:enumeration value="W"/>
<xsd:enumeration value="Re"/>
<xsd:enumeration value="Os"/>
<xsd:enumeration value="Ir"/>
<xsd:enumeration value="Pt"/>
<xsd:enumeration value="Au"/>
<xsd:enumeration value="Hg"/>
<xsd:enumeration value="Tl"/>
<xsd:enumeration value="Pb"/>
<xsd:enumeration value="Bi"/>
<xsd:enumeration value="Po"/>
<xsd:enumeration value="At"/>
<xsd:enumeration value="Rn"/>
<xsd:enumeration value="Fr"/>
<xsd:enumeration value="Ra"/>
<xsd:enumeration value="Ac"/>
<xsd:enumeration value="Th"/>
<xsd:enumeration value="Pa"/>
<xsd:enumeration value="U"/>
<xsd:enumeration value="Np"/>
<xsd:enumeration value="Pu"/>
<xsd:enumeration value="Am"/>
<xsd:enumeration value="Cm"/>
<xsd:enumeration value="Bk"/>
<xsd:enumeration value="Cf"/>
<xsd:enumeration value="Es"/>
<xsd:enumeration value="Fm"/>
<xsd:enumeration value="Md"/>
<xsd:enumeration value="No"/>
<xsd:enumeration value="Lr"/>
<xsd:enumeration value="Rf"/>
<xsd:enumeration value="Db"/>
<xsd:enumeration value="Sg"/>
<xsd:enumeration value="Bh"/>
<xsd:enumeration value="Hs"/>
<xsd:enumeration value="Mt"/>
<xsd:enumeration value="Uun"/>
<xsd:enumeration value="Uuu"/>
<xsd:enumeration value="Uub"/>
<xsd:enumeration value="Uuq"/>
<xsd:enumeration value="Uuh"/>
<xsd:enumeration value="Uuo"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: DateTimeListType

Super-types: None
Sub-types: None
Name DateTimeListType
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: dateTime
Documentation List of ISO date/time values.
Schema Component Representation
<xsd:simpleType name="DateTimeListType">
<xsd:list>
<xsd:simpleType>
<xsd:restriction base="xsd:dateTime"/>
</xsd:simpleType>
</xsd:list>
</xsd:simpleType>
top

Simple Type: DateTimeType

Super-types: xsd:dateTime < DateTimeType (by restriction)
Sub-types: None
Name DateTimeType
Content
  • Base XSD Type: dateTime
Documentation Individual ISO date/time value.
Schema Component Representation
<xsd:simpleType name="DateTimeType">
<xsd:restriction base="xsd:dateTime"/>
</xsd:simpleType>
top

Simple Type: EmbeddedXMLType

Super-types: xsd:string < EmbeddedXMLType (by restriction)
Sub-types: None
Name EmbeddedXMLType
Content
  • Base XSD Type: string
Documentation Value governed by a different XML Schema.
Schema Component Representation
<xsd:simpleType name="EmbeddedXMLType">
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
top

Simple Type: Encoded64Type

Super-types: xsd:base64Binary < Encoded64Type (by restriction)
Sub-types: None
Name Encoded64Type
Content
  • Base XSD Type: base64Binary
Documentation Base 64 encoded PNG image.
Schema Component Representation
<xsd:simpleType name="Encoded64Type">
<xsd:restriction base="xsd:base64Binary"/>
</xsd:simpleType>
top

Simple Type: Float32ListType

Super-types: None
Sub-types: None
Name Float32ListType
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: float
Documentation List of 32-bit floating point values.
Schema Component Representation
<xsd:simpleType name="Float32ListType">
<xsd:list>
<xsd:simpleType>
<xsd:restriction base="xsd:float"/>
</xsd:simpleType>
</xsd:list>
</xsd:simpleType>
top

Simple Type: Float32Type

Super-types: xsd:float < Float32Type (by restriction)
Sub-types: None
Name Float32Type
Content
  • Base XSD Type: float
Documentation Individual 32-bit floating point value.
Schema Component Representation
<xsd:simpleType name="Float32Type">
<xsd:restriction base="xsd:float"/>
</xsd:simpleType>
top

Simple Type: Float64ListType

Super-types: None
Sub-types: None
Name Float64ListType
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: double
Documentation List of 64-bit floating point values.
Schema Component Representation
<xsd:simpleType name="Float64ListType">
<xsd:list>
<xsd:simpleType>
<xsd:restriction base="xsd:double"/>
</xsd:simpleType>
</xsd:list>
</xsd:simpleType>
top

Simple Type: Float64Type

Super-types: xsd:double < Float64Type (by restriction)
Sub-types: None
Name Float64Type
Content
  • Base XSD Type: double
Documentation Individual 64-bit floating point value.
Schema Component Representation
<xsd:simpleType name="Float64Type">
<xsd:restriction base="xsd:double"/>
</xsd:simpleType>
top

Simple Type: Int32ListType

Super-types: None
Sub-types: None
Name Int32ListType
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: int
Documentation List of integer value (32 bits, signed).
Schema Component Representation
<xsd:simpleType name="Int32ListType">
<xsd:list>
<xsd:simpleType>
<xsd:restriction base="Int32Type"/>
</xsd:simpleType>
</xsd:list>
</xsd:simpleType>
top

Simple Type: Int32Type

Super-types: xsd:int < Int32Type (by restriction)
Sub-types: None
Name Int32Type
Content
  • Base XSD Type: int
Documentation Individual integer value (32 bits, signed).
Schema Component Representation
<xsd:simpleType name="Int32Type">
<xsd:restriction base="xsd:int"/>
</xsd:simpleType>
top

Simple Type: Int64ListType

Super-types: None
Sub-types: None
Name Int64ListType
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: long
Documentation List of long integer values (64 bits, signed).
Schema Component Representation
<xsd:simpleType name="Int64ListType">
<xsd:list>
<xsd:simpleType>
<xsd:restriction base="Int64Type"/>
</xsd:simpleType>
</xsd:list>
</xsd:simpleType>
top

Simple Type: Int64Type

Super-types: xsd:long < Int64Type (by restriction)
Sub-types: None
Name Int64Type
Content
  • Base XSD Type: long
Documentation Individual long integer value (64 bits, signed).
Schema Component Representation
<xsd:simpleType name="Int64Type">
<xsd:restriction base="xsd:long"/>
</xsd:simpleType>
top

Simple Type: NonNegativeInt32ListType

Super-types: None
Sub-types: None
Name NonNegativeInt32ListType
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: unsignedInt
Documentation List of non-negative integer values (32 bits, signed).
Schema Component Representation
<xsd:simpleType name="NonNegativeInt32ListType">
<xsd:list>
<xsd:simpleType>
<xsd:restriction base="NonNegativeInt32Type"/>
</xsd:simpleType>
</xsd:list>
</xsd:simpleType>
top

Simple Type: NonNegativeInt32Type

Super-types: xsd:unsignedInt < NonNegativeInt32Type (by restriction)
Sub-types:
Name NonNegativeInt32Type
Content
  • Base XSD Type: unsignedInt
Documentation Individual non-negative Integer Value (32 bits, signed)
Schema Component Representation
<xsd:simpleType name="NonNegativeInt32Type">
<xsd:restriction base="xsd:unsignedInt"/>
</xsd:simpleType>
top

Simple Type: NonNegativeInt64ListType

Super-types: None
Sub-types: None
Name NonNegativeInt64ListType
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: unsignedLong
Documentation List of non-negative long integer values (64 bits, signed).
Schema Component Representation
<xsd:simpleType name="NonNegativeInt64ListType">
<xsd:list>
<xsd:simpleType>
<xsd:restriction base="NonNegativeInt64Type"/>
</xsd:simpleType>
</xsd:list>
</xsd:simpleType>
top

Simple Type: NonNegativeInt64Type

Super-types: xsd:unsignedLong < NonNegativeInt64Type (by restriction)
Sub-types: None
Name NonNegativeInt64Type
Content
  • Base XSD Type: unsignedLong
Documentation Individual non-negative Integer Value (32 bits, signed)
Schema Component Representation
<xsd:simpleType name="NonNegativeInt64Type">
<xsd:restriction base="xsd:unsignedLong"/>
</xsd:simpleType>
top

Simple Type: NonNegativeIntListType

Super-types: None
Sub-types: None
Name NonNegativeIntListType
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: unsignedInt
Documentation List of non-negative integer values (32 bits, signed).
Schema Component Representation
<xsd:simpleType name="NonNegativeIntListType">
<xsd:list>
<xsd:simpleType>
<xsd:restriction base="NonNegativeIntType"/>
</xsd:simpleType>
</xsd:list>
</xsd:simpleType>
top

Simple Type: NonNegativeIntType

Super-types: xsd:unsignedInt < NonNegativeInt32Type (by restriction) < NonNegativeIntType (by restriction)
Sub-types:
Name NonNegativeIntType
Content
  • Base XSD Type: unsignedInt
Documentation Individual non-negative Integer Value (32 bits, signed)
Schema Component Representation
<xsd:simpleType name="NonNegativeIntType">
<xsd:restriction base="NonNegativeInt32Type"/>
</xsd:simpleType>
top

Simple Type: PositiveIntListType

Super-types: None
Sub-types: None
Name PositiveIntListType
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • value >= 1
Documentation List of positive integer values (32 bits, signed).
Schema Component Representation
<xsd:simpleType name="PositiveIntListType">
<xsd:list>
<xsd:simpleType>
<xsd:restriction base="PositiveIntType"/>
</xsd:simpleType>
</xsd:list>
</xsd:simpleType>
top

Simple Type: PositiveIntType

Super-types: xsd:unsignedInt < NonNegativeInt32Type (by restriction) < NonNegativeIntType (by restriction) < PositiveIntType (by restriction)
Sub-types: None
Name PositiveIntType
Content
  • Base XSD Type: unsignedInt
  • value >= 1
Documentation Individual non-negative Integer Value (32 bits, signed)
Schema Component Representation
<xsd:simpleType name="PositiveIntType">
<xsd:restriction base="NonNegativeIntType">
<xsd:minInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ShortNameListType

Super-types: None
Sub-types: None
Name ShortNameListType
Content
  • List of:
    • Locally defined type:
      • Base XSD Type: Name
      • length <= 1024
Documentation Name with up to 1024 characters
Schema Component Representation
<xsd:simpleType name="ShortNameListType">
<xsd:list>
<xsd:simpleType>
<xsd:restriction base="xsd:Name">
<xsd:maxLength value="1024"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:list>
</xsd:simpleType>
top

Simple Type: ShortNameType

Super-types: xsd:Name < ShortNameType (by restriction)
Sub-types: None
Name ShortNameType
Content
  • Base XSD Type: Name
  • length <= 1024
Documentation Name with up to 1024 characters
Schema Component Representation
<xsd:simpleType name="ShortNameType">
<xsd:restriction base="xsd:Name">
<xsd:maxLength value="1024"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ShortStringType

Super-types: xsd:string < ShortStringType (by restriction)
Sub-types: None
Name ShortStringType
Content
  • Base XSD Type: string
  • length <= 1024
Documentation String with up to 1024 characters
Schema Component Representation
<xsd:simpleType name="ShortStringType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1024"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ShortTokenType

Super-types: xsd:token < ShortTokenType (by restriction)
Sub-types: None
Name ShortTokenType
Content
  • Base XSD Type: token
  • length <= 1024
Documentation Token with up to 1024 characters
Schema Component Representation
<xsd:simpleType name="ShortTokenType">
<xsd:restriction base="xsd:token">
<xsd:maxLength value="1024"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: StringType

Super-types: xsd:string < StringType (by restriction)
Sub-types: None
Name StringType
Content
  • Base XSD Type: string
Documentation Individual string value.
Schema Component Representation
<xsd:simpleType name="StringType">
<xsd:restriction base="xsd:string"/>
</xsd: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
<complexTypename="AusAddress">
<complexContent>
<extensionbase="Address">
<sequence>
<elementname="state" type="AusStates"/>
<elementname="postcode">
<simpleType>
<restrictionbase="string">
<patternvalue="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attributename="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