XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace None
Version 1.0.1 2012-11-19
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations have no namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • http://www.w3.org/XML/1998/namespace (at http://www.w3.org/2001/03/xml.xsd)
Documentation Standalone, except for xml.xsd in the same directory.

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema version="1.0.1 2012-11-19">
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/03/xml.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: PositionHeader

Name PositionHeader
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<PositionHeader
validFrom="OptionalDateWithOptionalTimeType [1]"
validTo="OptionalDateWithOptionalTimeType [1]"
lang="CountryCodeType [0..1]">
<PositionId> PositionIdType </PositionId> [0..1]
<PositionTitle> xs:string </PositionTitle> [0..1]
<PositionStatus> PositionStatusType </PositionStatus> [1]
<PositionType> PositionTypeType </PositionType> [0..1]
<TypeOfHours> TypeOfHoursType </TypeOfHours> [0..1]
<Compensation> CompensationType </Compensation> [0..1]
<ContactInformation> ContactInformationType </ContactInformation> [0..1]
<PositionLocation> PositionLocationType </PositionLocation> [0..1]
<MinExperience> MinExperienceType </MinExperience> [0..1]
<Competency> CompetencyType </Competency> [0..*]
<UserField> UserFieldType </UserField> [0..*]
<ProfileDescription> xs:string </ProfileDescription> [0..1]
<CompanyDescription> xs:string </CompanyDescription> [0..1]
<JobDescription> xs:string </JobDescription> [0..1]
<OfferDescription> xs:string </OfferDescription> [0..1]
<ContactDescription> xs:string </ContactDescription> [0..1]
<PositionDescription> xs:string </PositionDescription> [0..1]
</PositionHeader>
Schema Component Representation
<xs:element name="PositionHeader">
<xs:complexType>
<xs:sequence>
<xs:element name="PositionId" type="PositionIdType" minOccurs="0"/>
<xs:element name="PositionTitle" type="xs:string" minOccurs="0"/>
<xs:element name="PositionStatus" type="PositionStatusType"/>
<xs:element name="PositionType" type="PositionTypeType" minOccurs="0"/>
<xs:element name="TypeOfHours" type="TypeOfHoursType" minOccurs="0"/>
<xs:element name="Compensation" type="CompensationType" minOccurs="0"/>
<xs:element name="ContactInformation" type="ContactInformationType" minOccurs="0"/>
<xs:element name="PositionLocation" type="PositionLocationType" minOccurs="0"/>
<xs:element name="MinExperience" type="MinExperienceType" minOccurs="0"/>
<xs:element name="Competency" type="CompetencyType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="UserField" type="UserFieldType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="ProfileDescription" type="xs:string" minOccurs="0"/>
<xs:element name="CompanyDescription" type="xs:string" minOccurs="0"/>
<xs:element name="JobDescription" type="xs:string" minOccurs="0"/>
<xs:element name="OfferDescription" type="xs:string" minOccurs="0"/>
<xs:element name="ContactDescription" type="xs:string" minOccurs="0"/>
<xs:element name="PositionDescription" type="xs:string" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="validFrom" type="OptionalDateWithOptionalTimeType" use="required"/>
<xs:attribute name="validTo" type="OptionalDateWithOptionalTimeType" use="required"/>
<xs:attribute name="lang" type="CountryCodeType"/>
</xs:complexType>
</xs:element>
top

Global Definitions

Complex Type: CompensationType

Super-types: None
Sub-types: None
Name CompensationType
Abstract no
XML Instance Representation
<...>
<SalaryText> xs:string </SalaryText> [0..1]
<LowRate> xs:float </LowRate> [0..1]
<HighRate> xs:float </HighRate> [0..1]
<Currency> CurrencyType </Currency> [0..1]
<Period> SalaryPeriodType </Period> [0..1]
<Relocation> xs:string </Relocation> [0..1]
<Benefits> xs:string </Benefits> [0..1]
</...>
Schema Component Representation
<xs:complexType name="CompensationType">
<xs:sequence>
<xs:element name="SalaryText" type="xs:string" minOccurs="0"/>
<xs:element name="LowRate" type="xs:float" minOccurs="0"/>
<xs:element name="HighRate" type="xs:float" minOccurs="0"/>
<xs:element name="Currency" type="CurrencyType" minOccurs="0"/>
<xs:element name="Period" type="SalaryPeriodType" minOccurs="0"/>
<xs:element name="Relocation" type="xs:string" minOccurs="0"/>
<xs:element name="Benefits" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CompetencyType

Super-types: None
Sub-types: None
Name CompetencyType
Abstract no
Documentation The text in this mixed content element should be ignored.
XML Instance Representation
<...
description="xs:string [1]"
name="xs:string [1]"
type="xs:string [0..1]">
<!-- Mixed content -->
Start Choice [0..*]
<CompetencyEvidence
typeDescription="xs:string [1]"
type="xs:string [1]"> [1]
<NumericValue> NumericValueType </NumericValue> [0..1]
</CompetencyEvidence>
<CompetencyWeight
type="skillProficiency [1]"> [1]
<StringValue> StringValueType </StringValue> [1]
</CompetencyWeight>
End Choice
</...>
Schema Component Representation
<xs:complexType name="CompetencyType" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="CompetencyEvidence">
<xs:complexType>
<xs:sequence>
<xs:element name="NumericValue" type="NumericValueType" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="typeDescription" type="xs:string" use="required"/>
<xs:attribute name="type" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="CompetencyWeight">
<xs:complexType>
<xs:sequence>
<xs:element name="StringValue" type="StringValueType"/>
</xs:sequence>
<xs:attribute name="type" type="xs:string" use="required" fixed="skillProficiency"/>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:attribute name="description" type="xs:string" use="required"/>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="type" type="xs:string"/>
</xs:complexType>
top

Complex Type: ContactInformationType

Super-types: None
Sub-types: None
Name ContactInformationType
Abstract no
XML Instance Representation
<...>
<PersonName> [0..1]
<FormattedName> xs:string </FormattedName> [0..1]
<PersonTitle> xs:string </PersonTitle> [0..1]
</PersonName>
<Telephone> [0..1]
<FormattedNumber> xs:string </FormattedNumber> [1]
</Telephone>
<Fax> [0..1]
<FormattedNumber> xs:string </FormattedNumber> [1]
</Fax>
<ContactLocation> [0..1]
<LocationText> xs:string </LocationText> [0..1]
<LocationFirstLine> xs:string </LocationFirstLine> [0..1]
<LocationSecondLine> xs:string </LocationSecondLine> [0..1]
<LocationTown> xs:string </LocationTown> [0..1]
<LocationCounty> xs:string </LocationCounty> [0..1]
<LocationRegion> xs:string </LocationRegion> [0..1]
<LocationCountry> xs:string </LocationCountry> [0..1]
<LocationPostCode> xs:string </LocationPostCode> [0..1]
</ContactLocation>
<InternetEmailAddress
type="contact [1]"> [0..1]
xs:string
</InternetEmailAddress>
<InternetWebAddress
type="xs:token (value comes from list: {'source'|'application'|'furtherInformation'}) [1]"> [0..3]
xs:string
</InternetWebAddress>
</...>
Schema Component Representation
<xs:complexType name="ContactInformationType">
<xs:sequence>
<xs:element name="PersonName" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="FormattedName" type="xs:string" minOccurs="0"/>
<xs:element name="PersonTitle" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Telephone" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="FormattedNumber" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Fax" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="FormattedNumber" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ContactLocation" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="LocationText" type="xs:string" minOccurs="0"/>
<xs:element name="LocationFirstLine" type="xs:string" minOccurs="0"/>
<xs:element name="LocationSecondLine" type="xs:string" minOccurs="0"/>
<xs:element name="LocationTown" type="xs:string" minOccurs="0"/>
<xs:element name="LocationCounty" type="xs:string" minOccurs="0"/>
<xs:element name="LocationRegion" type="xs:string" minOccurs="0"/>
<xs:element name="LocationCountry" type="xs:string" minOccurs="0"/>
<xs:element name="LocationPostCode" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="InternetEmailAddress" minOccurs="0">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="type" type="xs:string" use="required" fixed="contact"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="InternetWebAddress" minOccurs="0" maxOccurs="3">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="type" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="source"/>
<xs:enumeration value="application"/>
<xs:enumeration value="furtherInformation"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
top

Complex Type: MinExperienceType

Super-types: None
Sub-types: None
Name MinExperienceType
Abstract no
XML Instance Representation
<...
years="xs:float [1]"/>
Schema Component Representation
<xs:complexType name="MinExperienceType">
<xs:attribute name="years" type="xs:float" use="required"/>
</xs:complexType>
top

Complex Type: NumericValueType

Super-types: xs:integer < NumericValueType (by extension)
Sub-types: None
Name NumericValueType
Abstract no
XML Instance Representation
<...
minValue="xs:integer [1]"
maxValue="xs:integer [1]">
xs:integer
</...>
Schema Component Representation
<xs:complexType name="NumericValueType">
<xs:simpleContent>
<xs:extension base="xs:integer">
<xs:attribute name="minValue" type="xs:integer" use="required"/>
<xs:attribute name="maxValue" type="xs:integer" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: PositionIdType

Super-types: None
Sub-types: None
Name PositionIdType
Abstract no
XML Instance Representation
<...>
<Id> xs:string </Id> [0..1]
<Domain> [1]
<IdIssuer> xs:string </IdIssuer> [0..1]
<IdType> Id </IdType> [1]
</Domain>
</...>
Schema Component Representation
<xs:complexType name="PositionIdType">
<xs:sequence>
<xs:element name="Id" type="xs:string" minOccurs="0"/>
<xs:element name="Domain">
<xs:complexType>
<xs:sequence>
<xs:element name="IdIssuer" type="xs:string" minOccurs="0"/>
<xs:element name="IdType" type="xs:string" fixed="Id"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
top

Complex Type: PositionLocationType

Super-types: None
Sub-types: None
Name PositionLocationType
Abstract no
XML Instance Representation
<...>
<LocationText> xs:string </LocationText> [0..1]
<LocationFirstLine> xs:string </LocationFirstLine> [0..1]
<LocationSecondLine> xs:string </LocationSecondLine> [0..1]
<LocationTown> xs:string </LocationTown> [0..1]
<LocationCounty> xs:string </LocationCounty> [0..1]
<LocationRegion> xs:string </LocationRegion> [0..1]
<LocationCountry> xs:string </LocationCountry> [0..1]
<LocationPostCode> xs:string </LocationPostCode> [0..1]
</...>
Schema Component Representation
<xs:complexType name="PositionLocationType">
<xs:sequence>
<xs:element name="LocationText" type="xs:string" minOccurs="0"/>
<xs:element name="LocationFirstLine" type="xs:string" minOccurs="0"/>
<xs:element name="LocationSecondLine" type="xs:string" minOccurs="0"/>
<xs:element name="LocationTown" type="xs:string" minOccurs="0"/>
<xs:element name="LocationCounty" type="xs:string" minOccurs="0"/>
<xs:element name="LocationRegion" type="xs:string" minOccurs="0"/>
<xs:element name="LocationCountry" type="xs:string" minOccurs="0"/>
<xs:element name="LocationPostCode" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: PositionStatusType

Super-types: None
Sub-types: None
Name PositionStatusType
Abstract no
XML Instance Representation
<...>
<Code> 1 </Code> [1]
<Description> Active </Description> [1]
</...>
Schema Component Representation
<xs:complexType name="PositionStatusType">
<xs:sequence>
<xs:element name="Code" type="xs:integer" fixed="1"/>
<xs:element name="Description" type="xs:string" fixed="Active"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: PositionTypeType

Super-types: None
Sub-types: None
Name PositionTypeType
Abstract no
XML Instance Representation
<...>
<PERMANENT> 1 </PERMANENT> [0..1]
<TEMPORARY> 1 </TEMPORARY> [0..1]
<CONTRACT> 1 </CONTRACT> [0..1]
</...>
Schema Component Representation
<xs:complexType name="PositionTypeType">
<xs:sequence>
<xs:element name="PERMANENT" type="xs:integer" minOccurs="0" fixed="1"/>
<xs:element name="TEMPORARY" type="xs:integer" minOccurs="0" fixed="1"/>
<xs:element name="CONTRACT" type="xs:integer" minOccurs="0" fixed="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: StringValueType

Super-types: xs:token < StringValueContentType (by restriction) < StringValueType (by extension)
Sub-types: None
Name StringValueType
Abstract no
XML Instance Representation
<...
minValue="BASIC [1]"
maxValue="EXCELLENT [1]">
StringValueContentType
</...>
Schema Component Representation
<xs:complexType name="StringValueType">
<xs:simpleContent>
<xs:extension base="StringValueContentType">
<xs:attribute name="minValue" type="xs:string" use="required" fixed="BASIC"/>
<xs:attribute name="maxValue" type="xs:string" use="required" fixed="EXCELLENT"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: TypeOfHoursType

Super-types: None
Sub-types: None
Name TypeOfHoursType
Abstract no
XML Instance Representation
<...>
<FULLTIME> 1 </FULLTIME> [0..1]
<PARTTIME> 1 </PARTTIME> [0..1]
<PRN> 1 </PRN> [0..1]
<DESCRIPTION> 1 </DESCRIPTION> [0..1]
</...>
Schema Component Representation
<xs:complexType name="TypeOfHoursType">
<xs:sequence>
<xs:element name="FULLTIME" type="xs:integer" minOccurs="0" fixed="1"/>
<xs:element name="PARTTIME" type="xs:integer" minOccurs="0" fixed="1"/>
<xs:element name="PRN" type="xs:integer" minOccurs="0" fixed="1"/>
<xs:element name="DESCRIPTION" type="xs:integer" minOccurs="0" fixed="1"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: UserFieldType

Super-types: None
Sub-types: None
Name UserFieldType
Abstract no
XML Instance Representation
<...>
<Name> xs:string </Name> [1]
<Value> xs:string </Value> [1]
</...>
Schema Component Representation
<xs:complexType name="UserFieldType">
<xs:sequence>
<xs:element name="Name" type="xs:string"/>
<xs:element name="Value" type="xs:string"/>
</xs:sequence>
</xs:complexType>
top

Simple Type: CountryCodeType

Super-types: xs:string < CountryCodeType (by restriction)
Sub-types: None
Name CountryCodeType
Content
  • Base XSD Type: string
  • pattern = [A-Z][A-Z]+
Documentation Conforms to ISO 3166 (but can be empty).
Schema Component Representation
<xs:simpleType name="CountryCodeType">
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z][A-Z]+"/>
<xs:pattern value=""/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: CurrencyType

Super-types: xs:string < CurrencyType (by restriction)
Sub-types: None
Name CurrencyType
Content
  • Base XSD Type: string
  • pattern = [A-Z]{3}
Schema Component Representation
<xs:simpleType name="CurrencyType">
<xs:restriction base="xs:string">
<xs:pattern value="[A-Z]{3}"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: DateWithOptionalTimeType

Super-types: xs:string < DateWithOptionalTimeType (by restriction)
Sub-types: None
Name DateWithOptionalTimeType
Content
  • Base XSD Type: string
  • pattern = (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[012])/\d{4}(:\d{4})?
Schema Component Representation
<xs:simpleType name="DateWithOptionalTimeType">
<xs:restriction base="xs:string">
<xs:pattern value="(0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[012])/\d{4}(:\d{4})?"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: EmptyString

Super-types: xs:string < EmptyString (by restriction)
Sub-types: None
Name EmptyString
Content
  • Base XSD Type: string
  • pattern =
Schema Component Representation
<xs:simpleType name="EmptyString">
<xs:restriction base="xs:string">
<xs:pattern value=""/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: OptionalDateWithOptionalTimeType

Super-types: None
Sub-types: None
Name OptionalDateWithOptionalTimeType
Content
Schema Component Representation
<xs:simpleType name="OptionalDateWithOptionalTimeType">
<xs:union memberTypes="DateWithOptionalTimeType EmptyString"/>
</xs:simpleType>
top

Simple Type: SalaryPeriodType

Super-types: xs:token < SalaryPeriodType (by restriction)
Sub-types: None
Name SalaryPeriodType
Content
  • Base XSD Type: token
  • pattern = YEAR|MONTH|WEEK|DAY|HOUR
Schema Component Representation
<xs:simpleType name="SalaryPeriodType">
<xs:restriction base="xs:token">
<xs:pattern value="YEAR|MONTH|WEEK|DAY|HOUR"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: StringValueContentType

Super-types: xs:token < StringValueContentType (by restriction)
Sub-types:
Name StringValueContentType
Content
  • Base XSD Type: token
  • pattern = EXCELLENT|GOOD|WORKING|INTERMEDIATE|BASIC|Level \d+
Schema Component Representation
<xs:simpleType name="StringValueContentType">
<xs:restriction base="xs:token">
<xs:pattern value="EXCELLENT|GOOD|WORKING|INTERMEDIATE|BASIC|Level \d+"/>
</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
<complexTypename="AusAddress">
<complexContent>
<extensionbase="Address">
<sequence>
<elementname="state" type="AusStates"/>
<elementname="postcode">
<simpleType>
<restrictionbase="string">
<patternvalue="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attributename="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