<

XML Schema Documentation

Schema Document Properties

Target Namespace
http://www.EcoInvent.org/EcoSpold02
Version
2.0.13
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 includes components from the following schema document(s):
    • EcoSpold02DataTypes.xsd

Declared Namespaces:

Prefix
Namespace
Default namespace
http://www.EcoInvent.org/EcoSpold02
xml
http://www.w3.org/XML/1998/namespace
es
http://www.EcoInvent.org/EcoSpold02
xsd
http://www.w3.org/2001/XMLSchema

Schema Component Representation

<xsd:schema targetNamespace="http://www.EcoInvent.org/EcoSpold02" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.0.13">
   <xsd:include schemaLocation="EcoSpold02DataTypes.xsd"/>
...
</xsd:schema>

Complex Types

Complex Type: TActivity

Documentation

XML Instance Representation

<...
 id="TUuid" [1] 
 activityNameId="TUuid" [1] 
 activityNameContextId="TUuid" [0..1] 
 parentActivityId="TUuid" [0..1] 
 parentActivityContextId="TUuid" [0..1] 
 inheritanceDepth="xsd:integer" [0..1] 
 type="xsd:integer (1 <= value <= 2)" [1] 
 specialActivityType="xsd:integer (0 <= value <= 10)" [1] 
 energyValues="xsd:integer (0 <= value <= 2)" [0..1] 
 masterAllocationPropertyId="TUuid" [0..1] 
 masterAllocationPropertyIdOverwrittenByChild="xsd:boolean" [0..1] 
 masterAllocationPropertyContextId="TUuid" [0..1] 
 datasetIcon="xsd:anyURI" [0..1] 
>
   <es:activityName> TString120 </es:activityName> [1..*] 
   <es:synonym> TSynonym </es:synonym> [0..*] 
   <es:includedActivitiesStart> TString32000 </es:includedActivitiesStart> [0..*] 
   <es:includedActivitiesEnd> TString32000 </es:includedActivitiesEnd> [0..*] 
   <es:allocationComment> TTextAndImage
      <!--
       Uniqueness Constraint - pkActivityAllocationCommentIndex
       Selector - es:text|es:imageUrl
       Field(s) - @index, @xml:lang
      -->
      <!--
       Uniqueness Constraint - pkActivityAllocationCommentVariableName
       Selector - es:variable
       Field(s) - @name
      -->
   </es:allocationComment> [0..1] 
   <es:generalComment> TTextAndImage
      <!--
       Uniqueness Constraint - pkAllocationGeneralCommentIndex
       Selector - es:text|es:imageUrl
       Field(s) - @index
      -->
      <!--
       Uniqueness Constraint - pkAllocationGeneralCommentVariableName
       Selector - es:variable
       Field(s) - @name
      -->
   </es:generalComment> [0..1] 
   <es:tag> TTag </es:tag> [0..*] 
   Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>

Schema Component Representation

<xsd:complexType name="TActivity">
   <xsd:sequence>
      <xsd:element name="activityName" type="TString120" maxOccurs="unbounded"/>
      <xsd:element name="synonym" type="TSynonym" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="includedActivitiesStart" type="TString32000" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="includedActivitiesEnd" type="TString32000" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="allocationComment" type="TTextAndImage" minOccurs="0">
         <xsd:unique name="pkActivityAllocationCommentIndex">
            <xsd:selector xpath="es:text|es:imageUrl"/>
            <xsd:field xpath="@index"/>
            <xsd:field xpath="@xml:lang"/>
         </xsd:unique>
         <xsd:unique name="pkActivityAllocationCommentVariableName">
            <xsd:selector xpath="es:variable"/>
            <xsd:field xpath="@name"/>
         </xsd:unique>
      </xsd:element>
      <xsd:element name="generalComment" type="TTextAndImage" minOccurs="0">
         <xsd:unique name="pkAllocationGeneralCommentIndex">
            <xsd:selector xpath="es:text|es:imageUrl"/>
            <xsd:field xpath="@index"/>
         </xsd:unique>
         <xsd:unique name="pkAllocationGeneralCommentVariableName">
            <xsd:selector xpath="es:variable"/>
            <xsd:field xpath="@name"/>
         </xsd:unique>
      </xsd:element>
      <xsd:element name="tag" type="TTag" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="id" type="TUuid" use="required"/>
   <xsd:attribute name="activityNameId" type="TUuid" use="required"/>
   <xsd:attribute name="activityNameContextId" type="TUuid" use="optional"/>
   <xsd:attribute name="parentActivityId" type="TUuid" use="optional"/>
   <xsd:attribute name="parentActivityContextId" type="TUuid" use="optional"/>
   <xsd:attribute name="inheritanceDepth" type="xsd:integer" use="optional" default="0"/>
   <xsd:attribute name="type" use="required">
      <xsd:simpleType>
         <xsd:restriction base="xsd:integer">
            <xsd:minInclusive value="1"/>
            <xsd:maxInclusive value="2"/>
         </xsd:restriction>
      </xsd:simpleType>
   </xsd:attribute>
   <xsd:attribute name="specialActivityType" use="required">
      <xsd:simpleType>
         <xsd:restriction base="xsd:integer">
            <xsd:minInclusive value="0"/>
            <xsd:maxInclusive value="10"/>
         </xsd:restriction>
      </xsd:simpleType>
   </xsd:attribute>
   <xsd:attribute name="energyValues" use="optional" default="0">
      <xsd:simpleType>
         <xsd:restriction base="xsd:integer">
            <xsd:minInclusive value="0"/>
            <xsd:maxInclusive value="2"/>
         </xsd:restriction>
      </xsd:simpleType>
   </xsd:attribute>
   <xsd:attribute name="masterAllocationPropertyId" type="TUuid" use="optional"/>
   <xsd:attribute name="masterAllocationPropertyIdOverwrittenByChild" type="xsd:boolean" use="optional"/>
   <xsd:attribute name="masterAllocationPropertyContextId" type="TUuid" use="optional"/>
   <xsd:attribute name="datasetIcon" type="xsd:anyURI"/>
</xsd:complexType>

Complex Type: TDataEntryBy

Documentation

XML Instance Representation

<...
 personId="TUuid" [1] 
 personContextId="TUuid" [0..1] 
 isActiveAuthor="xsd:boolean" [0..1] 
 personName="TBaseString40" [1] 
 personEmail="TBaseString80" [1] 
>
   Allow any elements from a namespace other than this schema's namespace (strict validation). [0..*]
</...>

Schema Component Representation

<xsd:complexType name="TDataEntryBy">
   <xsd:sequence>
      <xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="personId" type="TUuid" use="required"/>
   <xsd:attribute name="personContextId" type="TUuid" use="optional"/>
   <xsd:attribute name="isActiveAuthor" type="xsd:boolean" use="optional" default="false"/>
   <xsd:attribute name="personName" type="TBaseString40" use="required"/>
   <xsd:attribute name="personEmail" type="TBaseString80" use="required"/>
</xsd:complexType>

Complex Type: TDataGeneratorAndPublication

Documentation

XML Instance Representation

<...
 personId="TUuid" [1] 
 personContextId="TUuid" [0..1] 
 personName="TBaseString40" [1] 
 personEmail="TBaseString80" [1] 
 dataPublishedIn="xsd:integer (0 <= value <= 2)" [0..1] 
 publishedSourceId="TUuid" [0..1] 
 publishedSourceIdOverwrittenByChild="xsd:boolean" [0..1] 
 publishedSourceContextId="TUuid" [0..1] 
 publishedSourceYear="TBaseString30" [0..1] 
 publishedSourceFirstAuthor="TBaseString40" [0..1] 
 isCopyrightProtected="xsd:boolean" [1] 
 pageNumbers="TBaseString30" [0..1] 
 accessRestrictedTo="xsd:integer (0 <= value <= 3)" [0..1] 
 companyId="TUuid" [0..1] 
 companyIdOverwrittenByChild="xsd:boolean" [0..1] 
 companyContextId="TUuid" [0..1] 
 companyCode="TCompanyCode" [0..1] 
>
   Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>

Schema Component Representation

<xsd:complexType name="TDataGeneratorAndPublication">
   <xsd:sequence>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="personId" type="TUuid" use="required"/>
   <xsd:attribute name="personContextId" type="TUuid" use="optional"/>
   <xsd:attribute name="personName" type="TBaseString40" use="required"/>
   <xsd:attribute name="personEmail" type="TBaseString80" use="required"/>
   <xsd:attribute name="dataPublishedIn" use="optional" default="0">
      <xsd:simpleType>
         <xsd:restriction base="xsd:integer">
            <xsd:minInclusive value="0"/>
            <xsd:maxInclusive value="2"/>
         </xsd:restriction>
      </xsd:simpleType>
   </xsd:attribute>
   <xsd:attribute name="publishedSourceId" type="TUuid" use="optional"/>
   <xsd:attribute name="publishedSourceIdOverwrittenByChild" type="xsd:boolean" use="optional"/>
   <xsd:attribute name="publishedSourceContextId" type="TUuid" use="optional"/>
   <xsd:attribute name="publishedSourceYear" type="TBaseString30" use="optional"/>
   <xsd:attribute name="publishedSourceFirstAuthor" type="TBaseString40" use="optional"/>
   <xsd:attribute name="isCopyrightProtected" type="xsd:boolean" use="required"/>
   <xsd:attribute name="pageNumbers" type="TBaseString30" use="optional"/>
   <xsd:attribute name="accessRestrictedTo" use="optional" default="0">
      <xsd:simpleType>
         <xsd:restriction base="xsd:integer">
            <xsd:minInclusive value="0"/>
            <xsd:maxInclusive value="3"/>
         </xsd:restriction>
      </xsd:simpleType>
   </xsd:attribute>
   <xsd:attribute name="companyId" type="TUuid" use="optional"/>
   <xsd:attribute name="companyIdOverwrittenByChild" type="xsd:boolean" use="optional"/>
   <xsd:attribute name="companyContextId" type="TUuid" use="optional"/>
   <xsd:attribute name="companyCode" type="TCompanyCode" use="optional"/>
</xsd:complexType>

Complex Type: TFileAttributes

Documentation

XML Instance Representation

<...
 majorRelease="xsd:integer" [1] 
 minorRelease="xsd:integer" [1] 
 majorRevision="xsd:integer" [1] 
 minorRevision="xsd:integer" [1] 
 internalSchemaVersion="TBaseString80" [0..1] 
 defaultLanguage="xsd:string (length >= 2)" [0..1] 
 creationTimestamp="xsd:dateTime" [0..1] 
 lastEditTimestamp="xsd:dateTime" [0..1] 
 fileGenerator="TBaseString255" [0..1] 
 fileTimestamp="xsd:dateTime" [0..1] 
 contextId="TUuid" [0..1] 
>
   <es:contextName> TString80 </es:contextName> [0..*] 
   <es:requiredContext> TRequiredContextReference </es:requiredContext> [0..*] 
   Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>

Schema Component Representation

<xsd:complexType name="TFileAttributes">
   <xsd:sequence>
      <xsd:element name="contextName" type="TString80" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="requiredContext" type="TRequiredContextReference" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="majorRelease" type="xsd:integer" use="required"/>
   <xsd:attribute name="minorRelease" type="xsd:integer" use="required"/>
   <xsd:attribute name="majorRevision" type="xsd:integer" use="required"/>
   <xsd:attribute name="minorRevision" type="xsd:integer" use="required"/>
   <xsd:attribute name="internalSchemaVersion" type="TBaseString80" use="optional"/>
   <xsd:attribute name="defaultLanguage" use="optional" default="en">
      <xsd:simpleType>
         <xsd:restriction base="xsd:string">
            <xsd:minLength value="2"/>
            <xsd:maxLength value="5"/>
         </xsd:restriction>
      </xsd:simpleType>
   </xsd:attribute>
   <xsd:attribute name="creationTimestamp" type="xsd:dateTime" use="optional"/>
   <xsd:attribute name="lastEditTimestamp" type="xsd:dateTime" use="optional"/>
   <xsd:attribute name="fileGenerator" type="TBaseString255"/>
   <xsd:attribute name="fileTimestamp" type="xsd:dateTime"/>
   <xsd:attribute name="contextId" type="TUuid"/>
</xsd:complexType>

Complex Type: TGeography

Documentation

XML Instance Representation

<...
 geographyId="TUuid" [1] 
 geographyContextId="TUuid" [0..1] 
>
   <es:shortname> TString40 </es:shortname> [1..*] 
   <es:comment> TTextAndImage
      <!--
       Uniqueness Constraint - pkGeographyCommentIndex
       Selector - es:text|es:imageUrl
       Field(s) - @index, @xml:lang
      -->
      <!--
       Uniqueness Constraint - pkGeographyCommentVariableName
       Selector - es:variable
       Field(s) - @name
      -->
   </es:comment> [0..1] 
   Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>

Schema Component Representation

<xsd:complexType name="TGeography">
   <xsd:sequence>
      <xsd:element name="shortname" type="TString40" maxOccurs="unbounded"/>
      <xsd:element name="comment" type="TTextAndImage" minOccurs="0">
         <xsd:unique name="pkGeographyCommentIndex">
            <xsd:selector xpath="es:text|es:imageUrl"/>
            <xsd:field xpath="@index"/>
            <xsd:field xpath="@xml:lang"/>
         </xsd:unique>
         <xsd:unique name="pkGeographyCommentVariableName">
            <xsd:selector xpath="es:variable"/>
            <xsd:field xpath="@name"/>
         </xsd:unique>
      </xsd:element>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="geographyId" type="TUuid" use="required"/>
   <xsd:attribute name="geographyContextId" type="TUuid" use="optional"/>
</xsd:complexType>

Complex Type: TMacroEconomicScenario

Documentation

XML Instance Representation

<...
 macroEconomicScenarioId="TUuid" [1] 
 macroEconomicScenarioContextId="TUuid" [0..1] 
>
   <es:name> TString80 </es:name> [1..*] 
   <es:comment> TString32000 </es:comment> [0..*] 
   Allow any elements from a namespace other than this schema's namespace (strict validation). [0..*]
</...>

Schema Component Representation

<xsd:complexType name="TMacroEconomicScenario">
   <xsd:sequence>
      <xsd:element name="name" type="TString80" maxOccurs="unbounded"/>
      <xsd:element name="comment" type="TString32000" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="macroEconomicScenarioId" type="TUuid" use="required"/>
   <xsd:attribute name="macroEconomicScenarioContextId" type="TUuid" use="optional"/>
</xsd:complexType>

Complex Type: TRepresentativeness

Documentation

XML Instance Representation

<...
 percent="TPercent (value <= 100.0)" [0..1] 
 systemModelId="TUuid" [1] 
 systemModelContextId="TUuid" [0..1] 
>
   <es:systemModelName> TString120 </es:systemModelName> [1..*] 
   <es:samplingProcedure> TString32000 </es:samplingProcedure> [0..*] 
   <es:extrapolations> TString32000 </es:extrapolations> [0..*] 
   Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>

Schema Component Representation

<xsd:complexType name="TRepresentativeness">
   <xsd:sequence>
      <xsd:element name="systemModelName" type="TString120" maxOccurs="unbounded"/>
      <xsd:element name="samplingProcedure" type="TString32000" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="extrapolations" type="TString32000" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="percent" use="optional">
      <xsd:simpleType>
         <xsd:restriction base="TPercent">
            <xsd:maxInclusive value="100.0"/>
         </xsd:restriction>
      </xsd:simpleType>
   </xsd:attribute>
   <xsd:attribute name="systemModelId" type="TUuid" use="required"/>
   <xsd:attribute name="systemModelContextId" type="TUuid" use="optional"/>
</xsd:complexType>

Complex Type: TReview

Documentation




XML Instance Representation

<...
 reviewerId="TUuid" [1] 
 reviewerContextId="TUuid" [0..1] 
 reviewerName="TBaseString40" [1] 
 reviewerEmail="TBaseString80" [1] 
 reviewDate="xsd:date" [1] 
 reviewedMajorRelease="xsd:integer" [1] 
 reviewedMinorRelease="xsd:integer" [1] 
 reviewedMajorRevision="xsd:integer" [1] 
 reviewedMinorRevision="xsd:integer" [1] 
>
   <es:details> TTextAndImage
      <!--
       Uniqueness Constraint - pkReviewDetailsIndex
       Selector - es:text|es:imageUrl
       Field(s) - @index, @xml:lang
      -->
      <!--
       Uniqueness Constraint - pkReviewDetailsVariableName
       Selector - es:variable
       Field(s) - @name
      -->
   </es:details> [0..1] 
   <es:otherDetails> TString32000 </es:otherDetails> [0..*] 
   Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>

Schema Component Representation

<xsd:complexType name="TReview">
   <xsd:sequence>
      <xsd:element name="details" type="TTextAndImage" minOccurs="0">
         <xsd:unique name="pkReviewDetailsIndex">
            <xsd:selector xpath="es:text|es:imageUrl"/>
            <xsd:field xpath="@index"/>
            <xsd:field xpath="@xml:lang"/>
         </xsd:unique>
         <xsd:unique name="pkReviewDetailsVariableName">
            <xsd:selector xpath="es:variable"/>
            <xsd:field xpath="@name"/>
         </xsd:unique>
      </xsd:element>
      <xsd:element name="otherDetails" type="TString32000" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="reviewerId" type="TUuid" use="required"/>
   <xsd:attribute name="reviewerContextId" type="TUuid" use="optional"/>
   <xsd:attribute name="reviewerName" type="TBaseString40" use="required"/>
   <xsd:attribute name="reviewerEmail" type="TBaseString80" use="required"/>
   <xsd:attribute name="reviewDate" type="xsd:date" use="required"/>
   <xsd:attribute name="reviewedMajorRelease" type="xsd:integer" use="required"/>
   <xsd:attribute name="reviewedMinorRelease" type="xsd:integer" use="required"/>
   <xsd:attribute name="reviewedMajorRevision" type="xsd:integer" use="required"/>
   <xsd:attribute name="reviewedMinorRevision" type="xsd:integer" use="required"/>
</xsd:complexType>

Complex Type: TTechnology

Documentation

XML Instance Representation

<...
 technologyLevel="xsd:integer (0 <= value <= 5)" [0..1] 
>
   <es:comment> TTextAndImage
      <!--
       Uniqueness Constraint - pkTechnologyCommentIndex
       Selector - es:text|es:imageUrl
       Field(s) - @index, @xml:lang
      -->
      <!--
       Uniqueness Constraint - pkTechnologyCommentVariableName
       Selector - es:variable
       Field(s) - @name
      -->
   </es:comment> [0..1] 
   Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>

Schema Component Representation

<xsd:complexType name="TTechnology">
   <xsd:sequence>
      <xsd:element name="comment" type="TTextAndImage" minOccurs="0">
         <xsd:unique name="pkTechnologyCommentIndex">
            <xsd:selector xpath="es:text|es:imageUrl"/>
            <xsd:field xpath="@index"/>
            <xsd:field xpath="@xml:lang"/>
         </xsd:unique>
         <xsd:unique name="pkTechnologyCommentVariableName">
            <xsd:selector xpath="es:variable"/>
            <xsd:field xpath="@name"/>
         </xsd:unique>
      </xsd:element>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="technologyLevel" use="optional" default="3">
      <xsd:simpleType>
         <xsd:restriction base="xsd:integer">
            <xsd:minInclusive value="0"/>
            <xsd:maxInclusive value="5"/>
         </xsd:restriction>
      </xsd:simpleType>
   </xsd:attribute>
</xsd:complexType>

Complex Type: TTimePeriod

Documentation

XML Instance Representation

<...
 startDate="xsd:date" [1] 
 endDate="xsd:date" [1] 
 isDataValidForEntirePeriod="xsd:boolean" [1] 
>
   <es:comment> TTextAndImage
      <!--
       Uniqueness Constraint - pkTimePeriodCommentIndex
       Selector - es:text|es:imageUrl
       Field(s) - @index, @xml:lang
      -->
      <!--
       Uniqueness Constraint - pkTimePeriodCommentVariableName
       Selector - es:variable
       Field(s) - @name
      -->
   </es:comment> [0..1] 
   Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>

Schema Component Representation

<xsd:complexType name="TTimePeriod">
   <xsd:sequence>
      <xsd:element name="comment" type="TTextAndImage" minOccurs="0">
         <xsd:unique name="pkTimePeriodCommentIndex">
            <xsd:selector xpath="es:text|es:imageUrl"/>
            <xsd:field xpath="@index"/>
            <xsd:field xpath="@xml:lang"/>
         </xsd:unique>
         <xsd:unique name="pkTimePeriodCommentVariableName">
            <xsd:selector xpath="es:variable"/>
            <xsd:field xpath="@name"/>
         </xsd:unique>
      </xsd:element>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="startDate" type="xsd:date" use="required"/>
   <xsd:attribute name="endDate" type="xsd:date" use="required"/>
   <xsd:attribute name="isDataValidForEntirePeriod" type="xsd:boolean" use="required"/>
</xsd:complexType>

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.