Universal Business Language 1.0

Table of Contents

top

Schema Document Properties

Target Namespace urn:oasis:names:specification:ubl:schema:xsd:OrderChange-1.0
Version 1.0
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

Declared Namespaces

Prefix Namespace
Default namespace urn:oasis:names:specification:ubl:schema:xsd:OrderChange-1.0
xml http://www.w3.org/XML/1998/namespace
xsd http://www.w3.org/2001/XMLSchema
ccts urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0
cbc urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-1.0
cac urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0
res urn:oasis:names:specification:ubl:schema:xsd:AcknowledgementResponseCode-1.0
udt urn:oasis:names:specification:ubl:schema:xsd:UnspecializedDatatypes-1.0
sdt urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-1.0
stat urn:oasis:names:specification:ubl:schema:xsd:DocumentStatusCode-1.0
cur urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0
Schema Component Representation
<xsd:schema targetNamespace="urn:oasis:names:specification:ubl:schema:xsd:OrderChange-1.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" schemaLocation="../common/UBL-CoreComponentParameters-1.0.xsd"/>
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-1.0" schemaLocation="../common/UBL-CommonBasicComponents-1.0.xsd"/>
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0" schemaLocation="../common/UBL-CommonAggregateComponents-1.0.xsd"/>
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:AcknowledgementResponseCode-1.0" schemaLocation="../codelist/UBL-CodeList-AcknowledgementResponseCode-1.0.xsd"/>
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:UnspecializedDatatypes-1.0" schemaLocation="../common/UBL-UnspecializedDatatypes-1.0.xsd"/>
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-1.0" schemaLocation="../common/UBL-SpecializedDatatypes-1.0.xsd"/>
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:DocumentStatusCode-1.0" schemaLocation="../codelist/UBL-CodeList-DocumentStatusCode-1.0.xsd"/>
<xsd:import namespace="urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0" schemaLocation="../codelist/UBL-CodeList-CurrencyCode-1.0.xsd"/>
...
</xsd:schema>
top

Global Schema Components

Element: OrderChange

Name OrderChange
Type OrderChangeType
Nillable no
Abstract no
Documentation This element MUST be conveyed as the root element in any instance document based on this Schema expression
Diagram
XML Instance Representation
<OrderChange>
<BuyersID> udt:IdentifierType </BuyersID> [0..1] ?
<SellersID> udt:IdentifierType </SellersID> [0..1] ?
<cbc:CopyIndicator> ... </cbc:CopyIndicator> [0..1] ?
<GUID> udt:IdentifierType </GUID> [0..1] ?
<cbc:IssueDate> ... </cbc:IssueDate> [1] ?
<DocumentStatusCode> stat:DocumentStatusCodeType </DocumentStatusCode> [0..1] ?
<SequenceNumberID> udt:IdentifierType </SequenceNumberID> [1] ?
<cbc:Note> ... </cbc:Note> [0..1] ?
<AcknowledgementResponseCode> res:AcknowledgementResponseCodeType </AcknowledgementResponseCode> [0..1] ?
<TransactionCurrencyCode> cur:CurrencyCodeType </TransactionCurrencyCode> [0..1] ?
<PricingCurrencyCode> cur:CurrencyCodeType </PricingCurrencyCode> [0..1] ?
<EarliestDate> ... </EarliestDate> [0..1] ?
<cbc:ExpiryDate> ... </cbc:ExpiryDate> [0..1] ?
<ValidityDurationMeasure> ... </ValidityDurationMeasure> [0..1] ?
<cbc:TaxTotalAmount> ... </cbc:TaxTotalAmount> [0..1] ?
<cbc:LineExtensionTotalAmount> ... </cbc:LineExtensionTotalAmount> [0..1] ?
<TotalPackagesCountQuantity> ... </TotalPackagesCountQuantity> [0..1] ?
<cbc:GrossWeightMeasure> ... </cbc:GrossWeightMeasure> [0..1] ?
<cbc:NetWeightMeasure> ... </cbc:NetWeightMeasure> [0..1] ?
<cbc:NetNetWeightMeasure> ... </cbc:NetNetWeightMeasure> [0..1] ?
<cbc:GrossVolumeMeasure> ... </cbc:GrossVolumeMeasure> [0..1] ?
<cbc:NetVolumeMeasure> ... </cbc:NetVolumeMeasure> [0..1] ?
<LineItemCountNumeric> ... </LineItemCountNumeric> [0..1] ?
<cac:OrderReference> ... </cac:OrderReference> [0..*] ?
<ContractDocumentReference> ... </ContractDocumentReference> [0..1] ?
<QuoteDocumentReference> ... </QuoteDocumentReference> [0..1] ?
<cac:BuyerParty> ... </cac:BuyerParty> [1] ?
<cac:SellerParty> ... </cac:SellerParty> [1] ?
<OriginatorParty> ... </OriginatorParty> [0..1] ?
<FreightForwarderParty> ... </FreightForwarderParty> [0..1] ?
<cac:Delivery> ... </cac:Delivery> [0..*] ?
<cac:DeliveryTerms> ... </cac:DeliveryTerms> [0..1] ?
<cac:AllowanceCharge> ... </cac:AllowanceCharge> [0..*] ?
<cac:SalesConditions> ... </cac:SalesConditions> [0..1] ?
<DestinationCountry> ... </DestinationCountry> [0..1] ?
<cac:OrderLine> ... </cac:OrderLine> [1..*] ?
<cac:PaymentMeans> ... </cac:PaymentMeans> [0..1] ?
</OrderChange>
Schema Component Representation
<xsd:element name="OrderChange" type="OrderChangeType"/>
top

Complex Type: OrderChangeType

Super-types: None
Sub-types: None
Name OrderChangeType
Abstract no
Documentation <ccts:Component> <ccts:ComponentType> ABIE</ccts:ComponentType> <ccts:DictionaryEntryName> Order Change. Details</ccts:DictionaryEntryName> <ccts:Definition> a document that contains information directly relating to the economic event of changing an order</ccts:Definition> <ccts:ObjectClass> Order Change</ccts:ObjectClass> <ccts:AlternativeBusinessTerms> Purchase Order Change</ccts:AlternativeBusinessTerms> </ccts:Component>
Diagram
XML Instance Representation
<...>
<BuyersID> udt:IdentifierType </BuyersID> [0..1] ?
<SellersID> udt:IdentifierType </SellersID> [0..1] ?
<cbc:CopyIndicator> ... </cbc:CopyIndicator> [0..1] ?
<GUID> udt:IdentifierType </GUID> [0..1] ?
<cbc:IssueDate> ... </cbc:IssueDate> [1] ?
<DocumentStatusCode> stat:DocumentStatusCodeType </DocumentStatusCode> [0..1] ?
<SequenceNumberID> udt:IdentifierType </SequenceNumberID> [1] ?
<cbc:Note> ... </cbc:Note> [0..1] ?
<AcknowledgementResponseCode> res:AcknowledgementResponseCodeType </AcknowledgementResponseCode> [0..1] ?
<TransactionCurrencyCode> cur:CurrencyCodeType </TransactionCurrencyCode> [0..1] ?
<PricingCurrencyCode> cur:CurrencyCodeType </PricingCurrencyCode> [0..1] ?
<EarliestDate> ... </EarliestDate> [0..1] ?
<cbc:ExpiryDate> ... </cbc:ExpiryDate> [0..1] ?
<ValidityDurationMeasure> ... </ValidityDurationMeasure> [0..1] ?
<cbc:TaxTotalAmount> ... </cbc:TaxTotalAmount> [0..1] ?
<cbc:LineExtensionTotalAmount> ... </cbc:LineExtensionTotalAmount> [0..1] ?
<TotalPackagesCountQuantity> ... </TotalPackagesCountQuantity> [0..1] ?
<cbc:GrossWeightMeasure> ... </cbc:GrossWeightMeasure> [0..1] ?
<cbc:NetWeightMeasure> ... </cbc:NetWeightMeasure> [0..1] ?
<cbc:NetNetWeightMeasure> ... </cbc:NetNetWeightMeasure> [0..1] ?
<cbc:GrossVolumeMeasure> ... </cbc:GrossVolumeMeasure> [0..1] ?
<cbc:NetVolumeMeasure> ... </cbc:NetVolumeMeasure> [0..1] ?
<LineItemCountNumeric> ... </LineItemCountNumeric> [0..1] ?
<cac:OrderReference> ... </cac:OrderReference> [0..*] ?
<ContractDocumentReference> ... </ContractDocumentReference> [0..1] ?
<QuoteDocumentReference> ... </QuoteDocumentReference> [0..1] ?
<cac:BuyerParty> ... </cac:BuyerParty> [1] ?
<cac:SellerParty> ... </cac:SellerParty> [1] ?
<OriginatorParty> ... </OriginatorParty> [0..1] ?
<FreightForwarderParty> ... </FreightForwarderParty> [0..1] ?
<cac:Delivery> ... </cac:Delivery> [0..*] ?
<cac:DeliveryTerms> ... </cac:DeliveryTerms> [0..1] ?
<cac:AllowanceCharge> ... </cac:AllowanceCharge> [0..*] ?
<cac:SalesConditions> ... </cac:SalesConditions> [0..1] ?
<DestinationCountry> ... </DestinationCountry> [0..1] ?
<cac:OrderLine> ... </cac:OrderLine> [1..*] ?
<cac:PaymentMeans> ... </cac:PaymentMeans> [0..1] ?
</...>
Schema Component Representation
<xsd:complexType name="OrderChangeType">
<xsd:sequence>
<xsd:element name="BuyersID" type="udt:IdentifierType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="SellersID" type="udt:IdentifierType" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cbc:CopyIndicator" minOccurs="0" maxOccurs="1"/>
<xsd:element name="GUID" type="udt:IdentifierType" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cbc:IssueDate" minOccurs="1" maxOccurs="1"/>
<xsd:element name="DocumentStatusCode" type="stat:DocumentStatusCodeType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="SequenceNumberID" type="udt:IdentifierType" minOccurs="1" maxOccurs="1"/>
<xsd:element ref="cbc:Note" minOccurs="0" maxOccurs="1"/>
<xsd:element name="AcknowledgementResponseCode" type="res:AcknowledgementResponseCodeType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="TransactionCurrencyCode" type="cur:CurrencyCodeType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="PricingCurrencyCode" type="cur:CurrencyCodeType" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="EarliestDate" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cbc:ExpiryDate" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="ValidityDurationMeasure" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cbc:TaxTotalAmount" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cbc:LineExtensionTotalAmount" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="TotalPackagesCountQuantity" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cbc:GrossWeightMeasure" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cbc:NetWeightMeasure" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cbc:NetNetWeightMeasure" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cbc:GrossVolumeMeasure" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cbc:NetVolumeMeasure" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="LineItemCountNumeric" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cac:OrderReference" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="ContractDocumentReference" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="QuoteDocumentReference" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cac:BuyerParty" minOccurs="1" maxOccurs="1"/>
<xsd:element ref="cac:SellerParty" minOccurs="1" maxOccurs="1"/>
<xsd:element ref="OriginatorParty" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="FreightForwarderParty" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cac:Delivery" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="cac:DeliveryTerms" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="cac:SalesConditions" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="DestinationCountry" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="cac:OrderLine" minOccurs="1" maxOccurs="unbounded"/>
<xsd:element ref="cac:PaymentMeans" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
top

Element: ContractDocumentReference

Name ContractDocumentReference
Type cac:DocumentReferenceType
Nillable no
Abstract no
Diagram
XML Instance Representation
<ContractDocumentReference>
<ID> udt:IdentifierType </ID> [1] ?
<cbc:CopyIndicator> ... </cbc:CopyIndicator> [0..1] ?
<cbc:IssueDate> ... </cbc:IssueDate> [0..1] ?
<GUID> udt:IdentifierType </GUID> [0..1] ?
</ContractDocumentReference>
Schema Component Representation
<xsd:element name="ContractDocumentReference" type="cac:DocumentReferenceType"/>
top

Element: DestinationCountry

Name DestinationCountry
Type cac:CountryType
Nillable no
Abstract no
Diagram
XML Instance Representation
<DestinationCountry>
<IdentificationCode> cnt:CountryIdentificationCodeType </IdentificationCode> [0..1] ?
<cbc:Name> ... </cbc:Name> [0..1] ?
</DestinationCountry>
Schema Component Representation
<xsd:element name="DestinationCountry" type="cac:CountryType"/>
top

Element: EarliestDate

Name EarliestDate
Type EarliestDateType
Nillable no
Abstract no
Diagram
XML Instance Representation
<EarliestDate>
udt:DateType
</EarliestDate>
Schema Component Representation
<xsd:element name="EarliestDate" type="EarliestDateType"/>
top

Element: FreightForwarderParty

Name FreightForwarderParty
Type cac:PartyType
Nillable no
Abstract no
Diagram
XML Instance Representation
<FreightForwarderParty>
<cbc:MarkCareIndicator> ... </cbc:MarkCareIndicator> [0..1] ?
<cbc:MarkAttentionIndicator> ... </cbc:MarkAttentionIndicator> [0..1] ?
<PartyIdentification> ... </PartyIdentification> [0..*] ?
<PartyName> ... </PartyName> [0..1] ?
<Address> ... </Address> [0..1] ?
<PartyTaxScheme> ... </PartyTaxScheme> [0..*] ?
<Contact> ... </Contact> [0..1] ?
<Language> ... </Language> [0..1] ?
</FreightForwarderParty>
Schema Component Representation
<xsd:element name="FreightForwarderParty" type="cac:PartyType"/>
top

Element: LineItemCountNumeric

Name LineItemCountNumeric
Type LineItemCountNumericType
Nillable no
Abstract no
Diagram
XML Instance Representation
<LineItemCountNumeric>
udt:NumericType
</LineItemCountNumeric>
Schema Component Representation
<xsd:element name="LineItemCountNumeric" type="LineItemCountNumericType"/>
top

Element: OriginatorParty

Name OriginatorParty
Type cac:PartyType
Nillable no
Abstract no
Diagram
XML Instance Representation
<OriginatorParty>
<cbc:MarkCareIndicator> ... </cbc:MarkCareIndicator> [0..1] ?
<cbc:MarkAttentionIndicator> ... </cbc:MarkAttentionIndicator> [0..1] ?
<PartyIdentification> ... </PartyIdentification> [0..*] ?
<PartyName> ... </PartyName> [0..1] ?
<Address> ... </Address> [0..1] ?
<PartyTaxScheme> ... </PartyTaxScheme> [0..*] ?
<Contact> ... </Contact> [0..1] ?
<Language> ... </Language> [0..1] ?
</OriginatorParty>
Schema Component Representation
<xsd:element name="OriginatorParty" type="cac:PartyType"/>
top

Element: PackagesCountQuantity

Name PackagesCountQuantity
Type PackagesCountQuantityType
Nillable no
Abstract no
Diagram
XML Instance Representation
<PackagesCountQuantity
quantityUnitCode="xsd:normalizedString [1]"
quantityUnitCodeListID="xsd:normalizedString [0..1]"
quantityUnitCodeListAgencyID="xsd:normalizedString [0..1]"
quantityUnitCodeListAgencyName="xsd:string [0..1]">
udt:QuantityType
</PackagesCountQuantity>
Schema Component Representation
<xsd:element name="PackagesCountQuantity" type="PackagesCountQuantityType"/>
top

Element: QuoteDocumentReference

Name QuoteDocumentReference
Type cac:DocumentReferenceType
Nillable no
Abstract no
Diagram
XML Instance Representation
<QuoteDocumentReference>
<ID> udt:IdentifierType </ID> [1] ?
<cbc:CopyIndicator> ... </cbc:CopyIndicator> [0..1] ?
<cbc:IssueDate> ... </cbc:IssueDate> [0..1] ?
<GUID> udt:IdentifierType </GUID> [0..1] ?
</QuoteDocumentReference>
Schema Component Representation
<xsd:element name="QuoteDocumentReference" type="cac:DocumentReferenceType"/>
top

Element: TotalPackagesCountQuantity

Name TotalPackagesCountQuantity
Type PackagesCountQuantityType
Nillable no
Abstract no
Diagram
XML Instance Representation
<TotalPackagesCountQuantity
quantityUnitCode="xsd:normalizedString [1]"
quantityUnitCodeListID="xsd:normalizedString [0..1]"
quantityUnitCodeListAgencyID="xsd:normalizedString [0..1]"
quantityUnitCodeListAgencyName="xsd:string [0..1]">
udt:QuantityType
</TotalPackagesCountQuantity>
Schema Component Representation
<xsd:element name="TotalPackagesCountQuantity" type="PackagesCountQuantityType"/>
top

Element: ValidityDurationMeasure

Name ValidityDurationMeasure
Type ValidityDurationMeasureType
Nillable no
Abstract no
Diagram
XML Instance Representation
<ValidityDurationMeasure
measureUnitCode="xsd:normalizedString [1]"
measureUnitCodeListVersionID="xsd:normalizedString [0..1]">
udt:MeasureType
</ValidityDurationMeasure>
Schema Component Representation
<xsd:element name="ValidityDurationMeasure" type="ValidityDurationMeasureType"/>
top

Complex Type: EarliestDateType

Super-types: udt:DateType < EarliestDateType (by extension)
Sub-types: None
Name EarliestDateType
Abstract no
Diagram
XML Instance Representation
<...>
udt:DateType
</...>
Schema Component Representation
<xsd:complexType name="EarliestDateType">
<xsd:simpleContent>
<xsd:extension base="udt:DateType"/>
</xsd:simpleContent>
</xsd:complexType>
top

Complex Type: LineItemCountNumericType

Super-types: udt:NumericType < LineItemCountNumericType (by extension)
Sub-types: None
Name LineItemCountNumericType
Abstract no
Diagram
XML Instance Representation
<...>
udt:NumericType
</...>
Schema Component Representation
<xsd:complexType name="LineItemCountNumericType">
<xsd:simpleContent>
<xsd:extension base="udt:NumericType"/>
</xsd:simpleContent>
</xsd:complexType>
top

Complex Type: PackagesCountQuantityType

Super-types: udt:QuantityType < PackagesCountQuantityType (by extension)
Sub-types: None
Name PackagesCountQuantityType
Abstract no
Diagram
XML Instance Representation
<...
quantityUnitCode="xsd:normalizedString [1]"
quantityUnitCodeListID="xsd:normalizedString [0..1]"
quantityUnitCodeListAgencyID="xsd:normalizedString [0..1]"
quantityUnitCodeListAgencyName="xsd:string [0..1]">
udt:QuantityType
</...>
Schema Component Representation
<xsd:complexType name="PackagesCountQuantityType">
<xsd:simpleContent>
<xsd:extension base="udt:QuantityType"/>
</xsd:simpleContent>
</xsd:complexType>
top

Complex Type: ValidityDurationMeasureType

Super-types: udt:MeasureType < ValidityDurationMeasureType (by extension)
Sub-types: None
Name ValidityDurationMeasureType
Abstract no
Diagram
XML Instance Representation
<...
measureUnitCode="xsd:normalizedString [1]"
measureUnitCodeListVersionID="xsd:normalizedString [0..1]">
udt:MeasureType
</...>
Schema Component Representation
<xsd:complexType name="ValidityDurationMeasureType">
<xsd:simpleContent>
<xsd:extension base="udt:MeasureType"/>
</xsd:simpleContent>
</xsd:complexType>
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