Documentation for OME Schemas

Table of Contents

Master schema documentation file: ome.xsd.html

top

Schema Document Properties

Target Namespace http://www.openmicroscopy.org/Schemas/SPW/2008-09
Version 1
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.
Schema Composition
Documentation Open Microscopy Environment Screen, Plate, and Well XML Schema Author: Andrew J Patterson

Declared Namespaces

Prefix Namespace
Default namespace http://www.openmicroscopy.org/Schemas/SPW/2008-09
xml http://www.w3.org/XML/1998/namespace
xsd http://www.w3.org/2001/XMLSchema
OME http://www.openmicroscopy.org/Schemas/OME/2008-09
Schema Component Representation
<xsd:schema targetNamespace="http://www.openmicroscopy.org/Schemas/SPW/2008-09" version="1" elementFormDefault="qualified">
<xsd:import namespace="http://www.openmicroscopy.org/Schemas/OME/2008-09" schemaLocation="http://www.openmicroscopy.org/Schemas/OME/2008-09/ome.xsd"/>
...
</xsd:schema>
top

Global Declarations

Element: ImageRef

Name ImageRef
Used by (from the same schema document) Element WellSample
Type Locally-defined complex type
Nillable no
Abstract no
Documentation The ImageRef element is a reference to a OME:Image element. Note: at present this is only used from SPW. If it is used more widely in the future it will be moved into the main OME schema.
Logical Diagram
XML Instance Representation
<ImageRef
ID=" OME:ImageID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="ImageRef">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" OME:Reference ">
<xsd:attribute name="ID" type=" OME:ImageID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Plate

Name Plate
Type Locally-defined complex type
Nillable no
Abstract no
Documentation This element identifies microtiter plates within a screen. A plate can belong to more than one screen. The Screen(s) that a plate belongs to are specified by the ScreenRef element. The Plate ID and Name attributes are required. The Wells in a plate are numbers from the top-left corner in a grid starting at zero. i.e The top-left well of a plate is index (0,0)
Logical Diagram
element_ScreenRef element_Well
XML Instance Representation
<Plate
ID=" PlateID [1]"
Name=" xsd:string [0..1]

'The Name identifies the plate to the user. It is used much like the ID, and so must be unique within the document.'

"

Description=" xsd:string [0..1]"
Status=" xsd:string [0..1]

'A textual annotation of the current state of the plate with respect to the experiment work-flow; e.g. 1. Seed cell: done; 2. Transfection: done; 3. Gel doc: todo.'

"

ExternalIdentifier=" xsd:string [0..1]

'The ExternalIdentifier attribute may contain a reference to an external database.'

"
>
<ScreenRef> ... </ScreenRef> [0..*]
<Well> ... </Well> [0..*]
</Plate>
Diagram
element_ScreenRef element_Well type_PlateID
Schema Component Representation
<xsd:element name="Plate">
<-- top level definition -->
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" ScreenRef " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref=" Well " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="ID" type=" PlateID " use="required"/>
<xsd:attribute name="Name" type=" xsd:string " use="optional"/>
<xsd:attribute name="Description" type=" xsd:string " use="optional"/>
<xsd:attribute name="Status" type=" xsd:string " use="optional"/>
<xsd:attribute name="ExternalIdentifier" type=" xsd:string " use="optional"/>
</xsd:complexType>
</xsd:element>
top

Element: PlateRef

Name PlateRef
Used by (from the same schema document) Element Screen
Type Locally-defined complex type
Nillable no
Abstract no
Documentation The PlateRef element is a reference to a Plate element. Screen elements may have one or more PlateRef elements to define the plates that are part of the screen. Plates may belong to more than one screen.
Logical Diagram
XML Instance Representation
<PlateRef
ID=" PlateID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="PlateRef">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" OME:Reference ">
<xsd:attribute name="ID" type=" PlateID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Reagent

Name Reagent
Used by (from the same schema document) Element Screen
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Reagent is used to describe a chemical or some other physical experimental parameter.
Logical Diagram
XML Instance Representation
<Reagent
ID=" ReagentID [1]"
Description=" xsd:string [0..1]

'A long description for the reagent'

"

Name=" xsd:string [0..1]

'A short name for the reagent'

"

ReagentIdentifier=" xsd:string [0..1]

'This is a reference to an external (to OME) representation of the Reagent. It serves as a foreign key into an external database. - It is sometimes refereed to as ExternalIdentifier.'

"
/>
Diagram
type_ReagentID
Schema Component Representation
<xsd:element name="Reagent">
<-- top level definition -->
<xsd:complexType>
<xsd:attribute name="ID" type=" ReagentID " use="required"/>
<xsd:attribute name="Description" type=" xsd:string " use="optional"/>
<xsd:attribute name="Name" type=" xsd:string " use="optional"/>
<xsd:attribute name="ReagentIdentifier" type=" xsd:string " use="optional"/>
</xsd:complexType>
</xsd:element>
top

Element: ReagentRef

Name ReagentRef
Used by (from the same schema document) Element Well
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<ReagentRef
ID=" ReagentID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="ReagentRef">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" OME:Reference ">
<xsd:attribute name="ID" type=" ReagentID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Screen

Name Screen
Type Locally-defined complex type
Nillable no
Abstract no
Documentation The Screen element is a grouping for Plates. The required attribute is the Screen's Name and ID - both must be unique within the document. The Screen element may contain an ExternalRef attribute that refers to an external database. A description of the screen may be specified in the Description element. Screens may contain overlapping sets of Plates i.e. Screens and Plates have a many-to-many relationship. Plates contain one or more ScreenRef elements to specify what screens they belong to.
Logical Diagram
element_Description element_Reagent element_PlateRef element_ScreenAcquisition
XML Instance Representation
<Screen
ID=" ScreenID [1]"
Name=" xsd:string [0..1]"
ProtocolIdentifier=" xsd:string [0..1]

'A pointer to an externally defined protocol, usually in a screening database.'

"

ProtocolDescription=" xsd:string [0..1]

'A description of the screen protocol; may contain very detailed information to reproduce some of that found in a screening database.'

"

ReagentSetDescription=" xsd:string [0..1]

'A description of the set of reagents; may contain very detailed information to reproduce some of that information found in a screening database.'

"

ReagentSetIdentifier=" xsd:string [0..1]

'A pointer to an externally defined set of reagents, usually in a screening database/automation database.'

"

Type=" xsd:string [0..1]

'A human readable identifier for the screen type; e.g. RNAi, cDNA, SiRNA, etc. This string is likely to become an enumeration in future releases.'

"
>
<OME:Description> ... </OME:Description> [0..1]
<Reagent> ... </Reagent> [0..*]
<PlateRef> ... </PlateRef> [0..*]
<ScreenAcquisition> ... </ScreenAcquisition> [0..*]
</Screen>
Diagram
element_Description element_Reagent element_PlateRef element_ScreenAcquisition type_ScreenID
Schema Component Representation
<xsd:element name="Screen">
<-- top level definition -->
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" OME:Description " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" Reagent " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref=" PlateRef " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref=" ScreenAcquisition " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="ID" type=" ScreenID " use="required"/>
<xsd:attribute name="Name" type=" xsd:string " use="optional"/>
<xsd:attribute name="ProtocolIdentifier" type=" xsd:string " use="optional"/>
<xsd:attribute name="ProtocolDescription" type=" xsd:string " use="optional"/>
<xsd:attribute name="ReagentSetDescription" type=" xsd:string " use="optional"/>
<xsd:attribute name="ReagentSetIdentifier" type=" xsd:string " use="optional"/>
<xsd:attribute name="Type" type=" xsd:string " use="optional"/>
</xsd:complexType>
</xsd:element>
top

Element: ScreenAcquisition

Name ScreenAcquisition
Used by (from the same schema document) Element Screen
Type Locally-defined complex type
Nillable no
Abstract no
Documentation ScreenAcquisition is used to describe a single acquisition run for a screen. Since Screens are abstract, this object is used to record the set of images acquired in a single acquisition run. The Images for this run are linked to ScreenAcquisition through WellSample.
Logical Diagram
element_WellSampleRef
XML Instance Representation
<ScreenAcquisition
ID=" ScreenAcquisitionID [1]"
EndTime=" xsd:dateTime [0..1]

'Time when the last image of this acquisition was collected'

"

StartTime=" xsd:dateTime [0..1]

'Time when the first image of this acquisition was collected'

"
>
<WellSampleRef> ... </WellSampleRef> [0..*]
</ScreenAcquisition>
Diagram
element_WellSampleRef type_ScreenAcquisitionID
Schema Component Representation
<xsd:element name="ScreenAcquisition">
<-- top level definition -->
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" WellSampleRef " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="ID" type=" ScreenAcquisitionID " use="required"/>
<xsd:attribute name="EndTime" type=" xsd:dateTime " use="optional"/>
<xsd:attribute name="StartTime" type=" xsd:dateTime " use="optional"/>
</xsd:complexType>
</xsd:element>
top

Element: ScreenRef

Name ScreenRef
Used by (from the same schema document) Element Plate
Type Locally-defined complex type
Nillable no
Abstract no
Documentation The ScreenRef element is a reference to a Screen element. Plate elements may have one or more ScreenRef elements to define the screen that a plate belongs to. Plates may belong to more than one screen.
Logical Diagram
XML Instance Representation
<ScreenRef
ID=" ScreenID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="ScreenRef">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" OME:Reference ">
<xsd:attribute name="ID" type=" ScreenID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Element: Well

Name Well
Used by (from the same schema document) Element Plate
Type Locally-defined complex type
Nillable no
Abstract no
Documentation A Well is a component of the Well/Plate/Screen construct to describe screening applications. A Well has a number of WellSample elements that link to the Images collected in this well. The ReagentRef links any Reagents that were used in this Well. A well is part of only one Plate. The origin for the row and column identifiers is the top left corner of the plate starting at zero. i.e The top left well of a plate is index (0,0)
Logical Diagram
element_WellSample element_ReagentRef
XML Instance Representation
<Well
ID=" WellID [1]"
Column=" xsd:integer [0..1]

'This is the column index of the well, the origin is the top left corner of the plate with the first column of cells being column zero. i.e top left is (0,0)'

"

ExternalDescription=" xsd:string [0..1]

'A description of the externally defined identifier for this plate.'

"

ExternalIdentifier=" xsd:string [0..1]

'The ExternalIdentifier attribute may contain a reference to an external database.'

"

Row=" xsd:integer [0..1]

'This is the row index of the well, the origin is the top left corner of the plate with the first row of wells being row zero. i.e top left is (0,0)'

"

Type=" xsd:string [0..1]

'A human readable identifier for the screening status. e.g. empty, positive control, negative control, control, experimental, etc. This string is likely to become an enumeration in future releases.'

"
>
<WellSample> ... </WellSample> [0..*]
<ReagentRef> ... </ReagentRef> [0..1]
</Well>
Diagram
element_WellSample element_ReagentRef type_WellID
Schema Component Representation
<xsd:element name="Well">
<-- top level definition -->
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" WellSample " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref=" ReagentRef " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="ID" type=" WellID " use="required"/>
<xsd:attribute name="Column" type=" xsd:integer " use="optional"/>
<xsd:attribute name="ExternalDescription" type=" xsd:string " use="optional"/>
<xsd:attribute name="ExternalIdentifier" type=" xsd:string " use="optional"/>
<xsd:attribute name="Row" type=" xsd:integer " use="optional"/>
<xsd:attribute name="Type" type=" xsd:string " use="optional"/>
</xsd:complexType>
</xsd:element>
top

Element: WellSample

Name WellSample
Used by (from the same schema document) Element Well
Type Locally-defined complex type
Nillable no
Abstract no
Documentation WellSample is an individual image that has been captured within a Well.
Logical Diagram
element_ImageRef
XML Instance Representation
<WellSample
ID=" WellSampleID [1]"
Index=" xsd:integer [0..1]

'This is redundant and will be removed'

"

PosX=" xsd:float [0..1]

'The X position of the image within the well'

"

PosY=" xsd:float [0..1]

'The Y position of the image within the well'

"

Timepoint=" xsd:integer [0..1]

'The time-point at which the image started to be collected'

"
>
<ImageRef> ... </ImageRef> [0..1]

'This is the main link to the core Image element'

</WellSample>
Diagram
element_ImageRef type_WellSampleID
Schema Component Representation
<xsd:element name="WellSample">
<-- top level definition -->
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" ImageRef " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="ID" type=" WellSampleID " use="required"/>
<xsd:attribute name="Index" type=" xsd:integer " use="optional"/>
<xsd:attribute name="PosX" type=" xsd:float " use="optional"/>
<xsd:attribute name="PosY" type=" xsd:float " use="optional"/>
<xsd:attribute name="Timepoint" type=" xsd:integer " use="optional"/>
</xsd:complexType>
</xsd:element>
top

Element: WellSampleRef

Name WellSampleRef
Used by (from the same schema document) Element ScreenAcquisition
Type Locally-defined complex type
Nillable no
Abstract no
Documentation The WellSampleRef element is a reference to a WellSample element.
Logical Diagram
XML Instance Representation
<WellSampleRef
ID=" WellSampleID [1]"/>
Diagram
Schema Component Representation
<xsd:element name="WellSampleRef">
<-- top level definition -->
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base=" OME:Reference ">
<xsd:attribute name="ID" type=" WellSampleID " use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
top

Global Definitions

Simple Type: PlateID

Super-types: OME:LSID < PlateID (by restriction)
Sub-types: None
Name PlateID
Used by (from the same schema document) Element Plate , Element PlateRef
Content
  • Base XSD Type: string
  • pattern = (urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:\S+:\S+)|(\S+:\S+)
  • pattern = (urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Plate:\S+)|(Plate:\S+)
Diagram
Schema Component Representation
<xsd:simpleType name="PlateID">
<xsd:restriction base=" OME:LSID ">
<xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Plate:\S+)|(Plate:\S+)"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ReagentID

Super-types: OME:LSID < ReagentID (by restriction)
Sub-types: None
Name ReagentID
Used by (from the same schema document) Element Reagent , Element ReagentRef
Content
  • Base XSD Type: string
  • pattern = (urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:\S+:\S+)|(\S+:\S+)
  • pattern = (urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Reagent:\S+)|(Reagent:\S+)
Diagram
Schema Component Representation
<xsd:simpleType name="ReagentID">
<xsd:restriction base=" OME:LSID ">
<xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Reagent:\S+)|(Reagent:\S+)"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ScreenAcquisitionID

Super-types: OME:LSID < ScreenAcquisitionID (by restriction)
Sub-types: None
Name ScreenAcquisitionID
Used by (from the same schema document) Element ScreenAcquisition
Content
  • Base XSD Type: string
  • pattern = (urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:\S+:\S+)|(\S+:\S+)
  • pattern = (urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:ScreenAcquisition:\S+)|(ScreenAcquisition:\S+)
Diagram
Schema Component Representation
<xsd:simpleType name="ScreenAcquisitionID">
<xsd:restriction base=" OME:LSID ">
<xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:ScreenAcquisition:\S+)|(ScreenAcquisition:\S+)"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: ScreenID

Super-types: OME:LSID < ScreenID (by restriction)
Sub-types: None
Name ScreenID
Used by (from the same schema document) Element Screen , Element ScreenRef
Content
  • Base XSD Type: string
  • pattern = (urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:\S+:\S+)|(\S+:\S+)
  • pattern = (urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Screen:\S+)|(Screen:\S+)
Diagram
Schema Component Representation
<xsd:simpleType name="ScreenID">
<xsd:restriction base=" OME:LSID ">
<xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Screen:\S+)|(Screen:\S+)"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: WellID

Super-types: OME:LSID < WellID (by restriction)
Sub-types: None
Name WellID
Used by (from the same schema document) Element Well
Content
  • Base XSD Type: string
  • pattern = (urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:\S+:\S+)|(\S+:\S+)
  • pattern = (urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Well:\S+)|(Well:\S+)
Diagram
Schema Component Representation
<xsd:simpleType name="WellID">
<xsd:restriction base=" OME:LSID ">
<xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:Well:\S+)|(Well:\S+)"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: WellSampleID

Super-types: OME:LSID < WellSampleID (by restriction)
Sub-types: None
Name WellSampleID
Used by (from the same schema document) Element WellSample , Element WellSampleRef
Content
  • Base XSD Type: string
  • pattern = (urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:\S+:\S+)|(\S+:\S+)
  • pattern = (urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:WellSample:\S+)|(WellSample:\S+)
Diagram
Schema Component Representation
<xsd:simpleType name="WellSampleID">
<xsd:restriction base=" OME:LSID ">
<xsd:pattern value="(urn:lsid:([\w\-\.]+\.[\w\-\.]+)+:WellSample:\S+)|(WellSample:\S+)"/>
</xsd:restriction>
</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
<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