Table of Contents
Target Namespace
http://gams.uni-graz.at/transcomp/1.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.
Schema Composition
This schema imports schema(s) from the following namespace(s):
Declared Namespaces
Prefix
Namespace
xml
http://www.w3.org/XML/1998/namespace
tc
http://gams.uni-graz.at/transcomp/1.0
xs
http://www.w3.org/2001/XMLSchema
Schema Component Representation
<
xs:schema
elementFormDefault ="
qualified "
targetNamespace ="
http://gams.uni-graz.at/transcomp/1.0 ">
<xs:import
namespace ="http://www.w3.org/XML/1998/namespace " schemaLocation ="http://gams.uni-graz.at/schemas/transcomp/1.0/xml.xsd "/>
...
</
xs:schema >
Element: TEI
Schema Component Representation
<
xs:element
name ="
TEI ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
Element: ab
XML Instance Representation
<
tc :ab
type="
xs :NCName
[0..1] " >
<!-- Mixed content -->
Start Choice
[0..*]
End Choice
</
tc :ab>
Schema Component Representation
<
xs:element
name ="
ab ">
<
xs:complexType
mixed ="
true ">
<
xs:choice
minOccurs ="
0 "
maxOccurs ="
unbounded ">
<
xs:element
ref ="
tc :ptr
"/>
</
xs:choice >
<
xs:attribute
name ="
type "
type ="
xs :NCName
"/>
</
xs:complexType >
</
xs:element >
Element: bibl
Name
bibl
Used by (from the same schema document)
Element
listBibl
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :bibl
Attribute group reference (not shown):
xml :id
/>
Schema Component Representation
<
xs:element
name ="
bibl ">
<
xs:complexType
mixed ="
true ">
<
xs:attributeGroup
ref ="
xml :id "/>
</
xs:complexType >
</
xs:element >
Element: body
Name
body
Used by (from the same schema document)
Element
text
Type
Locally-defined complex type
Nillable
no
Abstract
no
Schema Component Representation
<
xs:element
name ="
body ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
ref ="
tc :div
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
Element: date
XML Instance Representation
<
tc :date
dur="
xs :NCName
[0..1] "
when="
xs :NMTOKEN
[0..1] " />
Schema Component Representation
<
xs:element
name ="
date ">
<
xs:complexType
mixed ="
true ">
<
xs:attribute
name ="
dur "
type ="
xs :NCName
"/>
<
xs:attribute
name ="
when "
type ="
xs :NMTOKEN
"/>
</
xs:complexType >
</
xs:element >
Element: div
Name
div
Used by (from the same schema document)
Element
body
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :div
type="
xs :NCName
[1] " >
</
tc :div>
Schema Component Representation
<
xs:element
name ="
div ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
ref ="
tc :u
"/>
</
xs:sequence >
<
xs:attribute
name ="
type "
type ="
xs :NCName
"
use ="
required "/>
</
xs:complexType >
</
xs:element >
Name
fileDesc
Used by (from the same schema document)
Element
teiHeader
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :fileDesc>
</
tc :fileDesc>
Schema Component Representation
<
xs:element
name ="
fileDesc ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
Name
incident
Used by (from the same schema document)
Element
u
, Element
incident
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :incident
end="anySimpleType
[0..1] "
item="anySimpleType
[0..1] "
src="
xs :string
[0..1] "
start="
xs :NMTOKEN
[0..1] "
subtype="anySimpleType
[0..1] "
prev="
xs :string
[0..1] "
next="
xs :string
[0..1] "
type="
xs :string (value comes from list: {'clicks'|'clicks and scrolls'|'clicks fingers'|'consults'|'continues search'|'drinks'|'drums fingers'|'eats'|'problem'|'puts away dictionary'|'reads'|'reads entire ST'|'reads entire ST silently'|'reads remainder of ST'|'reads ST'|'reads TT'|'refits headset'|'self-dictates'|'scrolls'|'types'})
[1] "
Attribute group reference (not shown):
xml :id
>
<!-- Mixed content -->
Start Choice
[0..*]
End Choice
</
tc :incident>
Schema Component Representation
<
xs:element
name ="
incident ">
<
xs:complexType
mixed ="
true ">
<
xs:choice
minOccurs ="
0 "
maxOccurs ="
unbounded ">
</
xs:choice >
<xs:attribute
name ="end "/>
<xs:attribute
name ="item "/>
<
xs:attribute
name ="
src "
type ="
xs :string
"/>
<
xs:attribute
name ="
start "
type ="
xs :NMTOKEN
"/>
<xs:attribute
name ="subtype "/>
<
xs:attribute
name ="
prev "
type ="
xs :string
"/>
<
xs:attribute
name ="
next "
type ="
xs :string
"/>
<
xs:attribute
name ="
type "
use ="
required ">
<
xs:simpleType >
<
xs:restriction
base ="
xs :string
">
<xs:enumeration
value ="clicks "/>
<xs:enumeration
value ="clicks and scrolls "/>
<xs:enumeration
value ="clicks fingers "/>
<xs:enumeration
value ="consults "/>
<xs:enumeration
value ="continues search "/>
<xs:enumeration
value ="drinks "/>
<xs:enumeration
value ="drums fingers "/>
<xs:enumeration
value ="eats "/>
<xs:enumeration
value ="problem "/>
<xs:enumeration
value ="puts away dictionary "/>
<xs:enumeration
value ="reads "/>
<xs:enumeration
value ="reads entire ST "/>
<xs:enumeration
value ="reads entire ST silently "/>
<xs:enumeration
value ="reads remainder of ST "/>
<xs:enumeration
value ="reads ST "/>
<xs:enumeration
value ="reads TT "/>
<xs:enumeration
value ="refits headset "/>
<xs:enumeration
value ="self-dictates "/>
<xs:enumeration
value ="scrolls "/>
<xs:enumeration
value ="types "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:attribute >
<
xs:attributeGroup
ref ="
xml :id "/>
</
xs:complexType >
</
xs:element >
Name
langKnowledge
Used by (from the same schema document)
Element
person
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :langKnowledge>
</
tc :langKnowledge>
Schema Component Representation
<
xs:element
name ="
langKnowledge ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
ref ="
tc :langKnown
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
XML Instance Representation
<
tc :langKnown
level="
xs :NCName
[1] "
tag="
xs :NCName
[1] " />
Schema Component Representation
<
xs:element
name ="
langKnown ">
<
xs:complexType >
<
xs:attribute
name ="
level "
type ="
xs :NCName
"
use ="
required "/>
<
xs:attribute
name ="
tag "
type ="
xs :NCName
"
use ="
required "/>
</
xs:complexType >
</
xs:element >
Name
listBibl
Used by (from the same schema document)
Element
ab
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :listBibl>
</
tc :listBibl>
Schema Component Representation
<
xs:element
name ="
listBibl ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
ref ="
tc :bibl
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
XML Instance Representation
<
tc :locale>
xs :string </
tc :locale>
Schema Component Representation
<
xs:element
name ="
locale "
type ="
xs :string
"/>
Element: name
Name
name
Used by (from the same schema document)
Element
respStmt
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :name
type="
xs :NCName
[0..1] "
Attribute group reference (not shown):
xml :id
/>
Schema Component Representation
<
xs:element
name ="
name ">
<
xs:complexType
mixed ="
true ">
<
xs:attribute
name ="
type "
type ="
xs :NCName
"/>
<
xs:attributeGroup
ref ="
xml :id "/>
</
xs:complexType >
</
xs:element >
XML Instance Representation
<
tc :nationality>
xs :NCName </
tc :nationality>
Schema Component Representation
<
xs:element
name ="
nationality "
type ="
xs :NCName
"/>
Element: note
Name
note
Used by (from the same schema document)
Element
notesStmt
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :note
type="
xs :NCName
[1] " />
Schema Component Representation
<
xs:element
name ="
note ">
<
xs:complexType
mixed ="
true ">
<
xs:attribute
name ="
type "
type ="
xs :NCName
"
use ="
required "/>
</
xs:complexType >
</
xs:element >
Name
notesStmt
Used by (from the same schema document)
Element
fileDesc
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :notesStmt>
</
tc :notesStmt>
Schema Component Representation
<
xs:element
name ="
notesStmt ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
Element: p
XML Instance Representation
<
tc :p>
<!-- Mixed content -->
</
tc :p>
Schema Component Representation
<
xs:element
name ="
p ">
<
xs:complexType
mixed ="
true ">
<
xs:sequence >
<
xs:element
ref ="
tc :ptr
"
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
XML Instance Representation
<
tc :particDesc>
</
tc :particDesc>
Schema Component Representation
<
xs:element
name ="
particDesc ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
Name
pause
Used by (from the same schema document)
Element
u
, Element
incident
, Element
shift
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :pause
dur="
xs :integer
[1] " />
Schema Component Representation
<
xs:element
name ="
pause ">
<
xs:complexType >
<
xs:attribute
name ="
dur "
type ="
xs :integer
"
use ="
required "/>
</
xs:complexType >
</
xs:element >
XML Instance Representation
<
tc :person
age="
xs :integer
[1] "
role="
xs :NCName
[1] "
sex="
xs :integer
[1] "
Attribute group reference (not shown):
xml :id
>
</
tc :person>
Schema Component Representation
<
xs:element
name ="
person ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
ref ="
tc :state
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
age "
type ="
xs :integer
"
use ="
required "/>
<
xs:attribute
name ="
role "
type ="
xs :NCName
"
use ="
required "/>
<
xs:attribute
name ="
sex "
type ="
xs :integer
"
use ="
required "/>
<
xs:attributeGroup
ref ="
xml :id "/>
</
xs:complexType >
</
xs:element >
Name
profileDesc
Used by (from the same schema document)
Element
teiHeader
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :profileDesc>
</
tc :profileDesc>
Schema Component Representation
<
xs:element
name ="
profileDesc ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
Element: ptr
Name
ptr
Used by (from the same schema document)
Element
p
, Element
ab
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :ptr
target="
xs :anyURI
[1] "
type="
xs :NCName
[1] "
xml :lang="[0..1] " />
Schema Component Representation
<
xs:element
name ="
ptr ">
<
xs:complexType >
<
xs:attribute
name ="
target "
type ="
xs :anyURI
"
use ="
required "/>
<
xs:attribute
name ="
type "
type ="
xs :NCName
"
use ="
required "/>
<
xs:attribute
ref ="
xml :lang "/>
</
xs:complexType >
</
xs:element >
XML Instance Representation
<
tc :pubPlace>
xs :NCName </
tc :pubPlace>
Schema Component Representation
<
xs:element
name ="
pubPlace "
type ="
xs :NCName
"/>
Name
publicationStmt
Used by (from the same schema document)
Element
fileDesc
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :publicationStmt>
<
tc :idno>
xs :string </
tc :idno>
[0..1]
</
tc :publicationStmt>
Schema Component Representation
<
xs:element
name ="
publicationStmt ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
name ="
idno "
type ="
xs :string
"
maxOccurs ="
1 "
minOccurs ="
0 "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
XML Instance Representation
<
tc :publisher>
xs :NCName </
tc :publisher>
Schema Component Representation
<
xs:element
name ="
publisher "
type ="
xs :NCName
"/>
Name
recordingStmt
Used by (from the same schema document)
Element
sourceDesc
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :recordingStmt>
</
tc :recordingStmt>
Schema Component Representation
<
xs:element
name ="
recordingStmt ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
ref ="
tc :p
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
Element: resp
XML Instance Representation
<
tc :resp>
xs :string </
tc :resp>
Schema Component Representation
<
xs:element
name ="
resp "
type ="
xs :string
"/>
Name
respStmt
Used by (from the same schema document)
Element
titleStmt
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :respStmt>
</
tc :respStmt>
Schema Component Representation
<
xs:element
name ="
respStmt ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
XML Instance Representation
<
tc :setting>
Start Choice
[1]
End Choice
</
tc :setting>
Schema Component Representation
<
xs:element
name ="
setting ">
<
xs:complexType >
<
xs:choice >
<
xs:element
ref ="
tc :ab
"
maxOccurs ="
unbounded "/>
<
xs:sequence >
</
xs:sequence >
</
xs:choice >
</
xs:complexType >
</
xs:element >
XML Instance Representation
<
tc :settingDesc>
</
tc :settingDesc>
Schema Component Representation
<
xs:element
name ="
settingDesc ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
ref ="
tc :setting
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
Name
shift
Used by (from the same schema document)
Element
u
, Element
incident
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :shift
loud="
xs :NCName
[0..1] "
voice="
xs :string (value comes from list: {'annoyed'|'approvingly'|'despairingly'|'disapprovingly'|'ironically'|'laughingly'|'sighingly'|'surprised'|'yawningly'|'doubtfully'|'imitating upper class accent'|'p'|'pp'|'f'|'ff'})
[0..1] " >
<!-- Mixed content -->
</
tc :shift>
Schema Component Representation
<
xs:element
name ="
shift ">
<
xs:complexType
mixed ="
true ">
<
xs:sequence >
<
xs:element
ref ="
tc :pause
"
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute
name ="
loud "
type ="
xs :NCName
"/>
<
xs:attribute
name ="
voice ">
<
xs:simpleType >
<
xs:restriction
base ="
xs :string
">
<xs:enumeration
value ="annoyed "/>
<xs:enumeration
value ="approvingly "/>
<xs:enumeration
value ="despairingly "/>
<xs:enumeration
value ="disapprovingly "/>
<xs:enumeration
value ="ironically "/>
<xs:enumeration
value ="laughingly "/>
<xs:enumeration
value ="sighingly "/>
<xs:enumeration
value ="surprised "/>
<xs:enumeration
value ="yawningly "/>
<xs:enumeration
value ="doubtfully "/>
<xs:enumeration
value ="imitating upper class accent "/>
<xs:enumeration
value ="p "/>
<xs:enumeration
value ="pp "/>
<xs:enumeration
value ="f "/>
<xs:enumeration
value ="ff "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:attribute >
</
xs:complexType >
</
xs:element >
Name
sourceDesc
Used by (from the same schema document)
Element
fileDesc
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :sourceDesc>
Start Choice
[1]
End Choice
</
tc :sourceDesc>
Schema Component Representation
<
xs:element
name ="
sourceDesc ">
<
xs:complexType >
<
xs:choice >
<
xs:element
ref ="
tc :p
"/>
<
xs:sequence >
</
xs:sequence >
</
xs:choice >
</
xs:complexType >
</
xs:element >
Name
state
Used by (from the same schema document)
Element
person
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :state
type="
xs :NCName
[1] " >
</
tc :state>
Schema Component Representation
<
xs:element
name ="
state ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
ref ="
tc :ab
"/>
</
xs:sequence >
<
xs:attribute
name ="
type "
type ="
xs :NCName
"
use ="
required "/>
</
xs:complexType >
</
xs:element >
XML Instance Representation
<
tc :teiCorpus>
</
tc :teiCorpus>
Schema Component Representation
<
xs:element
name ="
teiCorpus ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
ref ="
tc :TEI
"/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
Name
teiHeader
Used by (from the same schema document)
Element
teiCorpus
, Element
TEI
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :teiHeader
type="
xs :string
[1] " >
</
tc :teiHeader>
Schema Component Representation
<
xs:element
name ="
teiHeader ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
<
xs:attribute
name ="
type "
type ="
xs :string
"
use ="
required "/>
</
xs:complexType >
</
xs:element >
Element: text
Name
text
Used by (from the same schema document)
Element
TEI
Type
Locally-defined complex type
Nillable
no
Abstract
no
Schema Component Representation
<
xs:element
name ="
text ">
<
xs:complexType >
<
xs:sequence >
</
xs:sequence >
</
xs:complexType >
</
xs:element >
XML Instance Representation
<
tc :title>
xs :string </
tc :title>
Schema Component Representation
<
xs:element
name ="
title "
type ="
xs :string
"/>
Name
titleStmt
Used by (from the same schema document)
Element
fileDesc
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :titleStmt>
</
tc :titleStmt>
Schema Component Representation
<
xs:element
name ="
titleStmt ">
<
xs:complexType >
<
xs:sequence >
<
xs:element
ref ="
tc :respStmt
"
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
Element: u
Name
u
Used by (from the same schema document)
Element
div
, Element
u
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
tc :u
end="
xs :NMTOKEN
[0..1] "
start="
xs :NMTOKEN
[0..1] "
who="
xs :string
[0..1] " >
<!-- Mixed content -->
Start Choice
[0..*]
End Choice
</
tc :u>
Schema Component Representation
<
xs:element
name ="
u ">
<
xs:complexType
mixed ="
true ">
<
xs:choice
minOccurs ="
0 "
maxOccurs ="
unbounded ">
<
xs:element
ref ="
tc :u
"/>
</
xs:choice >
<
xs:attribute
name ="
end "
type ="
xs :NMTOKEN
"
use ="
optional "/>
<
xs:attribute
name ="
start "
type ="
xs :NMTOKEN
"
use ="
optional "/>
<
xs:attribute
name ="
who "
type ="
xs :string
"
use ="
optional "/>
</
xs:complexType >
</
xs:element >
XML Instance Representation
<
tc :vocal>
xs :string </
tc :vocal>
Schema Component Representation
<
xs:element
name ="
vocal "
type ="
xs :string
"/>
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.
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.
The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].
Model group information are shown in gray, e.g. Start Choice ... End Choice.
For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in bold .
If an element/attribute has a fixed value, the fixed value is shown in green, e.g. country="Australia".
Otherwise, the type of the element/attribute is displayed.
If the element/attribute's type is in the schema, a link is provided to it.
For local simple type definitions, the constraints are displayed in angle brackets, e.g. <<pattern = [1-9][0-9]{3}>>.
If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked, e.g. <postcode>.
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.)
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 .