ISANschema_v1.1

Table of Contents

Master schema documentation file: ISANschema.xsd.html

top

Schema Document Properties

Target Namespace http://www.isan.org/schema/v1.1/isan-version
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
Documentation This is the ISAN version Metadata XML schema specification Version 1.0, usage is only for ISAN Version Metadata registration.
More information at: ISAN International Agency.

A Year of Release must be an year value formatted 'YYYY' between 1896 and current year + 1, any other format or value will be rejected.
More information at: ISAN International Agency.

VersionIntention must have an related isan when its intention kind is VERSION_OF_VERSION or OTHER, this related isan, which is a reference to the ISAN version, must be an Isan Version with 'ACTIVE' status an ISAN version with status INDEV, INACTIVE will be rejected.
More information at: ISAN International Agency.

An english description is highly recommended.
More information at: ISAN International Agency.

Declared Namespaces

Prefix Namespace
Default namespace http://www.isan.org/schema/v1.1/isan-version
common http://www.isan.org/schema/v1.1/common/common
xml http://www.w3.org/XML/1998/namespace
externalid http://www.isan.org/schema/v1.1/common/externalid
isan http://www.isan.org/ISAN/isan
language http://www.isan.org/schema/v1.1/common/language
xs http://www.w3.org/2001/XMLSchema
title http://www.isan.org/schema/v1.1/common/title
country http://www.isan.org/schema/v1.1/common/country
Schema Component Representation
<xs:schema targetNamespace="http://www.isan.org/schema/v1.1/isan-version" elementFormDefault="qualified">
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/XML.xsd"/>
<xs:import namespace="http://www.isan.org/ISAN/isan" schemaLocation="http://www.isan.org/ISAN/isan.xsd"/>
<xs:import namespace="http://www.isan.org/schema/v1.1/common/title" schemaLocation="http://www.isan.org/schema/v1.1/common/title.xsd"/>
<xs:import namespace="http://www.isan.org/schema/v1.1/common/language" schemaLocation="http://www.isan.org/schema/v1.1/common/language.xsd"/>
<xs:import namespace="http://www.isan.org/schema/v1.1/common/country" schemaLocation="http://www.isan.org/schema/v1.1/common/country.xsd"/>
<xs:import namespace="http://www.isan.org/schema/v1.1/common/common" schemaLocation="http://www.isan.org/schema/v1.1/common/common.xsd"/>
<xs:import namespace="http://www.isan.org/schema/v1.1/common/externalid" schemaLocation="http://www.isan.org/schema/v1.1/common/externalid.xsd"/>
...
</xs:schema>
top

Global Definitions

Complex Type: CodifiedDescriptionType

Super-types: None
Sub-types: None
Name CodifiedDescriptionType
Used by (from the same schema document) Complex Type CodifiedType
Abstract no
XML Instance Representation
<...>
<Field1> xs:string </Field1> [1]
<Field2> xs:string </Field2> [1]
<Field3> xs:string </Field3> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="CodifiedDescriptionType">
<xs:sequence>
<xs:element name="Field1" type=" xs:string "/>
<xs:element name="Field2" type=" xs:string "/>
<xs:element name="Field3" type=" xs:string "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CodifiedType

Super-types: None
Sub-types: None
Name CodifiedType
Used by (from the same schema document) Complex Type VersionMetadataType
Abstract no
XML Instance Representation
<...>
<CodifiedSchema> xs:string </CodifiedSchema> [1]
<CodifiedDescription> CodifiedDescriptionType </CodifiedDescription> [1]
</...>
Diagram
type_CodifiedDescriptionType
Schema Component Representation
<xs:complexType name="CodifiedType">
<xs:sequence>
<xs:element name="CodifiedSchema" type=" xs:string "/>
<xs:element name="CodifiedDescription" type=" CodifiedDescriptionType "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ContentAlertListType

Super-types: None
Sub-types: None
Name ContentAlertListType
Used by (from the same schema document) Complex Type VersionMetadataType
Abstract no
XML Instance Representation
<...>
<ContentAlert> ContentAlertType </ContentAlert> [0..13]
</...>
Diagram
type_ContentAlertType
Schema Component Representation
<xs:complexType name="ContentAlertListType">
<xs:sequence>
<xs:element name="ContentAlert" type=" ContentAlertType " minOccurs="0" maxOccurs="13"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ContentAlertType

Super-types: None
Sub-types: None
Name ContentAlertType
Used by (from the same schema document) Complex Type ContentAlertListType
Abstract no
XML Instance Representation
<...>
<AlertCode> AlertCodeType </AlertCode> [1]
<CountryList> country:CountryListType </CountryList> [1]
</...>
Diagram
type_AlertCodeType type_CountryListType
Schema Component Representation
<xs:complexType name="ContentAlertType">
<xs:sequence>
<xs:element name="AlertCode" type=" AlertCodeType "/>
<xs:element name="CountryList" type=" country:CountryListType "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: DescriptionListType

Super-types: None
Sub-types: None
Name DescriptionListType
Used by (from the same schema document) Complex Type VersionMetadataType
Abstract no
XML Instance Representation
<...>
<Description> DescriptionType </Description> [1..*]
</...>
Diagram
type_DescriptionType
Schema Component Representation
<xs:complexType name="DescriptionListType">
<xs:sequence>
<xs:element name="Description" type=" DescriptionType " maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: DescriptionType

Super-types: None
Sub-types: None
Name DescriptionType
Used by (from the same schema document) Complex Type DescriptionListType
Abstract no
XML Instance Representation
<...>
<Language> language:LanguageType </Language> [1]
<DescriptionText> xs:string </DescriptionText> [1]
</...>
Diagram
type_LanguageType
Schema Component Representation
<xs:complexType name="DescriptionType">
<xs:sequence>
<xs:element name="Language" type=" language:LanguageType "/>
<xs:element name="DescriptionText" type=" xs:string " default=""/>
</xs:sequence>
</xs:complexType>
top

Complex Type: DistributionType

Super-types: None
Sub-types: None
Name DistributionType
Used by (from the same schema document) Complex Type VersionMetadataType
Abstract no
XML Instance Representation
<...>
<DistributionKind> DistributionKindType </DistributionKind> [1]
<DistributionMedia> DistributionMediaType </DistributionMedia> [1]
<DistributionPlatform> DistributionPlatformType </DistributionPlatform> [1]
</...>
Diagram
type_DistributionKindType type_DistributionMediaType type_DistributionPlatformType
Schema Component Representation
<xs:complexType name="DistributionType">
<xs:sequence>
<xs:element name="DistributionKind" type=" DistributionKindType "/>
<xs:element name="DistributionMedia" type=" DistributionMediaType "/>
<xs:element name="DistributionPlatform" type=" DistributionPlatformType "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: RatingListType

Super-types: None
Sub-types: None
Name RatingListType
Used by (from the same schema document) Complex Type VersionMetadataType
Abstract no
XML Instance Representation
<...>
<Rating> RatingType </Rating> [1..*]
</...>
Diagram
type_RatingType
Schema Component Representation
<xs:complexType name="RatingListType">
<xs:sequence>
<xs:element name="Rating" type=" RatingType " maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: RatingType

Super-types: None
Sub-types: None
Name RatingType
Used by (from the same schema document) Complex Type RatingListType
Abstract no
XML Instance Representation
<...>
<RatingCountry> country:CountryType </RatingCountry> [1]
<RatingSystem> xs:string </RatingSystem> [1]
<RatingCode> xs:string </RatingCode> [1]
</...>
Diagram
type_CountryType
Schema Component Representation
<xs:complexType name="RatingType">
<xs:sequence>
<xs:element name="RatingCountry" type=" country:CountryType "/>
<xs:element name="RatingSystem" type=" xs:string "/>
<xs:element name="RatingCode" type=" xs:string "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: VersionIntentionListType

Super-types: None
Sub-types: None
Name VersionIntentionListType
Used by (from the same schema document) Complex Type VersionMetadataType
Abstract no
XML Instance Representation
<...>
<VersionIntention> VersionIntentionType </VersionIntention> [1..*]
</...>
Diagram
type_VersionIntentionType
Schema Component Representation
<xs:complexType name="VersionIntentionListType">
<xs:sequence>
<xs:element name="VersionIntention" type=" VersionIntentionType " maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: VersionIntentionType

Super-types: None
Sub-types: None
Name VersionIntentionType
Used by (from the same schema document) Complex Type VersionIntentionListType
Abstract no
XML Instance Representation
<...>
<IntentionKind> VersionIntentionKindType </IntentionKind> [1]
<Relation> isan:isanType </Relation> [0..1]
</...>
Diagram
type_VersionIntentionKindType type_isanType
Schema Component Representation
<xs:complexType name="VersionIntentionType">
<xs:sequence>
<xs:element name="IntentionKind" type=" VersionIntentionKindType "/>
<xs:element name="Relation" type=" isan:isanType " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: VersionLanguageListType

Super-types: None
Sub-types: None
Name VersionLanguageListType
Used by (from the same schema document) Complex Type VersionMetadataType
Abstract no
XML Instance Representation
<...>
<VersionLanguage> VersionLanguageType </VersionLanguage> [1..*]
</...>
Diagram
type_VersionLanguageType
Schema Component Representation
<xs:complexType name="VersionLanguageListType">
<xs:sequence>
<xs:element name="VersionLanguage" type=" VersionLanguageType " maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: VersionLanguageType

Super-types: None
Sub-types: None
Name VersionLanguageType
Used by (from the same schema document) Complex Type VersionLanguageListType
Abstract no
XML Instance Representation
<...>
<LanguageKind> LanguageKind </LanguageKind> [1]
<Language> language:LanguageType </Language> [1]
</...>
Diagram
type_LanguageKind type_LanguageType
Schema Component Representation
<xs:complexType name="VersionLanguageType">
<xs:sequence>
<xs:element name="LanguageKind" type=" LanguageKind "/>
<xs:element name="Language" type=" language:LanguageType "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: VersionMetadataListType

Super-types: None
Sub-types: None
Name VersionMetadataListType
Abstract no
XML Instance Representation
<...>
<VersionMetadata> VersionMetadataType </VersionMetadata> [1..*]
</...>
Diagram
type_VersionMetadataType
Schema Component Representation
<xs:complexType name="VersionMetadataListType">
<xs:sequence>
<xs:element name="VersionMetadata" type=" VersionMetadataType " maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: VersionMetadataType

Super-types: None
Sub-types: None
Name VersionMetadataType
Used by (from the same schema document) Complex Type VersionMetadataListType
Abstract no
XML Instance Representation
<...>
<ISAN> isan:isanType </ISAN> [1]
<VersionIntentionList> VersionIntentionListType </VersionIntentionList> [1]
<VersionDescriptionList> DescriptionListType </VersionDescriptionList> [1]
<TitleList> title:TitleListType </TitleList> [0..1]
<RunningTime> common:DurationType </RunningTime> [0..1]
<YearOfRelease> common:YearType </YearOfRelease> [1]
<VersionLanguageList> VersionLanguageListType </VersionLanguageList> [0..1]
<ExternalIdList> externalid:ExternalIdListType </ExternalIdList> [0..1]
<VersionDistribution> DistributionType </VersionDistribution> [0..1]
<RatingList> RatingListType </RatingList> [0..1]
<ContentAlertList> ContentAlertListType </ContentAlertList> [0..1]
<Codified> CodifiedType </Codified> [0..1]
</...>
Diagram
type_isanType type_VersionIntentionListType type_DescriptionListType type_TitleListType type_DurationType type_YearType type_VersionLanguageListType type_ExternalIdListType type_DistributionType type_RatingListType type_ContentAlertListType type_CodifiedType
Schema Component Representation
<xs:complexType name="VersionMetadataType">
<xs:sequence>
<xs:element name="ISAN" type=" isan:isanType "/>
<xs:element name="VersionIntentionList" type=" VersionIntentionListType "/>
<xs:element name="VersionDescriptionList" type=" DescriptionListType "/>
<xs:element name="TitleList" type=" title:TitleListType " minOccurs="0"/>
<xs:element name="RunningTime" type=" common:DurationType " minOccurs="0"/>
<xs:element name="YearOfRelease" type=" common:YearType "/>
<xs:element name="VersionLanguageList" type=" VersionLanguageListType " minOccurs="0"/>
<xs:element name="ExternalIdList" type=" externalid:ExternalIdListType " minOccurs="0"/>
<xs:element name="VersionDistribution" type=" DistributionType " minOccurs="0"/>
<xs:element name="RatingList" type=" RatingListType " minOccurs="0"/>
<xs:element name="ContentAlertList" type=" ContentAlertListType " minOccurs="0"/>
<xs:element name="Codified" type=" CodifiedType " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Simple Type: AlertCodeType

Super-types: xs:string < AlertCodeType (by restriction)
Sub-types: None
Name AlertCodeType
Used by (from the same schema document) Complex Type ContentAlertType
Content
  • Base XSD Type: string
  • value comes from list: {'ALCOHOL'|'BLOOD'|'DRUG'|'GAMBLING'|'GORE'|'MISCHIEF'|'LANGUAGE'|'MATURE'|'NUDITY'|'SEXUAL'|'TOBACCO'|'VIOLENCE'|'OTHER'}
Diagram
Schema Component Representation
<xs:simpleType name="AlertCodeType">
<xs:restriction base=" xs:string ">
<xs:enumeration value="ALCOHOL"/>
<xs:enumeration value="BLOOD"/>
<xs:enumeration value="DRUG"/>
<xs:enumeration value="GAMBLING"/>
<xs:enumeration value="GORE"/>
<xs:enumeration value="MISCHIEF"/>
<xs:enumeration value="LANGUAGE"/>
<xs:enumeration value="MATURE"/>
<xs:enumeration value="NUDITY"/>
<xs:enumeration value="SEXUAL"/>
<xs:enumeration value="TOBACCO"/>
<xs:enumeration value="VIOLENCE"/>
<xs:enumeration value="OTHER"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: DistributionKindType

Super-types: xs:string < DistributionKindType (by restriction)
Sub-types: None
Name DistributionKindType
Used by (from the same schema document) Complex Type DistributionType
Content
  • Base XSD Type: string
  • value comes from list: {'THEATRICAL'|'BROADCAST'|'HOME_VIDEO'|'AIRLINE'|'OTHER'}
Diagram
Schema Component Representation
<xs:simpleType name="DistributionKindType">
<xs:restriction base=" xs:string ">
<xs:enumeration value="THEATRICAL"/>
<xs:enumeration value="BROADCAST"/>
<xs:enumeration value="HOME_VIDEO"/>
<xs:enumeration value="AIRLINE"/>
<xs:enumeration value="OTHER"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: DistributionMediaType

Super-types: xs:string < DistributionMediaType (by restriction)
Sub-types: None
Name DistributionMediaType
Used by (from the same schema document) Complex Type DistributionType
Content
  • Base XSD Type: string
  • value comes from list: {'BETAMAX'|'BLURAY'|'DIGITAL_PRINT'|'DVD'|'EVD'|'FILM_PRINT_16MM'|'FILM_PRINT_35MM'|'FILM_PRINT_70MM'|'HDDVD'|'LASERDISC'|'UMD'|'VCD'|'CDROM'|'VHS'|'POST_PROD_MEDIA'|'OTHER'}
Diagram
Schema Component Representation
<xs:simpleType name="DistributionMediaType">
<xs:restriction base=" xs:string ">
<xs:enumeration value="BETAMAX"/>
<xs:enumeration value="BLURAY"/>
<xs:enumeration value="DIGITAL_PRINT"/>
<xs:enumeration value="DVD"/>
<xs:enumeration value="EVD"/>
<xs:enumeration value="FILM_PRINT_16MM"/>
<xs:enumeration value="FILM_PRINT_35MM"/>
<xs:enumeration value="FILM_PRINT_70MM"/>
<xs:enumeration value="HDDVD"/>
<xs:enumeration value="LASERDISC"/>
<xs:enumeration value="UMD"/>
<xs:enumeration value="VCD"/>
<xs:enumeration value="CDROM"/>
<xs:enumeration value="VHS"/>
<xs:enumeration value="POST_PROD_MEDIA"/>
<xs:enumeration value="OTHER"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: DistributionPlatformType

Super-types: xs:string < DistributionPlatformType (by restriction)
Sub-types: None
Name DistributionPlatformType
Used by (from the same schema document) Complex Type DistributionType
Content
  • Base XSD Type: string
  • value comes from list: {'DIGITAL_CINEMA'|'FILM_PRINT_CINEMA'|'CABLE_SATELLITE'|'FREE_TV'|'DIGITAL_TERRESTRIAL'|'PAY_PER_VIEW'|'PAY_TV_VOD'|'INTERNET'|'PORTABLE_DEVICE'|'COMPUTER'|'GAME_CONSOLE'|'ONLINE'|'MULTIPLE'|'OTHER'}
Diagram
Schema Component Representation
<xs:simpleType name="DistributionPlatformType">
<xs:restriction base=" xs:string ">
<xs:enumeration value="DIGITAL_CINEMA"/>
<xs:enumeration value="FILM_PRINT_CINEMA"/>
<xs:enumeration value="CABLE_SATELLITE"/>
<xs:enumeration value="FREE_TV"/>
<xs:enumeration value="DIGITAL_TERRESTRIAL"/>
<xs:enumeration value="PAY_PER_VIEW"/>
<xs:enumeration value="PAY_TV_VOD"/>
<xs:enumeration value="INTERNET"/>
<xs:enumeration value="PORTABLE_DEVICE"/>
<xs:enumeration value="COMPUTER"/>
<xs:enumeration value="GAME_CONSOLE"/>
<xs:enumeration value="ONLINE"/>
<xs:enumeration value="MULTIPLE"/>
<xs:enumeration value="OTHER"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: LanguageKind

Super-types: xs:string < LanguageKind (by restriction)
Sub-types: None
Name LanguageKind
Used by (from the same schema document) Complex Type VersionLanguageType
Content
  • Base XSD Type: string
  • value comes from list: {'SPOCKEN'|'SUBTITLES'|'WRITINGS'}
Diagram
Schema Component Representation
<xs:simpleType name="LanguageKind">
<xs:restriction base=" xs:string ">
<xs:enumeration value="SPOCKEN"/>
<xs:enumeration value="SUBTITLES"/>
<xs:enumeration value="WRITINGS"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: VersionIntentionKindType

Super-types: xs:string < VersionIntentionKindType (by restriction)
Sub-types: None
Name VersionIntentionKindType
Used by (from the same schema document) Complex Type VersionIntentionType
Content
  • Base XSD Type: string
  • value comes from list: {'VERSION_OF_VERSION'|'LINGUISTIC'|'EDITING'|'MEDIA'|'RELATED_ITEM'|'OTHER'}
Diagram
Schema Component Representation
<xs:simpleType name="VersionIntentionKindType">
<xs:restriction base=" xs:string ">
<xs:enumeration value="VERSION_OF_VERSION"/>
<xs:enumeration value="LINGUISTIC"/>
<xs:enumeration value="EDITING"/>
<xs:enumeration value="MEDIA"/>
<xs:enumeration value="RELATED_ITEM"/>
<xs:enumeration value="OTHER"/>
</xs:restriction>
</xs:simpleType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base=" Address ">
<sequence>
<element name="state" type=" AusStates "/>
<element name="postcode">
<simpleType>
<restriction base=" string ">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type=" string " fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top