XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace None
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.
Documentation Schema for defining the various entities that will be used for all ExpressLabel functions.

Declared Namespaces

Prefix Namespace
xsd http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
Schema Component Representation
<xsd:schema>
...
</xsd:schema>
top

Global Declarations

Element: brokenRules

Name brokenRules
Type Locally-defined complex type
Nillable no
Abstract no
Documentation List of business rules that have been breached by the input and that will require the user to correct in order to print labels on resubmission of XML input file.
XML Instance Representation
<brokenRules
key=" xsd:string [1] ?">
<errorCode> xsd:int </errorCode> [1] ?
<errorDescription> xsd:string </errorDescription> [1] ?
</brokenRules>
Schema Component Representation
<xsd:element name="brokenRules">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="errorCode" type=" xsd:int " minOccurs="1"/>
<xsd:element name="errorDescription" type=" xsd:string " minOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="key" type=" xsd:string " use="required"/>
</xsd:complexType>
</xsd:element>
top

Element: fault

Name fault
Type Locally-defined complex type
Nillable no
Abstract no
Documentation List of faults that have occured during teh processign of multiple requests
XML Instance Representation
<fault
key=" xsd:string [1] ?"/>
Schema Component Representation
<xsd:element name="fault">
<xsd:complexType>
<xsd:attribute name="key" type=" xsd:string " use="required"/>
</xsd:complexType>
</xsd:element>
top

Global Definitions

Complex Type: accountType

Super-types: None
Sub-types: None
Name accountType
Abstract no
Documentation Information about a TNT account which includes the account number and country code.
XML Instance Representation
<...>
<accountNumber> stringMaxLength10 </accountNumber> [1] ?
<accountCountry> stringMinLength2MaxLength2 </accountCountry> [1] ?
</...>
Schema Component Representation
<xsd:complexType name="accountType">
<xsd:sequence>
<xsd:element name="accountNumber" type=" stringMaxLength10 " minOccurs="1"/>
<xsd:element name="accountCountry" type=" stringMinLength2MaxLength2 " minOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: consignmentIdentityType

Super-types: None
Sub-types: None
Name consignmentIdentityType
Abstract no
Documentation This element contains a consignment number and optional customer reference. These values are used to distinguish a consignment from any other consignment. This value appears on a routing label and is used as the key for a consignment.
XML Instance Representation
<...>
<consignmentNumber> xsd:string </consignmentNumber> [1] ?
<customerReference> xsd:string </customerReference> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="consignmentIdentityType">
<xsd:sequence>
<xsd:element name="consignmentNumber" type=" xsd:string " minOccurs="1"/>
<xsd:element name="customerReference" type=" xsd:string " minOccurs="0" nillable="true"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: contactType

Super-types: None
Sub-types: None
Name contactType
Abstract no
Documentation Information about the contact person at the relevant address.
XML Instance Representation
<...>
<name> stringMaxLength30 </name> [0..1] ?
<telephoneNumber> stringMaxLength30 </telephoneNumber> [0..1] ?
<emailAddress> xsd:string </emailAddress> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="contactType">
<xsd:sequence>
<xsd:element name="name" type=" stringMaxLength30 " minOccurs="0" maxOccurs="1"/>
<xsd:element name="telephoneNumber" type=" stringMaxLength30 " minOccurs="0" maxOccurs="1"/>
<xsd:element name="emailAddress" type=" xsd:string " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: depotType

Super-types: None
Sub-types: None
Name depotType
Abstract no
Documentation Details relating to a TNT depot which could be the origin, destination or transit depot on the route calculated by TNT to deliver a consignment.
XML Instance Representation
<...>
<depotCode> stringMinLength3MaxLength3 </depotCode> [1] ?
</...>
Schema Component Representation
<xsd:complexType name="depotType">
<xsd:sequence>
<xsd:element name="depotCode" type=" stringMinLength3MaxLength3 " minOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: marketType

Super-types: None
Sub-types: None
Name marketType
Abstract no
Documentation This identifies the market type for the consignment comprising the origin country and whether the consignment is being shipped domestically or internationally and within which international trading block, e.g. 'EU'.
XML Instance Representation
<...>
<originCountryCode> stringMinLength2MaxLength2 </originCountryCode> [1] ?
<marketSpecification> xsd:string </marketSpecification> [1] ?
</...>
Schema Component Representation
<xsd:complexType name="marketType">
<xsd:sequence>
<xsd:element name="originCountryCode" type=" stringMinLength2MaxLength2 " minOccurs="1"/>
<xsd:element name="marketSpecification" type=" xsd:string " minOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: measurementsType

Super-types: None
Sub-types: None
Name measurementsType
Abstract no
Documentation The dimensions (height, width, length) and weight of the consignment, piece or article. Data must be provided in metres for dimensions, kilograms for weight.
XML Instance Representation
<...>
<length> doubleMaxExclusive100MinInclusive0.01 </length> [1] ?
<width> doubleMaxExclusive100MinInclusive0.01 </width> [1] ?
<height> doubleMaxExclusive100MinInclusive0.01 </height> [1] ?
<weight> doubleMaxExclusive100000MinInclusive0.01 </weight> [1] ?
</...>
Schema Component Representation
<xsd:complexType name="measurementsType">
<xsd:sequence>
<xsd:element name="length" type=" doubleMaxExclusive100MinInclusive0.01 " minOccurs="1"/>
<xsd:element name="width" type=" doubleMaxExclusive100MinInclusive0.01 " minOccurs="1"/>
<xsd:element name="height" type=" doubleMaxExclusive100MinInclusive0.01 " minOccurs="1"/>
<xsd:element name="weight" type=" doubleMaxExclusive100000MinInclusive0.01 " minOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: nameAndAddressRequestType

Super-types: None
Sub-types: None
Name nameAndAddressRequestType
Abstract no
Documentation Information relating to name and address for a participant in the consignment. Examples of a participant are: The Sender - the company sending the consignment The Receiver - the company receiving the consignment The Collection Address - the address from which the consignment is picked up The Delivery Address - the address to which the consignment should be delivered
XML Instance Representation
<...>
<name> stringMaxLength40 </name> [1] ?
<addressLine1> stringMaxLength30 </addressLine1> [1] ?
<addressLine2> stringMaxLength30 </addressLine2> [0..1] ?
<addressLine3> stringMaxLength30 </addressLine3> [0..1] ?
<town> stringMaxLength40 </town> [0..1] ?
<exactMatch> booleanEnum </exactMatch> [0..1] ?
<province> stringMaxLength30 </province> [0..1] ?
<postcode> stringMaxLength9 </postcode> [0..1] ?
<country> stringMinLength2MaxLength2 </country> [1] ?
</...>
Schema Component Representation
<xsd:complexType name="nameAndAddressRequestType">
<xsd:sequence>
<xsd:element name="name" type=" stringMaxLength40 " minOccurs="1"/>
<xsd:element name="addressLine1" type=" stringMaxLength30 " minOccurs="1"/>
<xsd:element name="addressLine2" type=" stringMaxLength30 " minOccurs="0" nillable="true"/>
<xsd:element name="addressLine3" type=" stringMaxLength30 " minOccurs="0" nillable="true"/>
<xsd:element name="town" type=" stringMaxLength40 " minOccurs="0"/>
<xsd:element name="exactMatch" type=" booleanEnum " minOccurs="0" default="Y"/>
<xsd:element name="province" type=" stringMaxLength30 " minOccurs="0"/>
<xsd:element name="postcode" type=" stringMaxLength9 " minOccurs="0"/>
<xsd:element name="country" type=" stringMinLength2MaxLength2 " minOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: nameAndAddressResponseType

Super-types: None
Sub-types: None
Name nameAndAddressResponseType
Abstract no
Documentation Information relating to name and address for a participant in the consignment. Examples of a participant are: The Sender - the company sending the consignment The Receiver - the company receiving the consignment The Collection Address - the address from which the consignment is picked up The Delivery Address - the address to which the consignment should be delivered
XML Instance Representation
<...>
<name> stringMaxLength40 </name> [1] ?
<addressLine1> stringMaxLength30 </addressLine1> [1] ?
<addressLine2> stringMaxLength30 </addressLine2> [0..1] ?
<addressLine3> stringMaxLength30 </addressLine3> [0..1] ?
<town> stringMaxLength40 </town> [1] ?
<province> stringMaxLength30 </province> [0..1] ?
<postcode> stringMaxLength9 </postcode> [0..1] ?
<country> stringMinLength2MaxLength2 </country> [1] ?
</...>
Schema Component Representation
<xsd:complexType name="nameAndAddressResponseType">
<xsd:sequence>
<xsd:element name="name" type=" stringMaxLength40 " minOccurs="1"/>
<xsd:element name="addressLine1" type=" stringMaxLength30 " minOccurs="1"/>
<xsd:element name="addressLine2" type=" stringMaxLength30 " minOccurs="0" nillable="true"/>
<xsd:element name="addressLine3" type=" stringMaxLength30 " minOccurs="0" nillable="true"/>
<xsd:element name="town" type=" stringMaxLength40 " minOccurs="1"/>
<xsd:element name="province" type=" stringMaxLength30 " minOccurs="0"/>
<xsd:element name="postcode" type=" stringMaxLength9 " minOccurs="0"/>
<xsd:element name="country" type=" stringMinLength2MaxLength2 " minOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: optionType

Super-types: None
Sub-types: None
Name optionType
Abstract no
Documentation The type of option chosen for this consignment. Examples include insurance, priority.
XML Instance Representation
<...>
<optionId> xsd:string </optionId> [0..5] ?
</...>
Schema Component Representation
<xsd:complexType name="optionType">
<xsd:sequence>
<xsd:element name="optionId" type=" xsd:string " minOccurs="0" maxOccurs="5"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: pieceLineType

Super-types: None
Sub-types: None
Name pieceLineType
Abstract no
Documentation A piece line describes a kind of piece sharing the same physical attributes. (A piece is a package, box, envelope or shippable unit. All pieces which are identical are defined for convenience as a piece line with a number of units.) For example if there are 5 boxes of 0.1m x 0.2m x 0.3m of weight 0.1kg and 1 box of 0.4m x 0.4m x 0.4 of weight 0.5kg this equates to two piece lines as follows: PieceLine1: 0.1m x 0.2m x 0.3m, weight 0.1kg, number of units=5 PieceLine2: 0.4m x 0.4m x 0.4m, weight 0.5kg, number of units=1
XML Instance Representation
<...>
<identifier> xsd:int </identifier> [1] ?
<goodsDescription> stringMaxLength30 </goodsDescription> [1] ?
<barcodeForCustomer> booleanEnum </barcodeForCustomer> [0..1] ?
<pieceMeasurements> measurementsType </pieceMeasurements> [1] ?
<pieces> pieceType </pieces> [1..99] ?
</...>
Schema Component Representation
<xsd:complexType name="pieceLineType">
<xsd:sequence>
<xsd:element name="identifier" type=" xsd:int " minOccurs="1"/>
<xsd:element name="goodsDescription" type=" stringMaxLength30 " minOccurs="1"/>
<xsd:element name="barcodeForCustomer" type=" booleanEnum " minOccurs="0"/>
<xsd:element name="pieceMeasurements" type=" measurementsType " minOccurs="1"/>
<xsd:element name="pieces" type=" pieceType " minOccurs="1" maxOccurs="99"/>
</xsd:sequence>
</xsd:complexType>
top

Complex Type: pieceType

Super-types: None
Sub-types: None
Name pieceType
Abstract no
Documentation This element is used to identify all the pieces that should be grouped together by the given reference. The list of sequence numbers is included (one sequenceNumber element per piece) with a single pieceReference element.
XML Instance Representation
<...>
<sequenceNumbers> xsd:string </sequenceNumbers> [1] ?
<pieceReference> xsd:string </pieceReference> [1] ?
</...>
Schema Component Representation
<xsd:complexType name="pieceType">
<xsd:sequence>
<xsd:element name="sequenceNumbers" type=" xsd:string " minOccurs="1" maxOccurs="1"/>
<xsd:element name="pieceReference" type=" xsd:string " minOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
top

Simple Type: booleanEnum

Super-types: xsd:string < booleanEnum (by restriction)
Sub-types: None
Name booleanEnum
Content
  • Base XSD Type: string
  • value comes from list: {'N'|'Y'}
Schema Component Representation
<xsd:simpleType name="booleanEnum">
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="N"/>
<xsd:enumeration value="Y"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: cashTypeEnum

Super-types: xsd:string < cashTypeEnum (by restriction)
Sub-types: None
Name cashTypeEnum
Content
  • Base XSD Type: string
  • value comes from list: {'0'|'1'}
Schema Component Representation
<xsd:simpleType name="cashTypeEnum">
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="0"/>
<xsd:enumeration value="1"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: doubleMaxExclusive100000MinInclusive0.01

Super-types: xsd:double < doubleMaxExclusive100000MinInclusive0.01 (by restriction)
Sub-types: None
Name doubleMaxExclusive100000MinInclusive0.01
Content
  • Base XSD Type: double
  • 0.01 <= value < 100000
Schema Component Representation
<xsd:simpleType name="doubleMaxExclusive100000MinInclusive0.01">
<xsd:restriction base=" xsd:double ">
<xsd:maxExclusive value="100000"/>
<xsd:minInclusive value="0.01"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: doubleMaxExclusive100MinInclusive0.01

Super-types: xsd:double < doubleMaxExclusive100MinInclusive0.01 (by restriction)
Sub-types: None
Name doubleMaxExclusive100MinInclusive0.01
Content
  • Base XSD Type: double
  • 0.01 <= value < 100
Schema Component Representation
<xsd:simpleType name="doubleMaxExclusive100MinInclusive0.01">
<xsd:restriction base=" xsd:double ">
<xsd:maxExclusive value="100"/>
<xsd:minInclusive value="0.01"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: doubleTwoDecimalPlaces

Super-types: xsd:decimal < doubleTwoDecimalPlaces (by restriction)
Sub-types: None
Name doubleTwoDecimalPlaces
Content
  • Base XSD Type: decimal
  • no. of fraction digits = 2
Schema Component Representation
<xsd:simpleType name="doubleTwoDecimalPlaces">
<xsd:restriction base=" xsd:decimal ">
<xsd:fractionDigits value="2"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: integerMin0Max9

Super-types: xsd:int < integerMin0Max9 (by restriction)
Sub-types: None
Name integerMin0Max9
Content
  • Base XSD Type: int
  • 0 <= value <= 9
Schema Component Representation
<xsd:simpleType name="integerMin0Max9">
<xsd:restriction base=" xsd:int ">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="9"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: longMaxLength10

Super-types: xsd:long < longMaxLength10 (by restriction)
Sub-types: None
Name longMaxLength10
Content
  • Base XSD Type: long
  • 0 <= value < 10000000000
Schema Component Representation
<xsd:simpleType name="longMaxLength10">
<xsd:restriction base=" xsd:long ">
<xsd:minInclusive value="0"/>
<xsd:maxExclusive value="10000000000"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: productTypeEnum

Super-types: xsd:string < productTypeEnum (by restriction)
Sub-types: None
Name productTypeEnum
Content
  • Base XSD Type: string
  • value comes from list: {'N'|'D'}
Schema Component Representation
<xsd:simpleType name="productTypeEnum">
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="N"/>
<xsd:enumeration value="D"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: senderReceiverEnum

Super-types: xsd:string < senderReceiverEnum (by restriction)
Sub-types: None
Name senderReceiverEnum
Content
  • Base XSD Type: string
  • value comes from list: {'S'|'R'}
Schema Component Representation
<xsd:simpleType name="senderReceiverEnum">
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="S"/>
<xsd:enumeration value="R"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: stringMaxLength10

Super-types: xsd:string < stringMaxLength10 (by restriction)
Sub-types: None
Name stringMaxLength10
Content
  • Base XSD Type: string
  • length <= 10
Schema Component Representation
<xsd:simpleType name="stringMaxLength10">
<xsd:restriction base=" xsd:string ">
<xsd:maxLength value="10"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: stringMaxLength100

Super-types: xsd:string < stringMaxLength100 (by restriction)
Sub-types: None
Name stringMaxLength100
Content
  • Base XSD Type: string
  • length <= 100
Schema Component Representation
<xsd:simpleType name="stringMaxLength100">
<xsd:restriction base=" xsd:string ">
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: stringMaxLength30

Super-types: xsd:string < stringMaxLength30 (by restriction)
Sub-types: None
Name stringMaxLength30
Content
  • Base XSD Type: string
  • length <= 30
Schema Component Representation
<xsd:simpleType name="stringMaxLength30">
<xsd:restriction base=" xsd:string ">
<xsd:maxLength value="30"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: stringMaxLength4

Super-types: xsd:string < stringMaxLength4 (by restriction)
Sub-types: None
Name stringMaxLength4
Content
  • Base XSD Type: string
  • length <= 4
Schema Component Representation
<xsd:simpleType name="stringMaxLength4">
<xsd:restriction base=" xsd:string ">
<xsd:maxLength value="4"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: stringMaxLength40

Super-types: xsd:string < stringMaxLength40 (by restriction)
Sub-types: None
Name stringMaxLength40
Content
  • Base XSD Type: string
  • length <= 40
Schema Component Representation
<xsd:simpleType name="stringMaxLength40">
<xsd:restriction base=" xsd:string ">
<xsd:maxLength value="40"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: stringMaxLength9

Super-types: xsd:string < stringMaxLength9 (by restriction)
Sub-types: None
Name stringMaxLength9
Content
  • Base XSD Type: string
  • length <= 9
Schema Component Representation
<xsd:simpleType name="stringMaxLength9">
<xsd:restriction base=" xsd:string ">
<xsd:maxLength value="9"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: stringMinLength2MaxLength2

Super-types: xsd:string < stringMinLength2MaxLength2 (by restriction)
Sub-types: None
Name stringMinLength2MaxLength2
Content
  • Base XSD Type: string
  • length >= 2
Schema Component Representation
<xsd:simpleType name="stringMinLength2MaxLength2">
<xsd:restriction base=" xsd:string ">
<xsd:minLength value="2"/>
<xsd:maxLength value="2"/>
</xsd:restriction>
</xsd:simpleType>
top

Simple Type: stringMinLength3MaxLength3

Super-types: xsd:string < stringMinLength3MaxLength3 (by restriction)
Sub-types: None
Name stringMinLength3MaxLength3
Content
  • Base XSD Type: string
  • length >= 3
Schema Component Representation
<xsd:simpleType name="stringMinLength3MaxLength3">
<xsd:restriction base=" xsd:string ">
<xsd:minLength value="3"/>
<xsd:maxLength value="3"/>
</xsd:restriction>
</xsd: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