Table of Contents
Target Namespace
http://docs.oasis-open.org/odata/ns/edm
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.
Documentation
Entity Data Model part of the Common Schema Definition Language
Declared Namespaces
Prefix
Namespace
xml
http://www.w3.org/XML/1998/namespace
edm
http://docs.oasis-open.org/odata/ns/edm
xs
http://www.w3.org/2001/XMLSchema
Schema Component Representation
<
xs:schema elementFormDefault ="
qualified "
attributeFormDefault ="
unqualified "
targetNamespace ="
http://docs.oasis-open.org/odata/ns/edm ">
...
</
xs:schema >
Schema Component Representation
<
xs:element name ="
Annotation ">
<
xs:complexType >
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
</
xs:element >
Schema Component Representation
<
xs:element name ="
Schema ">
<
xs:complexType >
<
xs:choice minOccurs ="
1 "
maxOccurs ="
unbounded ">
<
xs:element name ="
Term "
type ="
edm :TTerm "/>
</
xs:choice >
</
xs:complexType >
</
xs:element >
Schema Component Representation
<
xs:attributeGroup name ="
GInlineExpressions ">
<
xs:attribute name ="
Binary "
type ="
edm :binary "
use ="
optional "/>
<
xs:attribute name ="
Bool "
type ="
edm :boolean "
use ="
optional "/>
<
xs:attribute name ="
Date "
type ="
edm :date "
use ="
optional "/>
<
xs:attribute name ="
Decimal "
type ="
xs :decimal"
use ="
optional "/>
<
xs:attribute name ="
Float "
type ="
xs :double"
use ="
optional "/>
<
xs:attribute name ="
Int "
type ="
xs :integer"
use ="
optional "/>
<
xs:attribute name ="
String "
type ="
xs :string"
use ="
optional "/>
<
xs:attribute name ="
TimeOfDay "
type ="
edm :time "
use ="
optional "/>
<
xs:attribute name ="
UrlRef "
type ="
xs :anyURI"
use ="
optional "/>
</
xs:attributeGroup >
Schema Component Representation
<
xs:attributeGroup name ="
TActionAttributes ">
<
xs:attribute name ="
EntitySetPath "
type ="
edm :TPath "
use ="
optional "/>
<
xs:attribute name ="
IsBound "
type ="
xs :boolean"
use ="
optional "
default ="
false "/>
</
xs:attributeGroup >
Name
TActionFunctionImportAttributes
Schema Component Representation
<
xs:attributeGroup name ="
TActionFunctionImportAttributes ">
<
xs:attribute name ="
EntitySet "
type ="
edm :TPath "
use ="
optional "/>
<
xs:attribute name ="
IncludeInServiceDocument "
type ="
xs :boolean"
use ="
optional "
default ="
false "/>
</
xs:attributeGroup >
Name
TActionFunctionParameterAttributes
Schema Component Representation
<
xs:attributeGroup name ="
TActionFunctionParameterAttributes ">
<
xs:attribute name ="
Type "
type ="
edm :TTypeName "
use ="
required "/>
<
xs:attribute name ="
Nullable "
type ="
xs :boolean"
use ="
optional "/>
</
xs:attributeGroup >
Name
TCommonPropertyAttributes
Schema Component Representation
<
xs:attributeGroup name ="
TCommonPropertyAttributes ">
<
xs:attribute name ="
Type "
type ="
edm :TTypeName "
use ="
required "/>
<
xs:attribute name ="
Nullable "
type ="
xs :boolean"
default ="
true "
use ="
optional "/>
<
xs:attribute name ="
DefaultValue "
type ="
xs :string"
use ="
optional "/>
</
xs:attributeGroup >
Name
TDerivableTypeAttributes
Schema Component Representation
<
xs:attributeGroup name ="
TDerivableTypeAttributes ">
<
xs:attribute name ="
Abstract "
type ="
xs :boolean"
use ="
optional "
default ="
false "/>
</
xs:attributeGroup >
Name
TEntitySetAttributes
Schema Component Representation
<
xs:attributeGroup name ="
TEntitySetAttributes ">
<
xs:attribute name ="
IncludeInServiceDocument "
type ="
xs :boolean"
use ="
optional "
default ="
true "/>
</
xs:attributeGroup >
Schema Component Representation
<
xs:attributeGroup name ="
TFacetAttributes ">
</
xs:attributeGroup >
Schema Component Representation
<
xs:attributeGroup name ="
TFunctionAttributes ">
<
xs:attribute name ="
EntitySetPath "
type ="
edm :TPath "
use ="
optional "/>
<
xs:attribute name ="
IsBound "
type ="
xs :boolean"
use ="
optional "
default ="
false "/>
<
xs:attribute name ="
IsComposable "
type ="
xs :boolean"
use ="
optional "
default ="
false "/>
</
xs:attributeGroup >
Name
TPropertyFacetAttributes
Schema Component Representation
<
xs:attributeGroup name ="
TPropertyFacetAttributes ">
</
xs:attributeGroup >
Schema Component Representation
<
xs:attributeGroup name ="
TTypeAttributes ">
</
xs:attributeGroup >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TAction ">
<
xs:sequence >
<
xs:choice minOccurs ="
0 "
maxOccurs ="
unbounded ">
</
xs:choice >
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
TActionFunctionParameter
Abstract
no
Schema Component Representation
<
xs:complexType name ="
TActionFunctionParameter ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
TActionFunctionReturnType
Abstract
no
Schema Component Representation
<
xs:complexType name ="
TActionFunctionReturnType ">
<
xs:attribute name ="
Type "
type ="
edm :TTypeName "
use ="
required "/>
<
xs:attribute name ="
Nullable "
type ="
xs :boolean"
use ="
optional "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TActionImport ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TAnnotations ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
1 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute name ="
Target "
type ="
edm :TPath "
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TApplyExpression ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
xs :string < binary (by restriction) < TBinaryConstantExpression (by extension)
Sub-types:
None
Name
TBinaryConstantExpression
Abstract
no
Schema Component Representation
<
xs:complexType name ="
TBinaryConstantExpression ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
boolean < boolean (by restriction) < TBoolConstantExpression (by extension)
Sub-types:
None
Name
TBoolConstantExpression
Abstract
no
Schema Component Representation
<
xs:complexType name ="
TBoolConstantExpression ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TCastOrIsOfExpression ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute name ="
Type "
type ="
edm :TTypeName "
use ="
optional "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
Start Choice [0..*] Start Choice [1] End Choice End Choice </...>
Schema Component Representation
<
xs:complexType name ="
TCollectionExpression ">
<
xs:choice minOccurs ="
0 "
maxOccurs ="
unbounded ">
</
xs:choice >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TComplexType ">
<
xs:choice minOccurs ="
0 "
maxOccurs ="
unbounded ">
</
xs:choice >
<
xs:attribute name ="
OpenType "
type ="
xs :boolean"
use ="
optional "
default ="
false "/>
</
xs:complexType >
Super-types:
date < date (by restriction) < TDateConstantExpression (by extension)
Sub-types:
None
Name
TDateConstantExpression
Abstract
no
Schema Component Representation
<
xs:complexType name ="
TDateConstantExpression ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
xs :dateTime < dateTimeStamp (by restriction) < TDateTimeOffsetConstantExpression (by extension)
Sub-types:
None
Name
TDateTimeOffsetConstantExpression
Abstract
no
Schema Component Representation
<
xs:complexType name ="
TDateTimeOffsetConstantExpression ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
xs :decimal < TDecimalConstantExpression (by extension)
Sub-types:
None
Name
TDecimalConstantExpression
Abstract
no
Schema Component Representation
<
xs:complexType name ="
TDecimalConstantExpression ">
<
xs:simpleContent >
<
xs:extension base ="
xs :decimal"/>
</
xs:simpleContent >
</
xs:complexType >
Super-types:
xs :duration < dayTimeDuration (by restriction) < TDurationConstantExpression (by extension)
Sub-types:
None
Name
TDurationConstantExpression
Abstract
no
Schema Component Representation
<
xs:complexType name ="
TDurationConstantExpression ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TEntityContainer ">
<
xs:choice minOccurs ="
1 "
maxOccurs ="
unbounded ">
</
xs:choice >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TEntityKeyElement ">
<
xs:sequence >
<
xs:element name ="
PropertyRef "
type ="
edm :TPropertyRef "
minOccurs ="
1 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TEntitySet ">
<
xs:choice minOccurs ="
0 "
maxOccurs ="
unbounded ">
</
xs:choice >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TEntityType ">
<
xs:choice minOccurs ="
0 "
maxOccurs ="
unbounded ">
</
xs:choice >
<
xs:attribute name ="
OpenType "
type ="
xs :boolean"
use ="
optional "
default ="
false "/>
<
xs:attribute name ="
HasStream "
type ="
xs :boolean"
use ="
optional "
default ="
false "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TEnumType ">
<
xs:choice minOccurs ="
1 "
maxOccurs ="
unbounded ">
</
xs:choice >
<
xs:attribute name ="
IsFlags "
type ="
xs :boolean"
use ="
optional "/>
<
xs:attribute name ="
UnderlyingType "
type ="
edm :TTypeName "
use ="
optional "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TEnumTypeMember ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute name ="
Value "
type ="
xs :long"
use ="
optional "/>
</
xs:complexType >
Super-types:
xs :double < TFloatConstantExpression (by extension)
Sub-types:
None
Name
TFloatConstantExpression
Abstract
no
Schema Component Representation
<
xs:complexType name ="
TFloatConstantExpression ">
<
xs:simpleContent >
<
xs:extension base ="
xs :double"/>
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TFunction ">
<
xs:sequence >
<
xs:choice minOccurs ="
0 "
maxOccurs ="
unbounded ">
</
xs:choice >
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TFunctionImport ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
xs :string < TGuidLiteral (by restriction) < TGuidConstantExpression (by extension)
Sub-types:
None
Name
TGuidConstantExpression
Abstract
no
Schema Component Representation
<
xs:complexType name ="
TGuidConstantExpression ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TIfExpression ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
xs :integer < TIntConstantExpression (by extension)
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TIntConstantExpression ">
<
xs:simpleContent >
<
xs:extension base ="
xs :integer"/>
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
TLabeledElementExpression
Abstract
no
Schema Component Representation
<
xs:complexType name ="
TLabeledElementExpression ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
xs :NCName < TQualifiedName (by restriction) < TLabeledElementReferenceExpression (by extension)
Sub-types:
None
Name
TLabeledElementReferenceExpression
Abstract
no
Schema Component Representation
<
xs:complexType name ="
TLabeledElementReferenceExpression ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TNavigationProperty ">
<
xs:choice minOccurs ="
0 "
maxOccurs ="
unbounded ">
</
xs:choice >
<
xs:attribute name ="
Type "
type ="
edm :TTypeName "
use ="
required "/>
<
xs:attribute name ="
Nullable "
type ="
xs :boolean"
use ="
optional "/>
<
xs:attribute name ="
Partner "
type ="
edm :TPath "
use ="
optional "/>
<
xs:attribute name ="
ContainsTarget "
type ="
xs :boolean"
use ="
optional "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Name
TNavigationPropertyBinding
Abstract
no
Schema Component Representation
<
xs:complexType name ="
TNavigationPropertyBinding ">
<
xs:attribute name ="
Path "
type ="
edm :TPath "
use ="
required "/>
<
xs:attribute name ="
Target "
type ="
edm :TPath "
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TNullExpression ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TOnDelete ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
XML Instance Representation
<...>
Start Choice [1] End Choice </...>
Schema Component Representation
<
xs:complexType name ="
TOneChildExpression ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Schema Component Representation
<
xs:complexType name ="
TPathExpression ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TProperty ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TPropertyRef ">
<
xs:attribute name ="
Name "
type ="
edm :TPath "
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TPropertyValue ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TRecordExpression ">
<
xs:choice minOccurs ="
0 "
maxOccurs ="
unbounded ">
</
xs:choice >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TReferentialConstraint ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute name ="
Property "
type ="
edm :TPath "
use ="
required "/>
<
xs:attribute name ="
ReferencedProperty "
type ="
edm :TPath "
use ="
required "/>
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TSingleton ">
<
xs:choice minOccurs ="
0 "
maxOccurs ="
unbounded ">
</
xs:choice >
</
xs:complexType >
Super-types:
xs :string < TStringConstantExpression (by extension)
Sub-types:
None
Name
TStringConstantExpression
Abstract
no
Schema Component Representation
<
xs:complexType name ="
TStringConstantExpression ">
<
xs:simpleContent >
<
xs:extension base ="
xs :string"/>
</
xs:simpleContent >
</
xs:complexType >
Complex Type: TTerm
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TTerm ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
<
xs:attribute name ="
Type "
type ="
edm :TTypeName "
use ="
required "/>
<
xs:attribute name ="
Nullable "
type ="
xs :boolean"
use ="
optional "/>
<
xs:attribute name ="
DefaultValue "
type ="
xs :string"
use ="
optional "/>
<
xs:attribute name ="
AppliesTo "
type ="
edm :TAppliesTo "
use ="
optional "/>
</
xs:complexType >
Super-types:
time < time (by restriction) < TTimeOfDayConstantExpression (by extension)
Sub-types:
None
Name
TTimeOfDayConstantExpression
Abstract
no
Schema Component Representation
<
xs:complexType name ="
TTimeOfDayConstantExpression ">
<
xs:simpleContent >
</
xs:simpleContent >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TTwoChildrenExpression ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Super-types:
None
Sub-types:
None
Schema Component Representation
<
xs:complexType name ="
TTypeDefinition ">
<
xs:sequence >
<
xs:element ref ="
edm :Annotation "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xs:sequence >
</
xs:complexType >
Schema Component Representation
<
xs:group name ="
GExpression ">
</
xs:group >
Super-types:
xs :string < TAbstractType (by restriction)
Sub-types:
None
Name
TAbstractType
Content
value comes from list: {'Edm.ComplexType'|'Edm.EntityType'|'Edm.PrimitiveType'|'Edm.Geography'|'Edm.Geometry'|'Edm.AnnotationPath'|'Edm.NavigationPropertyPath'|'Edm.PropertyPath'|'Collection(Edm.ComplexType)'|'Collection(Edm.EntityType)'|'Collection(Edm.PrimitiveType)'|'Collection(Edm.Geography)'|'Collection(Edm.Geometry)'|'Collection(Edm.AnnotationPath)'|'Collection(Edm.NavigationPropertyPath)'|'Collection(Edm.PropertyPath)'}
Schema Component Representation
<
xs:simpleType name ="
TAbstractType ">
<
xs:restriction base ="
xs :string">
<xs:enumeration value ="Edm.ComplexType "/>
<xs:enumeration value ="Edm.EntityType "/>
<xs:enumeration value ="Edm.PrimitiveType "/>
<xs:enumeration value ="Edm.Geography "/>
<xs:enumeration value ="Edm.Geometry "/>
<xs:enumeration value ="Edm.AnnotationPath "/>
<xs:enumeration value ="Edm.NavigationPropertyPath "/>
<xs:enumeration value ="Edm.PropertyPath "/>
<xs:enumeration value ="Collection(Edm.ComplexType) "/>
<xs:enumeration value ="Collection(Edm.EntityType) "/>
<xs:enumeration value ="Collection(Edm.PrimitiveType) "/>
<xs:enumeration value ="Collection(Edm.Geography) "/>
<xs:enumeration value ="Collection(Edm.Geometry) "/>
<xs:enumeration value ="Collection(Edm.AnnotationPath) "/>
<xs:enumeration value ="Collection(Edm.NavigationPropertyPath) "/>
<xs:enumeration value ="Collection(Edm.PropertyPath) "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
None
Sub-types:
None
Name
TAppliesTo
Content
List of: Locally defined type:value comes from list: {'Action'|'ActionImport'|'Annotation'|'Apply'|'Cast'|'ComplexType'|'EntityContainer'|'EntitySet'|'EntityType'|'EnumType'|'Function'|'FunctionImport'|'If'|'IsOf'|'LabeledElement'|'Member'|'NavigationProperty'|'Null'|'OnDelete'|'Parameter'|'Property'|'PropertyValue'|'Record'|'Reference'|'ReferentialConstraint'|'Schema'|'Singleton'|'Term'|'TypeDefinition'|'UrlRef'}
Schema Component Representation
<
xs:simpleType name ="
TAppliesTo ">
<
xs:list >
<
xs:simpleType >
<
xs:restriction base ="
xs :string">
<xs:enumeration value ="Action "/>
<xs:enumeration value ="ActionImport "/>
<xs:enumeration value ="Annotation "/>
<xs:enumeration value ="Apply "/>
<xs:enumeration value ="Cast "/>
<xs:enumeration value ="ComplexType "/>
<xs:enumeration value ="EntityContainer "/>
<xs:enumeration value ="EntitySet "/>
<xs:enumeration value ="EntityType "/>
<xs:enumeration value ="EnumType "/>
<xs:enumeration value ="Function "/>
<xs:enumeration value ="FunctionImport "/>
<xs:enumeration value ="If "/>
<xs:enumeration value ="IsOf "/>
<xs:enumeration value ="LabeledElement "/>
<xs:enumeration value ="Member "/>
<xs:enumeration value ="NavigationProperty "/>
<xs:enumeration value ="Null "/>
<xs:enumeration value ="OnDelete "/>
<xs:enumeration value ="Parameter "/>
<xs:enumeration value ="Property "/>
<xs:enumeration value ="PropertyValue "/>
<xs:enumeration value ="Record "/>
<xs:enumeration value ="Reference "/>
<xs:enumeration value ="ReferentialConstraint "/>
<xs:enumeration value ="Schema "/>
<xs:enumeration value ="Singleton "/>
<xs:enumeration value ="Term "/>
<xs:enumeration value ="TypeDefinition "/>
<xs:enumeration value ="UrlRef "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:list >
</
xs:simpleType >
Super-types:
None
Sub-types:
None
Name
TClientFunction
Content
Union of following types: edm :TQualifiedName Locally defined type:value comes from list: {'odata.concat'|'odata.fillUriTemplate'|'odata.uriEncode'}
Schema Component Representation
<
xs:simpleType name ="
TClientFunction ">
<
xs:union memberTypes ="
edm :TQualifiedName ">
<
xs:simpleType >
<
xs:restriction base ="
xs :string">
<xs:enumeration value ="odata.concat "/>
<xs:enumeration value ="odata.fillUriTemplate "/>
<xs:enumeration value ="odata.uriEncode "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:union >
</
xs:simpleType >
Super-types:
None
Sub-types:
None
Name
TEnumMemberList
Content
Schema Component Representation
<
xs:simpleType name ="
TEnumMemberList ">
</
xs:simpleType >
Super-types:
xs :string < TGuidLiteral (by restriction)
Sub-types:
Name
TGuidLiteral
Content
pattern = [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}
Schema Component Representation
<
xs:simpleType name ="
TGuidLiteral ">
<
xs:restriction base ="
xs :string">
<xs:pattern value ="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12} "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: TMax
Super-types:
xs :string < TMax (by restriction)
Sub-types:
None
Name
TMax
Content
value comes from list: {'max'}
Schema Component Representation
<
xs:simpleType name ="
TMax ">
<
xs:restriction base ="
xs :string">
<xs:enumeration value ="max "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
None
Sub-types:
None
Name
TMaxLengthFacet
Content
Union of following types:
Schema Component Representation
<
xs:simpleType name ="
TMaxLengthFacet ">
<
xs:union memberTypes ="
edm :TMax xs :nonNegativeInteger"/>
</
xs:simpleType >
Super-types:
xs :NCName < TNamespaceName (by restriction)
Sub-types:
None
Name
TNamespaceName
Content
pattern = [\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}(\.[\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}){0,}
length <= 511
Schema Component Representation
<
xs:simpleType name ="
TNamespaceName ">
<
xs:restriction base ="
xs :NCName">
<xs:maxLength value ="511 "/>
<xs:pattern value ="[\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}(\.[\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}){0,} "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :token < TOnDeleteAction (by restriction)
Sub-types:
None
Name
TOnDeleteAction
Content
value comes from list: {'Cascade'|'None'|'SetDefault'|'SetNull'}
Schema Component Representation
<
xs:simpleType name ="
TOnDeleteAction ">
<
xs:restriction base ="
xs :token">
<xs:enumeration value ="Cascade "/>
<xs:enumeration value ="None "/>
<xs:enumeration value ="SetDefault "/>
<xs:enumeration value ="SetNull "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: TPath
Super-types:
xs :string < TPath (by restriction)
Sub-types:
None
Name
TPath
Content
pattern = [\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}([\./][\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}){0,}
Schema Component Representation
<
xs:simpleType name ="
TPath ">
<
xs:restriction base ="
xs :string">
<xs:pattern value ="[\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}([\./][\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}){0,} "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :string < TPathWithTermSegments (by restriction)
Sub-types:
Name
TPathWithTermSegments
Content
pattern = @?[\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}(([\./#@]|/@)[\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}){0,}(/$count)?
Schema Component Representation
<
xs:simpleType name ="
TPathWithTermSegments ">
<
xs:restriction base ="
xs :string">
<xs:pattern value ="@?[\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}(([\./#@]|/@)[\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}){0,}(/$count)? "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :nonNegativeInteger < TPrecisionFacet (by restriction)
Sub-types:
None
Name
TPrecisionFacet
Content
Base XSD Type: nonNegativeInteger
Schema Component Representation
<
xs:simpleType name ="
TPrecisionFacet ">
<
xs:restriction base ="
xs :nonNegativeInteger"/>
</
xs:simpleType >
Super-types:
None
Sub-types:
None
Name
TPrimitiveType
Content
Union of following types: Locally defined type:value comes from list: {'Edm.Binary'|'Edm.Boolean'|'Edm.Byte'|'Edm.Date'|'Edm.DateTimeOffset'|'Edm.Duration'|'Edm.TimeOfDay'|'Edm.Decimal'|'Edm.Double'|'Edm.Single'|'Edm.GeographyPoint'|'Edm.GeographyLineString'|'Edm.GeographyPolygon'|'Edm.GeographyMultiPoint'|'Edm.GeographyMultiLineString'|'Edm.GeographyMultiPolygon'|'Edm.GeographyCollection'|'Edm.GeometryPoint'|'Edm.GeometryLineString'|'Edm.GeometryPolygon'|'Edm.GeometryMultiPoint'|'Edm.GeometryMultiLineString'|'Edm.GeometryMultiPolygon'|'Edm.GeometryCollection'|'Edm.Guid'|'Edm.Int16'|'Edm.Int32'|'Edm.Int64'|'Edm.String'|'Edm.SByte'|'Collection(Edm.Binary)'|'Collection(Edm.Boolean)'|'Collection(Edm.Byte)'|'Collection(Edm.Date)'|'Collection(Edm.DateTimeOffset)'|'Collection(Edm.Duration)'|'Collection(Edm.TimeOfDay)'|'Collection(Edm.Decimal)'|'Collection(Edm.Double)'|'Collection(Edm.Single)'|'Collection(Edm.GeographyPoint)'|'Collection(Edm.GeographyLineString)'|'Collection(Edm.GeographyPolygon)'|'Collection(Edm.GeographyMultiPoint)'|'Collection(Edm.GeographyMultiLineString)'|'Collection(Edm.GeographyMultiPolygon)'|'Collection(Edm.GeographyCollection)'|'Collection(Edm.GeometryPoint)'|'Collection(Edm.GeometryLineString)'|'Collection(Edm.GeometryPolygon)'|'Collection(Edm.GeometryMultiPoint)'|'Collection(Edm.GeometryMultiLineString)'|'Collection(Edm.GeometryMultiPolygon)'|'Collection(Edm.GeometryCollection)'|'Collection(Edm.Guid)'|'Collection(Edm.Int16)'|'Collection(Edm.Int32)'|'Collection(Edm.Int64)'|'Collection(Edm.String)'|'Collection(Edm.SByte)'} Locally defined type:
Schema Component Representation
<
xs:simpleType name ="
TPrimitiveType ">
<
xs:union >
<
xs:simpleType >
<
xs:restriction base ="
xs :token">
<xs:enumeration value ="Edm.Binary "/>
<xs:enumeration value ="Edm.Boolean "/>
<xs:enumeration value ="Edm.Byte "/>
<xs:enumeration value ="Edm.Date "/>
<xs:enumeration value ="Edm.DateTimeOffset "/>
<xs:enumeration value ="Edm.Duration "/>
<xs:enumeration value ="Edm.TimeOfDay "/>
<xs:enumeration value ="Edm.Decimal "/>
<xs:enumeration value ="Edm.Double "/>
<xs:enumeration value ="Edm.Single "/>
<xs:enumeration value ="Edm.GeographyPoint "/>
<xs:enumeration value ="Edm.GeographyLineString "/>
<xs:enumeration value ="Edm.GeographyPolygon "/>
<xs:enumeration value ="Edm.GeographyMultiPoint "/>
<xs:enumeration value ="Edm.GeographyMultiLineString "/>
<xs:enumeration value ="Edm.GeographyMultiPolygon "/>
<xs:enumeration value ="Edm.GeographyCollection "/>
<xs:enumeration value ="Edm.GeometryPoint "/>
<xs:enumeration value ="Edm.GeometryLineString "/>
<xs:enumeration value ="Edm.GeometryPolygon "/>
<xs:enumeration value ="Edm.GeometryMultiPoint "/>
<xs:enumeration value ="Edm.GeometryMultiLineString "/>
<xs:enumeration value ="Edm.GeometryMultiPolygon "/>
<xs:enumeration value ="Edm.GeometryCollection "/>
<xs:enumeration value ="Edm.Guid "/>
<xs:enumeration value ="Edm.Int16 "/>
<xs:enumeration value ="Edm.Int32 "/>
<xs:enumeration value ="Edm.Int64 "/>
<xs:enumeration value ="Edm.String "/>
<xs:enumeration value ="Edm.SByte "/>
<xs:enumeration value ="Collection(Edm.Binary) "/>
<xs:enumeration value ="Collection(Edm.Boolean) "/>
<xs:enumeration value ="Collection(Edm.Byte) "/>
<xs:enumeration value ="Collection(Edm.Date) "/>
<xs:enumeration value ="Collection(Edm.DateTimeOffset) "/>
<xs:enumeration value ="Collection(Edm.Duration) "/>
<xs:enumeration value ="Collection(Edm.TimeOfDay) "/>
<xs:enumeration value ="Collection(Edm.Decimal) "/>
<xs:enumeration value ="Collection(Edm.Double) "/>
<xs:enumeration value ="Collection(Edm.Single) "/>
<xs:enumeration value ="Collection(Edm.GeographyPoint) "/>
<xs:enumeration value ="Collection(Edm.GeographyLineString) "/>
<xs:enumeration value ="Collection(Edm.GeographyPolygon) "/>
<xs:enumeration value ="Collection(Edm.GeographyMultiPoint) "/>
<xs:enumeration value ="Collection(Edm.GeographyMultiLineString) "/>
<xs:enumeration value ="Collection(Edm.GeographyMultiPolygon) "/>
<xs:enumeration value ="Collection(Edm.GeographyCollection) "/>
<xs:enumeration value ="Collection(Edm.GeometryPoint) "/>
<xs:enumeration value ="Collection(Edm.GeometryLineString) "/>
<xs:enumeration value ="Collection(Edm.GeometryPolygon) "/>
<xs:enumeration value ="Collection(Edm.GeometryMultiPoint) "/>
<xs:enumeration value ="Collection(Edm.GeometryMultiLineString) "/>
<xs:enumeration value ="Collection(Edm.GeometryMultiPolygon) "/>
<xs:enumeration value ="Collection(Edm.GeometryCollection) "/>
<xs:enumeration value ="Collection(Edm.Guid) "/>
<xs:enumeration value ="Collection(Edm.Int16) "/>
<xs:enumeration value ="Collection(Edm.Int32) "/>
<xs:enumeration value ="Collection(Edm.Int64) "/>
<xs:enumeration value ="Collection(Edm.String) "/>
<xs:enumeration value ="Collection(Edm.SByte) "/>
</
xs:restriction >
</
xs:simpleType >
<
xs:simpleType >
<
xs:restriction base ="
xs :token">
<xs:pattern value ="Edm\..+ "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:union >
</
xs:simpleType >
Super-types:
xs :NCName < TQualifiedName (by restriction)
Sub-types:
Name
TQualifiedName
Content
pattern = [\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}(\.[\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}){1,}
Schema Component Representation
<
xs:simpleType name ="
TQualifiedName ">
<
xs:restriction base ="
xs :NCName">
<xs:pattern value ="[\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}(\.[\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}){1,} "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
None
Sub-types:
None
Name
TScaleFacet
Content
Union of following types:
Schema Component Representation
<
xs:simpleType name ="
TScaleFacet ">
</
xs:simpleType >
Super-types:
xs :NCName < TSimpleIdentifier (by restriction)
Sub-types:
None
Name
TSimpleIdentifier
Content
pattern = [\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}
length <= 128
Schema Component Representation
<
xs:simpleType name ="
TSimpleIdentifier ">
<
xs:restriction base ="
xs :NCName">
<xs:maxLength value ="128 "/>
<xs:pattern value ="[\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,} "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
None
Sub-types:
None
Name
TSridFacet
Content
Union of following types:
Schema Component Representation
<
xs:simpleType name ="
TSridFacet ">
</
xs:simpleType >
Super-types:
None
Sub-types:
None
Name
TTypeName
Content
Union of following types:
Schema Component Representation
<
xs:simpleType name ="
TTypeName ">
<
xs:union memberTypes ="
edm :TPrimitiveType edm :TAbstractType edm :TQualifiedName ">
<
xs:simpleType >
<
xs:restriction base ="
xs :token">
<xs:pattern value ="Collection\([\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}(\.[\p{L}\p{Nl}_][\p{L}\p{Nl}\p{Nd}\p{Mn}\p{Mc}\p{Pc}\p{Cf}]{0,}){1,}\) "/>
</
xs:restriction >
</
xs:simpleType >
</
xs:union >
</
xs:simpleType >
Super-types:
boolean < boolean (by restriction) < TUnicodeFacet (by restriction)
Sub-types:
None
Name
TUnicodeFacet
Content
Schema Component Representation
<
xs:simpleType name ="
TUnicodeFacet ">
<
xs:restriction base ="
xs :boolean"/>
</
xs:simpleType >
Super-types:
xs :string < TVariable (by restriction)
Sub-types:
None
Name
TVariable
Content
value comes from list: {'variable'}
Schema Component Representation
<
xs:simpleType name ="
TVariable ">
<
xs:restriction base ="
xs :string">
<xs:enumeration value ="variable "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: binary
Super-types:
xs :string < binary (by restriction)
Sub-types:
Name
binary
Content
pattern = ([A-Za-z0-9_\-]{4})*([A-Za-z0-9_\-]{3}[A-Za-z0-9_\-]|[A-Za-z0-9_\-]{2}[AEIMQUYcgkosw048]=?|[A-Za-z0-9_\-][AQgw](==)?)?
Schema Component Representation
<
xs:simpleType name ="
binary ">
<
xs:restriction base ="
xs :string">
<xs:pattern value ="([A-Za-z0-9_\-]{4})*([A-Za-z0-9_\-]{3}[A-Za-z0-9_\-]|[A-Za-z0-9_\-]{2}[AEIMQUYcgkosw048]=?|[A-Za-z0-9_\-][AQgw](==)?)? "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
boolean < boolean (by restriction)
Sub-types:
Schema Component Representation
<
xs:simpleType name ="
boolean ">
<
xs:restriction base ="
xs :boolean">
<xs:pattern value ="true|false "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: date
Super-types:
date < date (by restriction)
Sub-types:
Name
date
Content
pattern = [0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]
Schema Component Representation
<
xs:simpleType name ="
date ">
<
xs:restriction base ="
xs :date">
<xs:pattern value ="[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :dateTime < dateTimeStamp (by restriction)
Sub-types:
Name
dateTimeStamp
Content
pattern = .*([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]{1,12})?(Z|(\+|-)[0-9][0-9]:[0-9][0-9])
Schema Component Representation
<
xs:simpleType name ="
dateTimeStamp ">
<
xs:restriction base ="
xs :dateTime">
<xs:pattern value =".*([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]{1,12})?(Z|(\+|-)[0-9][0-9]:[0-9][0-9]) "/>
</
xs:restriction >
</
xs:simpleType >
Super-types:
xs :duration < dayTimeDuration (by restriction)
Sub-types:
Name
dayTimeDuration
Content
Schema Component Representation
<
xs:simpleType name ="
dayTimeDuration ">
<
xs:restriction base ="
xs :duration">
<xs:pattern value ="[^YM]*[DT].* "/>
</
xs:restriction >
</
xs:simpleType >
Simple Type: time
Super-types:
time < time (by restriction)
Sub-types:
Name
time
Content
pattern = ([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]{1,12})?
Schema Component Representation
<
xs:simpleType name ="
time ">
<
xs:restriction base ="
xs :time">
<xs:pattern value ="([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]{1,12})? "/>
</
xs:restriction >
</
xs:simpleType >
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 .