schema location: | www.e-Courier.com\software\schema\public\QuoteOrderResponse.xsd |
targetNamespace: | http://www.e-courier.com/software/schema |
Elements |
Order |
Orders |
diagram | ![]() |
||||||||||||||||||||||||
namespace | http://www.e-courier.com/software/schema | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xsd:element name="Order"> <xsd:annotation> <xsd:documentation>A single instance of a delivery</xsd:documentation> </xsd:annotation> <xsd:complexType mixed="true"> <xsd:attribute name="Service" type="xsd:string"/> <xsd:attribute name="Description" type="xsd:string"/> <xsd:attribute name="AmountCharged" type="xsd:double"/> <xsd:attribute name="ReadyDateTime" type="xsd:date"/> <xsd:attribute name="DueDateTime" type="xsd:date"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
namespace | http://www.e-courier.com/software/schema | ||
children | Order | ||
annotation |
|
||
source | <xsd:element name="Orders"> <xsd:annotation> <xsd:documentation>All delivery's orders in a set</xsd:documentation> </xsd:annotation> <xsd:complexType name="ecOrder"> <xsd:sequence> <xsd:element ref="Order" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |