Table of Contents
Target Namespace
http://www.rowa.de/wsdl/posps/types/sale
Language
en
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.rowa.de/wsdl/posps/types (at posps.xsd )
Declared Namespaces
Prefix
Namespace
Default namespace
http://www.w3.org/1999/xhtml
xml
http://www.w3.org/XML/1998/namespace
xsd
http://www.w3.org/2001/XMLSchema
pptype
http://www.rowa.de/wsdl/posps/types
sale
http://www.rowa.de/wsdl/posps/types/sale
Schema Component Representation
<
xsd:schema xml:lang ="
en "
targetNamespace ="
http://www.rowa.de/wsdl/posps/types/sale ">
<xsd:import namespace ="http://www.rowa.de/wsdl/posps/types " schemaLocation ="posps.xsd "/>
...
</
xsd:schema >
Name
addSaleCharge
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the addSaleCharge operation.
XML Instance Representation
<
sale :addSaleCharge>
<amount>
xsd :long </amount>
[0..1]
</
sale :addSaleCharge>
Schema Component Representation
<
xsd:element name ="
addSaleCharge ">
<
xsd:complexType >
<
xsd:sequence >
<
xsd:element name ="
amount "
type ="
xsd :long
"
maxOccurs ="
1 "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
addSaleChargeResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :addSaleChargeResponse>
</
sale :addSaleChargeResponse>
Schema Component Representation
<
xsd:element name ="
addSaleChargeResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
addSalePerson
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the addSalePerson operation.
XML Instance Representation
<
sale :addSalePerson>
</
sale :addSalePerson>
Schema Component Representation
<
xsd:element name ="
addSalePerson ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
addSalePersonResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :addSalePersonResponse>
</
sale :addSalePersonResponse>
Schema Component Representation
<
xsd:element name ="
addSalePersonResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
addSalePosition
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the addSalePosition operation.
XML Instance Representation
<
sale :addSalePosition>
</
sale :addSalePosition>
Schema Component Representation
<
xsd:element name ="
addSalePosition ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
addSalePositionResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :addSalePositionResponse>
</
sale :addSalePositionResponse>
Schema Component Representation
<
xsd:element name ="
addSalePositionResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
addSalePrescription
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the addSalePrescription operation.
XML Instance Representation
<
sale :addSalePrescription>
</
sale :addSalePrescription>
Schema Component Representation
<
xsd:element name ="
addSalePrescription ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
addSalePrescriptionResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :addSalePrescriptionResponse>
</
sale :addSalePrescriptionResponse>
Schema Component Representation
<
xsd:element name ="
addSalePrescriptionResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
closeSale
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the closeSale operation.
Schema Component Representation
<
xsd:element name ="
closeSale ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Schema Component Representation
<
xsd:element name ="
closeSaleResponse "
type ="
pptype :Empty
"/>
Name
confirmSaleDelivery
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the confirmSaleDelivery operation.
XML Instance Representation
<
sale :confirmSaleDelivery>
<deliveredPosition>
[1..*]
<delivered>
xsd :unsignedLong </delivered>
[1] ?
</deliveredPosition>
</
sale :confirmSaleDelivery>
Schema Component Representation
<
xsd:element name ="
confirmSaleDelivery ">
<
xsd:complexType >
<
xsd:sequence >
<
xsd:element name ="
deliveredPosition "
maxOccurs ="
unbounded "
minOccurs ="
1 ">
<
xsd:complexType >
<
xsd:sequence >
<
xsd:element name ="
delivered "
type ="
xsd :unsignedLong
"/>
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
confirmSaleDeliveryResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :confirmSaleDeliveryResponse>
</
sale :confirmSaleDeliveryResponse>
Schema Component Representation
<
xsd:element name ="
confirmSaleDeliveryResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
confirmSalePayment
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the confirmSalePayment operation.
XML Instance Representation
<
sale :confirmSalePayment>
<canceled>
xsd :boolean </canceled>
[1]
</
sale :confirmSalePayment>
Schema Component Representation
<
xsd:element name ="
confirmSalePayment ">
<
xsd:complexType >
<
xsd:sequence >
<
xsd:element name ="
canceled "
type ="
xsd :boolean
"/>
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
confirmSalePaymentResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :confirmSalePaymentResponse>
</
sale :confirmSalePaymentResponse>
Schema Component Representation
<
xsd:element name ="
confirmSalePaymentResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
createSaleReceipt
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the createSaleReceipt operation.
XML Instance Representation
<
sale :createSaleReceipt>
</
sale :createSaleReceipt>
Schema Component Representation
<
xsd:element name ="
createSaleReceipt ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
createSaleReceiptResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :createSaleReceiptResponse>
<receipts>
[1]
</receipts>
</
sale :createSaleReceiptResponse>
Schema Component Representation
<
xsd:element name ="
createSaleReceiptResponse ">
<
xsd:complexType >
<
xsd:sequence >
<
xsd:element name ="
receipts ">
<
xsd:complexType >
<
xsd:sequence >
<
xsd:element name ="
receipt "
type ="
pptype :PrintMarkup
"
maxOccurs ="
unbounded "
minOccurs ="
1 "/>
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
deleteSaleCharge
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the deleteSaleCharge operation.
XML Instance Representation
<
sale :deleteSaleCharge>
</
sale :deleteSaleCharge>
Schema Component Representation
<
xsd:element name ="
deleteSaleCharge ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
deleteSaleChargeResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :deleteSaleChargeResponse>
</
sale :deleteSaleChargeResponse>
Schema Component Representation
<
xsd:element name ="
deleteSaleChargeResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
deleteSalePerson
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the deleteSalePerson operation.
XML Instance Representation
<
sale :deleteSalePerson>
</
sale :deleteSalePerson>
Schema Component Representation
<
xsd:element name ="
deleteSalePerson ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
deleteSalePersonResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :deleteSalePersonResponse>
</
sale :deleteSalePersonResponse>
Schema Component Representation
<
xsd:element name ="
deleteSalePersonResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
deleteSalePosition
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the deleteSalePosition operation.
XML Instance Representation
<
sale :deleteSalePosition>
</
sale :deleteSalePosition>
Schema Component Representation
<
xsd:element name ="
deleteSalePosition ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
deleteSalePositionResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :deleteSalePositionResponse>
</
sale :deleteSalePositionResponse>
Schema Component Representation
<
xsd:element name ="
deleteSalePositionResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
deleteSalePrescription
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the deleteSalePrescription operation.
XML Instance Representation
<
sale :deleteSalePrescription>
</
sale :deleteSalePrescription>
Schema Component Representation
<
xsd:element name ="
deleteSalePrescription ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
deleteSalePrescriptionResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :deleteSalePrescriptionResponse>
</
sale :deleteSalePrescriptionResponse>
Schema Component Representation
<
xsd:element name ="
deleteSalePrescriptionResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
editSalePerson
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the editSalePerson operation.
XML Instance Representation
<
sale :editSalePerson>
</
sale :editSalePerson>
Schema Component Representation
<
xsd:element name ="
editSalePerson ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
editSalePersonResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :editSalePersonResponse>
</
sale :editSalePersonResponse>
Schema Component Representation
<
xsd:element name ="
editSalePersonResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
editSalePosition
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the editSalePosition operation.
XML Instance Representation
<
sale :editSalePosition>
</
sale :editSalePosition>
Schema Component Representation
<
xsd:element name ="
editSalePosition ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
editSalePositionResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :editSalePositionResponse>
</
sale :editSalePositionResponse>
Schema Component Representation
<
xsd:element name ="
editSalePositionResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
editSalePrescription
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the editSalePrescription operation.
XML Instance Representation
<
sale :editSalePrescription>
</
sale :editSalePrescription>
Schema Component Representation
<
xsd:element name ="
editSalePrescription ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
editSalePrescriptionResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :editSalePrescriptionResponse>
</
sale :editSalePrescriptionResponse>
Schema Component Representation
<
xsd:element name ="
editSalePrescriptionResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
enableSalePickup
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the enableSalePickup operation.
XML Instance Representation
<
sale :enableSalePickup>
</
sale :enableSalePickup>
Schema Component Representation
<
xsd:element name ="
enableSalePickup ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
enableSalePickupResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :enableSalePickupResponse>
</
sale :enableSalePickupResponse>
Schema Component Representation
<
xsd:element name ="
enableSalePickupResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
enableSaleShipment
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the enableSaleShipment operation.
XML Instance Representation
<
sale :enableSaleShipment>
<kind>
xsd :string (value comes from list: {'courier'|'mail'|'other'}) </kind>
[1] ?
</
sale :enableSaleShipment>
Schema Component Representation
<
xsd:element name ="
enableSaleShipment ">
<
xsd:complexType >
<
xsd:sequence >
<
xsd:element name ="
personId "
type ="
pptype :PersonId
"
nillable ="
true "/>
<
xsd:element name ="
kind ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :string
">
<xsd:enumeration value ="courier "/>
<xsd:enumeration value ="mail "/>
<xsd:enumeration value ="other "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:element >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
enableSaleShipmentResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :enableSaleShipmentResponse>
</
sale :enableSaleShipmentResponse>
Schema Component Representation
<
xsd:element name ="
enableSaleShipmentResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
readyForSale
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the readyForSale operation. Since the operation has no
parameters, the element is just a placeholder to fulfill the requirements of the web
service specifications.
XML Instance Representation
<
sale :readyForSale>
</
sale :readyForSale>
Schema Component Representation
<
xsd:element name ="
readyForSale ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
readyForSaleResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :readyForSaleResponse>
<readyForSale>
xsd :boolean </readyForSale>
[1]
</
sale :readyForSaleResponse>
Schema Component Representation
<
xsd:element name ="
readyForSaleResponse ">
<
xsd:complexType >
<
xsd:sequence >
<
xsd:element name ="
readyForSale "
type ="
xsd :boolean
"/>
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
setSaleCustomer
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the setSaleCustomer operation.
XML Instance Representation
<
sale :setSaleCustomer>
</
sale :setSaleCustomer>
Schema Component Representation
<
xsd:element name ="
setSaleCustomer ">
<
xsd:complexType >
<
xsd:sequence >
<
xsd:element name ="
customerId "
type ="
pptype :PersonId
"
nillable ="
true "/>
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
setSaleCustomerResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :setSaleCustomerResponse>
</
sale :setSaleCustomerResponse>
Schema Component Representation
<
xsd:element name ="
setSaleCustomerResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
setSaleOperator
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the setSaleOperator operation.
XML Instance Representation
<
sale :setSaleOperator>
</
sale :setSaleOperator>
Schema Component Representation
<
xsd:element name ="
setSaleOperator ">
<
xsd:complexType >
<
xsd:sequence >
<
xsd:element name ="
operator "
type ="
pptype :Operator
"
nillable ="
true "/>
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
setSaleOperatorResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :setSaleOperatorResponse>
</
sale :setSaleOperatorResponse>
Schema Component Representation
<
xsd:element name ="
setSaleOperatorResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
startSale
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Input parameter element of the startSale operation. Since the operation has no
parameters, the element is just a placeholder to fulfill the requirements of the web
service specifications.
Schema Component Representation
<
xsd:element name ="
startSale ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
startSaleResponse
Type
Locally-defined complex type
Nillable
no
Abstract
no
XML Instance Representation
<
sale :startSaleResponse>
</
sale :startSaleResponse>
Schema Component Representation
<
xsd:element name ="
startSaleResponse ">
<
xsd:complexType >
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
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.
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.
The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].
Model group information are shown in gray, e.g. Start Choice ... End Choice.
For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in bold .
If an element/attribute has a fixed value, the fixed value is shown in green, e.g. country="Australia".
Otherwise, the type of the element/attribute is displayed.
If the element/attribute's type is in the schema, a link is provided to it.
For local simple type definitions, the constraints are displayed in angle brackets, e.g. <<pattern = [1-9][0-9]{3}>>.
If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked, e.g. <postcode>.
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.)
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 .