Schema DeleteOrder.xsd


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


element Order
diagram
namespace http://www.e-courier.com/software/schema
attributes
Name  Type  Use  Value  
OrderID  xsd:int  prohibited    
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="OrderID" type="xsd:int" use="prohibited"/>
  </xsd:complexType>
</xsd:element>