XML Schema Documentation

Table of Contents

top

Schema Document Properties

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>
top

Global Declarations

Element: addSaleCharge

Name addSaleCharge
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the addSaleCharge operation.
XML Instance Representation
<sale:addSaleCharge>
<saleId> pptype:SaleId </saleId> [1]
<amount> xsd:long </amount> [0..1]
<kind> pptype:ChargeKind </kind> [1]
</sale:addSaleCharge>
Schema Component Representation
<xsd:element name="addSaleCharge">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
<xsd:element name="amount" type=" xsd:long " maxOccurs="1" minOccurs="0"/>
<xsd:element name="kind" type=" pptype:ChargeKind "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: addSaleChargeResponse

Name addSaleChargeResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:addSaleChargeResponse>
<sale> pptype:Sale </sale> [1]
</sale:addSaleChargeResponse>
Schema Component Representation
<xsd:element name="addSaleChargeResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: addSalePerson

Name addSalePerson
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the addSalePerson operation.
XML Instance Representation
<sale:addSalePerson>
<saleId> pptype:SaleId </saleId> [1]
<addPersonData> pptype:AddPersonData </addPersonData> [1]
</sale:addSalePerson>
Schema Component Representation
<xsd:element name="addSalePerson">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
<xsd:element name="addPersonData" type=" pptype:AddPersonData "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: addSalePersonResponse

Name addSalePersonResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:addSalePersonResponse>
<sale> pptype:Sale </sale> [1]
</sale:addSalePersonResponse>
Schema Component Representation
<xsd:element name="addSalePersonResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: addSalePosition

Name addSalePosition
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the addSalePosition operation.
XML Instance Representation
<sale:addSalePosition>
<saleId> pptype:SaleId </saleId> [1]
<addPositionData> pptype:AddPositionData </addPositionData> [1]
</sale:addSalePosition>
Schema Component Representation
<xsd:element name="addSalePosition">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
<xsd:element name="addPositionData" type=" pptype:AddPositionData "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: addSalePositionResponse

Name addSalePositionResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:addSalePositionResponse>
<sale> pptype:Sale </sale> [1]
</sale:addSalePositionResponse>
Schema Component Representation
<xsd:element name="addSalePositionResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: addSalePrescription

Name addSalePrescription
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the addSalePrescription operation.
XML Instance Representation
<sale:addSalePrescription>
<saleId> pptype:SaleId </saleId> [1]
<prescriptionData> pptype:PrescriptionData </prescriptionData> [1]
</sale:addSalePrescription>
Schema Component Representation
<xsd:element name="addSalePrescription">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
<xsd:element name="prescriptionData" type=" pptype:PrescriptionData "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: addSalePrescriptionResponse

Name addSalePrescriptionResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:addSalePrescriptionResponse>
<sale> pptype:Sale </sale> [1]
</sale:addSalePrescriptionResponse>
Schema Component Representation
<xsd:element name="addSalePrescriptionResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: closeSale

Name closeSale
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the closeSale operation.
XML Instance Representation
<sale:closeSale>
<saleId> pptype:SaleId </saleId> [1]
</sale:closeSale>
Schema Component Representation
<xsd:element name="closeSale">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: closeSaleResponse

Name closeSaleResponse
Type pptype:Empty
Nillable no
Abstract no
XML Instance Representation
Schema Component Representation
<xsd:element name="closeSaleResponse" type=" pptype:Empty "/>
top

Element: confirmSaleDelivery

Name confirmSaleDelivery
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the confirmSaleDelivery operation.
XML Instance Representation
<sale:confirmSaleDelivery>
<saleId> pptype:SaleId </saleId> [1]
<deliveredPosition> [1..*]
<positionId> pptype:PositionId </positionId> [1] ?
<delivered> xsd:unsignedLong </delivered> [1] ?
</deliveredPosition>
</sale:confirmSaleDelivery>
Schema Component Representation
<xsd:element name="confirmSaleDelivery">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
<xsd:element name="deliveredPosition" maxOccurs="unbounded" minOccurs="1">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="positionId" type=" pptype:PositionId "/>
<xsd:element name="delivered" type=" xsd:unsignedLong "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: confirmSaleDeliveryResponse

Name confirmSaleDeliveryResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:confirmSaleDeliveryResponse>
<sale> pptype:Sale </sale> [1]
</sale:confirmSaleDeliveryResponse>
Schema Component Representation
<xsd:element name="confirmSaleDeliveryResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: confirmSalePayment

Name confirmSalePayment
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the confirmSalePayment operation.
XML Instance Representation
<sale:confirmSalePayment>
<saleId> pptype:SaleId </saleId> [1]
<payment> pptype:Payment </payment> [1]
<canceled> xsd:boolean </canceled> [1]
</sale:confirmSalePayment>
Schema Component Representation
<xsd:element name="confirmSalePayment">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
<xsd:element name="payment" type=" pptype:Payment "/>
<xsd:element name="canceled" type=" xsd:boolean "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: confirmSalePaymentResponse

Name confirmSalePaymentResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:confirmSalePaymentResponse>
<sale> pptype:Sale </sale> [1]
</sale:confirmSalePaymentResponse>
Schema Component Representation
<xsd:element name="confirmSalePaymentResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: createSaleReceipt

Name createSaleReceipt
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the createSaleReceipt operation.
XML Instance Representation
<sale:createSaleReceipt>
<saleId> pptype:SaleId </saleId> [1]
</sale:createSaleReceipt>
Schema Component Representation
<xsd:element name="createSaleReceipt">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: createSaleReceiptResponse

Name createSaleReceiptResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:createSaleReceiptResponse>
<receipts> [1]
<receipt> pptype:PrintMarkup </receipt> [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>
top

Element: deleteSaleCharge

Name deleteSaleCharge
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the deleteSaleCharge operation.
XML Instance Representation
<sale:deleteSaleCharge>
<saleId> pptype:SaleId </saleId> [1]
<kind> pptype:ChargeKind </kind> [1]
</sale:deleteSaleCharge>
Schema Component Representation
<xsd:element name="deleteSaleCharge">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
<xsd:element name="kind" type=" pptype:ChargeKind "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: deleteSaleChargeResponse

Name deleteSaleChargeResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:deleteSaleChargeResponse>
<sale> pptype:Sale </sale> [1]
</sale:deleteSaleChargeResponse>
Schema Component Representation
<xsd:element name="deleteSaleChargeResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: deleteSalePerson

Name deleteSalePerson
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the deleteSalePerson operation.
XML Instance Representation
<sale:deleteSalePerson>
<saleId> pptype:SaleId </saleId> [1]
<personId> pptype:PersonId </personId> [1]
</sale:deleteSalePerson>
Schema Component Representation
<xsd:element name="deleteSalePerson">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
<xsd:element name="personId" type=" pptype:PersonId "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: deleteSalePersonResponse

Name deleteSalePersonResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:deleteSalePersonResponse>
<sale> pptype:Sale </sale> [1]
</sale:deleteSalePersonResponse>
Schema Component Representation
<xsd:element name="deleteSalePersonResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: deleteSalePosition

Name deleteSalePosition
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the deleteSalePosition operation.
XML Instance Representation
<sale:deleteSalePosition>
<saleId> pptype:SaleId </saleId> [1]
<positionId> pptype:PositionId </positionId> [1]
</sale:deleteSalePosition>
Schema Component Representation
<xsd:element name="deleteSalePosition">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
<xsd:element name="positionId" type=" pptype:PositionId "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: deleteSalePositionResponse

Name deleteSalePositionResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:deleteSalePositionResponse>
<sale> pptype:Sale </sale> [1]
</sale:deleteSalePositionResponse>
Schema Component Representation
<xsd:element name="deleteSalePositionResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: deleteSalePrescription

Name deleteSalePrescription
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the deleteSalePrescription operation.
XML Instance Representation
<sale:deleteSalePrescription>
<saleId> pptype:SaleId </saleId> [1]
<prescriptionId> pptype:PrescriptionId </prescriptionId> [1]
</sale:deleteSalePrescription>
Schema Component Representation
<xsd:element name="deleteSalePrescription">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
<xsd:element name="prescriptionId" type=" pptype:PrescriptionId "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: deleteSalePrescriptionResponse

Name deleteSalePrescriptionResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:deleteSalePrescriptionResponse>
<sale> pptype:Sale </sale> [1]
</sale:deleteSalePrescriptionResponse>
Schema Component Representation
<xsd:element name="deleteSalePrescriptionResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: editSalePerson

Name editSalePerson
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the editSalePerson operation.
XML Instance Representation
<sale:editSalePerson>
<saleId> pptype:SaleId </saleId> [1]
<person> pptype:Person </person> [1]
</sale:editSalePerson>
Schema Component Representation
<xsd:element name="editSalePerson">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
<xsd:element name="person" type=" pptype:Person "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: editSalePersonResponse

Name editSalePersonResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:editSalePersonResponse>
<sale> pptype:Sale </sale> [1]
</sale:editSalePersonResponse>
Schema Component Representation
<xsd:element name="editSalePersonResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: editSalePosition

Name editSalePosition
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the editSalePosition operation.
XML Instance Representation
<sale:editSalePosition>
<saleId> pptype:SaleId </saleId> [1]
<positionId> pptype:PositionId </positionId> [1]
<editPositionData> pptype:EditPositionData </editPositionData> [1]
</sale:editSalePosition>
Schema Component Representation
<xsd:element name="editSalePosition">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
<xsd:element name="positionId" type=" pptype:PositionId "/>
<xsd:element name="editPositionData" type=" pptype:EditPositionData "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: editSalePositionResponse

Name editSalePositionResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:editSalePositionResponse>
<sale> pptype:Sale </sale> [1]
</sale:editSalePositionResponse>
Schema Component Representation
<xsd:element name="editSalePositionResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: editSalePrescription

Name editSalePrescription
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the editSalePrescription operation.
XML Instance Representation
<sale:editSalePrescription>
<saleId> pptype:SaleId </saleId> [1]
<prescription> pptype:Prescription </prescription> [1]
</sale:editSalePrescription>
Schema Component Representation
<xsd:element name="editSalePrescription">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
<xsd:element name="prescription" type=" pptype:Prescription "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: editSalePrescriptionResponse

Name editSalePrescriptionResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:editSalePrescriptionResponse>
<sale> pptype:Sale </sale> [1]
</sale:editSalePrescriptionResponse>
Schema Component Representation
<xsd:element name="editSalePrescriptionResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: enableSalePickup

Name enableSalePickup
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the enableSalePickup operation.
XML Instance Representation
<sale:enableSalePickup>
<saleId> pptype:SaleId </saleId> [1]
</sale:enableSalePickup>
Schema Component Representation
<xsd:element name="enableSalePickup">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: enableSalePickupResponse

Name enableSalePickupResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:enableSalePickupResponse>
<sale> pptype:Sale </sale> [1]
</sale:enableSalePickupResponse>
Schema Component Representation
<xsd:element name="enableSalePickupResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: enableSaleShipment

Name enableSaleShipment
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the enableSaleShipment operation.
XML Instance Representation
<sale:enableSaleShipment>
<saleId> pptype:SaleId </saleId> [1]
<personId> pptype:PersonId </personId> [1]
<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="saleId" type=" pptype:SaleId "/>
<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>
top

Element: enableSaleShipmentResponse

Name enableSaleShipmentResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:enableSaleShipmentResponse>
<sale> pptype:Sale </sale> [1]
</sale:enableSaleShipmentResponse>
Schema Component Representation
<xsd:element name="enableSaleShipmentResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: readyForSale

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>
<posId> pptype:PosId </posId> [1]
</sale:readyForSale>
Schema Component Representation
<xsd:element name="readyForSale">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="posId" type=" pptype:PosId "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: readyForSaleResponse

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>
top

Element: setSaleCustomer

Name setSaleCustomer
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the setSaleCustomer operation.
XML Instance Representation
<sale:setSaleCustomer>
<saleId> pptype:SaleId </saleId> [1]
<customerId> pptype:PersonId </customerId> [1]
</sale:setSaleCustomer>
Schema Component Representation
<xsd:element name="setSaleCustomer">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
<xsd:element name="customerId" type=" pptype:PersonId " nillable="true"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: setSaleCustomerResponse

Name setSaleCustomerResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:setSaleCustomerResponse>
<sale> pptype:Sale </sale> [1]
</sale:setSaleCustomerResponse>
Schema Component Representation
<xsd:element name="setSaleCustomerResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: setSaleOperator

Name setSaleOperator
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Input parameter element of the setSaleOperator operation.
XML Instance Representation
<sale:setSaleOperator>
<saleId> pptype:SaleId </saleId> [1]
<operator> pptype:Operator </operator> [1]
</sale:setSaleOperator>
Schema Component Representation
<xsd:element name="setSaleOperator">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="saleId" type=" pptype:SaleId "/>
<xsd:element name="operator" type=" pptype:Operator " nillable="true"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: setSaleOperatorResponse

Name setSaleOperatorResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:setSaleOperatorResponse>
<sale> pptype:Sale </sale> [1]
</sale:setSaleOperatorResponse>
Schema Component Representation
<xsd:element name="setSaleOperatorResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: startSale

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.
XML Instance Representation
<sale:startSale>
<posId> pptype:PosId </posId> [1]
</sale:startSale>
Schema Component Representation
<xsd:element name="startSale">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="posId" type=" pptype:PosId "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: startSaleResponse

Name startSaleResponse
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<sale:startSaleResponse>
<sale> pptype:Sale </sale> [1]
</sale:startSaleResponse>
Schema Component Representation
<xsd:element name="startSaleResponse">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="sale" type=" pptype:Sale "/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
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.

  • 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.)
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