schema location: | www.e-Courier.com\software\schema\public\QuoteOrder.xsd |
targetNamespace: | http://www.e-courier.com/software/schema |
Elements |
Order |
Stop |
Stops |
diagram | ![]() |
||||||||
namespace | http://www.e-courier.com/software/schema | ||||||||
children | Stops | ||||||||
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:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element ref="Stops"/> </xsd:choice> <xsd:attribute name="Weight" type="xsd:double" use="optional"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||||||||||||||||||||
namespace | http://www.e-courier.com/software/schema | ||||||||||||||||||||
used by |
|
||||||||||||||||||||
attributes |
|
||||||||||||||||||||
annotation |
|
||||||||||||||||||||
source | <xsd:element name="Stop"> <xsd:annotation> <xsd:documentation>A single stop specfied by customer on the delivery</xsd:documentation> </xsd:annotation> <xsd:complexType mixed="true"> <xsd:attribute name="Sequence" type="xsd:int" use="required"/> <xsd:attribute name="Address" type="xsd:string" use="optional"/> <xsd:attribute name="City" type="xsd:string" use="optional"/> <xsd:attribute name="Zip" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element> |
diagram | ![]() |
||
namespace | http://www.e-courier.com/software/schema | ||
children | Stop | ||
used by |
|
||
annotation |
|
||
source | <xsd:element name="Stops"> <xsd:annotation> <xsd:documentation>All Customer stops pickup/destination on a delivery</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element ref="Stop" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> |