Schema QuoteOrderResponse.xsd


schema location:  www.e-Courier.com\software\schema\public\QuoteOrderResponse.xsd
targetNamespace:  http://www.e-courier.com/software/schema
 
Elements 
Order 
Orders 


element Order
diagram
namespace http://www.e-courier.com/software/schema
used by
element Orders
attributes
Name  Type  Use  Value  
Service  xsd:string      
Description  xsd:string      
AmountCharged  xsd:double      
ReadyDateTime  xsd:date      
DueDateTime  xsd:date      
annotation
documentation 
A single instance of a delivery
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>

element Orders
diagram
namespace http://www.e-courier.com/software/schema
children Order
annotation
documentation 
All delivery's orders  in a set
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>