XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://toyota.cz/Cars
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
tns http://toyota.cz/Cars
Schema Component Representation
<xs:schema elementFormDefault="qualified" targetNamespace="http://toyota.cz/Cars">
<xs:import schemaLocation="FleetService1.Arrays.xsd" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
...
</xs:schema>
top

Global Declarations

Element: Address

Name Address
Type tns:Address
Nillable yes
Abstract no
Diagram
XML Instance Representation
<tns:Address>
<tns:Street> xs:string </tns:Street> [1] ?
<tns:City> xs:string </tns:City> [1] ?
<tns:PostalCode> xs:string </tns:PostalCode> [1] ?
<tns:Country> xs:string </tns:Country> [1] ?
</tns:Address>
Schema Component Representation
<xs:element name="Address" type="tns:Address" nillable="true"/>
top

Element: ArrayOfFleetDetail

Name ArrayOfFleetDetail
Type tns:ArrayOfFleetDetail
Nillable yes
Abstract no
Diagram
XML Instance Representation
<tns:ArrayOfFleetDetail>
<tns:FleetDetail> tns:FleetDetail </tns:FleetDetail> [0..*]
</tns:ArrayOfFleetDetail>
Schema Component Representation
<xs:element name="ArrayOfFleetDetail" type="tns:ArrayOfFleetDetail" nillable="true"/>
top

Element: ArrayOfFleetLine

Name ArrayOfFleetLine
Type tns:ArrayOfFleetLine
Nillable yes
Abstract no
Diagram
XML Instance Representation
<tns:ArrayOfFleetLine>
<tns:FleetLine> tns:FleetLine </tns:FleetLine> [0..*]
</tns:ArrayOfFleetLine>
Schema Component Representation
<xs:element name="ArrayOfFleetLine" type="tns:ArrayOfFleetLine" nillable="true"/>
top

Element: CreateFleets

Name CreateFleets
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<tns:CreateFleets>
<tns:fleets> tns:Fleets </tns:fleets> [0..1]
</tns:CreateFleets>
Schema Component Representation
<xs:element name="CreateFleets">
<xs:complexType>
<xs:sequence>
<xs:element name="fleets" type="tns:Fleets" minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: CreateFleetsResponse

Name CreateFleetsResponse
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<tns:CreateFleetsResponse/>
Schema Component Representation
<xs:element name="CreateFleetsResponse">
<xs:complexType>
<xs:sequence/>
</xs:complexType>
</xs:element>
top

Element: Fleet

Name Fleet
Type tns:Fleet
Nillable yes
Abstract no
Diagram
XML Instance Representation
<tns:Fleet>
<tns:RetailerCode> xs:string </tns:RetailerCode> [1] ?
<tns:FleetPartner> tns:FleetPartner </tns:FleetPartner> [1] ?
<tns:MainContact> tns:MainContact </tns:MainContact> [1] ?
<tns:CreateDate> xs:dateTime </tns:CreateDate> [1] ?
<tns:ExpirationDate> xs:dateTime </tns:ExpirationDate> [1] ?
<tns:Code> xs:string </tns:Code> [1] ?
<tns:IsPromotionEnabled> xs:boolean </tns:IsPromotionEnabled> [1]
<tns:IsCentral> xs:boolean </tns:IsCentral> [1]
<tns:IsPaymentRemitted> xs:boolean </tns:IsPaymentRemitted> [1]
<tns:Models> tns:Models </tns:Models> [1] ?
</tns:Fleet>
Schema Component Representation
<xs:element name="Fleet" type="tns:Fleet" nillable="true"/>
top

Element: FleetDetail

Name FleetDetail
Type tns:FleetDetail
Nillable yes
Abstract no
Diagram
XML Instance Representation
<tns:FleetDetail>
<tns:RetailerCode> xs:string </tns:RetailerCode> [1] ?
<tns:Code> xs:string </tns:Code> [1] ?
<tns:IsPromotionEnabled> xs:boolean </tns:IsPromotionEnabled> [1] ?
<tns:IsCentral> xs:boolean </tns:IsCentral> [1] ?
<tns:IsPaymentRemitted> xs:boolean </tns:IsPaymentRemitted> [1] ?
<tns:FleetLines> tns:ArrayOfFleetLine </tns:FleetLines> [1] ?
</tns:FleetDetail>
Schema Component Representation
<xs:element name="FleetDetail" type="tns:FleetDetail" nillable="true"/>
top

Element: FleetDetails

Name FleetDetails
Type tns:FleetDetails
Nillable yes
Abstract no
Diagram
XML Instance Representation
<tns:FleetDetails>
<tns:FleetDetail> tns:ArrayOfFleetDetail </tns:FleetDetail> [1] ?
</tns:FleetDetails>
Schema Component Representation
<xs:element name="FleetDetails" type="tns:FleetDetails" nillable="true"/>
top

Element: FleetLine

Name FleetLine
Type tns:FleetLine
Nillable yes
Abstract no
Diagram
XML Instance Representation
<tns:FleetLine>
<tns:OrderNumber> xs:string </tns:OrderNumber> [1] ?
<tns:OrderDate> xs:dateTime </tns:OrderDate> [1] ?
<tns:ModelName> xs:string </tns:ModelName> [1] ?
<tns:SSN> xs:string </tns:SSN> [1] ?
<tns:FullKatashiki> xs:string </tns:FullKatashiki> [1] ?
<tns:Katashiki> xs:string </tns:Katashiki> [1] ?
<tns:Color> xs:string </tns:Color> [1] ?
<tns:VIN> xs:string </tns:VIN> [1] ?
<tns:URN> xs:string </tns:URN> [1] ?
<tns:InvoiceCreateDate> xs:dateTime </tns:InvoiceCreateDate> [1] ?
<tns:InvoicePrice> xs:double </tns:InvoicePrice> [1] ?
<tns:FleetDiscount> xs:double </tns:FleetDiscount> [1] ?
<tns:Currency> xs:string </tns:Currency> [1] ?
</tns:FleetLine>
Schema Component Representation
<xs:element name="FleetLine" type="tns:FleetLine" nillable="true"/>
top

Element: FleetPartner

Name FleetPartner
Type tns:FleetPartner
Nillable yes
Abstract no
Diagram
XML Instance Representation
<tns:FleetPartner>
<tns:TradeRegId> xs:string </tns:TradeRegId> [1] ?
<tns:Name> xs:string </tns:Name> [1] ?
<tns:Phone> xs:string </tns:Phone> [1] ?
<tns:Email> xs:string </tns:Email> [1] ?
<tns:Address> tns:Address </tns:Address> [1] ?
</tns:FleetPartner>
Schema Component Representation
<xs:element name="FleetPartner" type="tns:FleetPartner" nillable="true"/>
top

Element: Fleets

Name Fleets
Type tns:Fleets
Nillable yes
Abstract no
Diagram
XML Instance Representation
<tns:Fleets>
<tns:Fleet> tns:Fleet </tns:Fleet> [0..*] ?
</tns:Fleets>
Schema Component Representation
<xs:element name="Fleets" type="tns:Fleets" nillable="true"/>
top

Element: GetFleets

Name GetFleets
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<tns:GetFleets>
<tns:fleetIds> q1:ArrayOfint </tns:fleetIds> [0..1]
</tns:GetFleets>
Schema Component Representation
<xs:element name="GetFleets">
<xs:complexType>
<xs:sequence>
<xs:element name="fleetIds" type="q1:ArrayOfint" minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: GetFleetsResponse

Name GetFleetsResponse
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<tns:GetFleetsResponse>
<tns:GetFleetsResult> tns:FleetDetails </tns:GetFleetsResult> [0..1]
</tns:GetFleetsResponse>
Schema Component Representation
<xs:element name="GetFleetsResponse">
<xs:complexType>
<xs:sequence>
<xs:element name="GetFleetsResult" type="tns:FleetDetails" minOccurs="0" nillable="true"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: MainContact

Name MainContact
Type tns:MainContact
Nillable yes
Abstract no
Diagram
XML Instance Representation
<tns:MainContact>
<tns:FirstName> xs:string </tns:FirstName> [1] ?
<tns:LastName> xs:string </tns:LastName> [1] ?
<tns:Phone> xs:string </tns:Phone> [1] ?
<tns:Email> xs:string </tns:Email> [1] ?
<tns:Address> tns:Address </tns:Address> [1] ?
</tns:MainContact>
Schema Component Representation
<xs:element name="MainContact" type="tns:MainContact" nillable="true"/>
top

Element: Model

Name Model
Type tns:Model
Nillable yes
Abstract no
Diagram
XML Instance Representation
<tns:Model>
<tns:Code> xs:string </tns:Code> [1] ?
<tns:Qty> xs:short </tns:Qty> [1] ?
<tns:CustomerDiscount> xs:decimal </tns:CustomerDiscount> [1] ?
<tns:NmscSupport> xs:decimal </tns:NmscSupport> [1] ?
<tns:RetailerMargin> xs:decimal </tns:RetailerMargin> [1] ?
</tns:Model>
Schema Component Representation
<xs:element name="Model" type="tns:Model" nillable="true"/>
top

Element: Models

Name Models
Type tns:Models
Nillable yes
Abstract no
Diagram
XML Instance Representation
<tns:Models>
<tns:Model> tns:Model </tns:Model> [0..*]
</tns:Models>
Schema Component Representation
<xs:element name="Models" type="tns:Models" nillable="true"/>
top

Global Definitions

Complex Type: Address

Super-types: None
Sub-types: None
Name Address
Abstract no
Documentation Address
More information at: TMCZ.
Diagram
XML Instance Representation
<...>
<tns:Street> xs:string </tns:Street> [1] ?
<tns:City> xs:string </tns:City> [1] ?
<tns:PostalCode> xs:string </tns:PostalCode> [1] ?
<tns:Country> xs:string </tns:Country> [1] ?
</...>
Schema Component Representation
<xs:complexType name="Address">
<xs:sequence>
<xs:element name="Street" type="xs:string" nillable="true"/>
<xs:element name="City" type="xs:string" nillable="true"/>
<xs:element name="PostalCode" type="xs:string" nillable="true"/>
<xs:element name="Country" type="xs:string" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ArrayOfFleetDetail

Super-types: None
Sub-types: None
Name ArrayOfFleetDetail
Abstract no
Diagram
XML Instance Representation
<...>
<tns:FleetDetail> tns:FleetDetail </tns:FleetDetail> [0..*]
</...>
Schema Component Representation
<xs:complexType name="ArrayOfFleetDetail">
<xs:sequence>
<xs:element name="FleetDetail" type="tns:FleetDetail" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ArrayOfFleetLine

Super-types: None
Sub-types: None
Name ArrayOfFleetLine
Abstract no
Diagram
XML Instance Representation
<...>
<tns:FleetLine> tns:FleetLine </tns:FleetLine> [0..*]
</...>
Schema Component Representation
<xs:complexType name="ArrayOfFleetLine">
<xs:sequence>
<xs:element name="FleetLine" type="tns:FleetLine" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Fleet

Super-types: None
Sub-types: None
Name Fleet
Abstract no
Documentation Fleet.
More information at: TMCZ.
Diagram
XML Instance Representation
<...>
<tns:RetailerCode> xs:string </tns:RetailerCode> [1] ?
<tns:FleetPartner> tns:FleetPartner </tns:FleetPartner> [1] ?
<tns:MainContact> tns:MainContact </tns:MainContact> [1] ?
<tns:CreateDate> xs:dateTime </tns:CreateDate> [1] ?
<tns:ExpirationDate> xs:dateTime </tns:ExpirationDate> [1] ?
<tns:Code> xs:string </tns:Code> [1] ?
<tns:IsPromotionEnabled> xs:boolean </tns:IsPromotionEnabled> [1]
<tns:IsCentral> xs:boolean </tns:IsCentral> [1]
<tns:IsPaymentRemitted> xs:boolean </tns:IsPaymentRemitted> [1]
<tns:Models> tns:Models </tns:Models> [1] ?
</...>
Schema Component Representation
<xs:complexType name="Fleet">
<xs:sequence>
<xs:element name="RetailerCode" type="xs:string" nillable="true"/>
<xs:element name="FleetPartner" type="tns:FleetPartner" nillable="true"/>
<xs:element name="MainContact" type="tns:MainContact" nillable="true"/>
<xs:element name="CreateDate" type="xs:dateTime"/>
<xs:element name="ExpirationDate" type="xs:dateTime"/>
<xs:element name="Code" type="xs:string" nillable="true"/>
<xs:element name="IsPromotionEnabled" type="xs:boolean"/>
<xs:element name="IsCentral" type="xs:boolean"/>
<xs:element name="IsPaymentRemitted" type="xs:boolean"/>
<xs:element name="Models" type="tns:Models" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: FleetDetail

Super-types: None
Sub-types: None
Name FleetDetail
Abstract no
Documentation Detailní informace of fleetu
More information at: TMCZ.

Fleet detail information
More information at: TMCZ.
Diagram
XML Instance Representation
<...>
<tns:RetailerCode> xs:string </tns:RetailerCode> [1] ?
<tns:Code> xs:string </tns:Code> [1] ?
<tns:IsPromotionEnabled> xs:boolean </tns:IsPromotionEnabled> [1] ?
<tns:IsCentral> xs:boolean </tns:IsCentral> [1] ?
<tns:IsPaymentRemitted> xs:boolean </tns:IsPaymentRemitted> [1] ?
<tns:FleetLines> tns:ArrayOfFleetLine </tns:FleetLines> [1] ?
</...>
Schema Component Representation
<xs:complexType name="FleetDetail">
<xs:sequence>
<xs:element name="RetailerCode" type="xs:string" nillable="true"/>
<xs:element name="Code" type="xs:string" nillable="true"/>
<xs:element name="IsPromotionEnabled" type="xs:boolean"/>
<xs:element name="IsCentral" type="xs:boolean"/>
<xs:element name="IsPaymentRemitted" type="xs:boolean"/>
<xs:element name="FleetLines" type="tns:ArrayOfFleetLine" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: FleetDetails

Super-types: None
Sub-types: None
Name FleetDetails
Abstract no
Documentation Kolekce fleet detailu.
More information at: TMCZ.

Collection of FleetDetails
More information at: TMCZ.
Diagram
XML Instance Representation
<...>
<tns:FleetDetail> tns:ArrayOfFleetDetail </tns:FleetDetail> [1] ?
</...>
Schema Component Representation
<xs:complexType name="FleetDetails">
<xs:sequence>
<xs:element name="FleetDetail" type="tns:ArrayOfFleetDetail" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: FleetLine

Super-types: None
Sub-types: None
Name FleetLine
Abstract no
Documentation Rádka fleetu
More information at: TMCZ.

Fleet line
More information at: TMCZ.
Diagram
XML Instance Representation
<...>
<tns:OrderNumber> xs:string </tns:OrderNumber> [1] ?
<tns:OrderDate> xs:dateTime </tns:OrderDate> [1] ?
<tns:ModelName> xs:string </tns:ModelName> [1] ?
<tns:SSN> xs:string </tns:SSN> [1] ?
<tns:FullKatashiki> xs:string </tns:FullKatashiki> [1] ?
<tns:Katashiki> xs:string </tns:Katashiki> [1] ?
<tns:Color> xs:string </tns:Color> [1] ?
<tns:VIN> xs:string </tns:VIN> [1] ?
<tns:URN> xs:string </tns:URN> [1] ?
<tns:InvoiceCreateDate> xs:dateTime </tns:InvoiceCreateDate> [1] ?
<tns:InvoicePrice> xs:double </tns:InvoicePrice> [1] ?
<tns:FleetDiscount> xs:double </tns:FleetDiscount> [1] ?
<tns:Currency> xs:string </tns:Currency> [1] ?
</...>
Schema Component Representation
<xs:complexType name="FleetLine">
<xs:sequence>
<xs:element name="OrderNumber" type="xs:string" nillable="true"/>
<xs:element name="OrderDate" type="xs:dateTime"/>
<xs:element name="ModelName" type="xs:string" nillable="true"/>
<xs:element name="SSN" type="xs:string" nillable="true"/>
<xs:element name="FullKatashiki" type="xs:string" nillable="true"/>
<xs:element name="Katashiki" type="xs:string" nillable="true"/>
<xs:element name="Color" type="xs:string" nillable="true"/>
<xs:element name="VIN" type="xs:string" nillable="true"/>
<xs:element name="URN" type="xs:string" nillable="true"/>
<xs:element name="InvoiceCreateDate" type="xs:dateTime"/>
<xs:element name="InvoicePrice" type="xs:double"/>
<xs:element name="FleetDiscount" type="xs:double"/>
<xs:element name="Currency" type="xs:string" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: FleetPartner

Super-types: None
Sub-types: None
Name FleetPartner
Abstract no
Documentation Company, fleet partner
More information at: TMCZ.
Diagram
XML Instance Representation
<...>
<tns:TradeRegId> xs:string </tns:TradeRegId> [1] ?
<tns:Name> xs:string </tns:Name> [1] ?
<tns:Phone> xs:string </tns:Phone> [1] ?
<tns:Email> xs:string </tns:Email> [1] ?
<tns:Address> tns:Address </tns:Address> [1] ?
</...>
Schema Component Representation
<xs:complexType name="FleetPartner">
<xs:sequence>
<xs:element name="TradeRegId" type="xs:string" nillable="true"/>
<xs:element name="Name" type="xs:string" nillable="true"/>
<xs:element name="Phone" type="xs:string" nillable="true"/>
<xs:element name="Email" type="xs:string" nillable="true"/>
<xs:element name="Address" type="tns:Address" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Fleets

Super-types: None
Sub-types: None
Name Fleets
Abstract no
Documentation Collection of Fleet
More information at: TMCZ.

Kolekce Fleetu
More information at: TMCZ.
Diagram
XML Instance Representation
<...>
<tns:Fleet> tns:Fleet </tns:Fleet> [0..*] ?
</...>
Schema Component Representation
<xs:complexType name="Fleets">
<xs:sequence>
<xs:element name="Fleet" type="tns:Fleet" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: MainContact

Super-types: None
Sub-types: None
Name MainContact
Abstract no
Documentation Main Contact of Fleet partner - person.
More information at: TMCZ.
Diagram
XML Instance Representation
<...>
<tns:FirstName> xs:string </tns:FirstName> [1] ?
<tns:LastName> xs:string </tns:LastName> [1] ?
<tns:Phone> xs:string </tns:Phone> [1] ?
<tns:Email> xs:string </tns:Email> [1] ?
<tns:Address> tns:Address </tns:Address> [1] ?
</...>
Schema Component Representation
<xs:complexType name="MainContact">
<xs:sequence>
<xs:element name="FirstName" type="xs:string" nillable="true"/>
<xs:element name="LastName" type="xs:string" nillable="true"/>
<xs:element name="Phone" type="xs:string" nillable="true"/>
<xs:element name="Email" type="xs:string" nillable="true"/>
<xs:element name="Address" type="tns:Address" nillable="true"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Model

Super-types: None
Sub-types: None
Name Model
Abstract no
Documentation Model with approved disocunts
More information at: TMCZ.
Diagram
XML Instance Representation
<...>
<tns:Code> xs:string </tns:Code> [1] ?
<tns:Qty> xs:short </tns:Qty> [1] ?
<tns:CustomerDiscount> xs:decimal </tns:CustomerDiscount> [1] ?
<tns:NmscSupport> xs:decimal </tns:NmscSupport> [1] ?
<tns:RetailerMargin> xs:decimal </tns:RetailerMargin> [1] ?
</...>
Schema Component Representation
<xs:complexType name="Model">
<xs:sequence>
<xs:element name="Code" type="xs:string" nillable="true"/>
<xs:element name="Qty" type="xs:short"/>
<xs:element name="CustomerDiscount" type="xs:decimal"/>
<xs:element name="NmscSupport" type="xs:decimal"/>
<xs:element name="RetailerMargin" type="xs:decimal"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Models

Super-types: None
Sub-types: None
Name Models
Abstract no
Documentation Models
More information at: TMCZ.
Diagram
XML Instance Representation
<...>
<tns:Model> tns:Model </tns:Model> [0..*]
</...>
Schema Component Representation
<xs:complexType name="Models">
<xs:sequence>
<xs:element name="Model" type="tns:Model" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
</xs:sequence>
</xs: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