http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK / StatusBase.OrderStatusBase Simple Type
In This Topic
    StatusBase.OrderStatusBase Simple Type
    In This Topic
    Namespace http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
    Type
    Restriction of xs:string
    Overview
    StatusBase.OrderStatusBase Restriction of xs:string
    Facets
    EnumerationNone
    EnumerationDispatched
    EnumerationAssignedInRoute
    EnumerationDelivered
    EnumerationCancelled
    EnumerationCancelledBillable
    EnumerationAssigned
    EnumerationStored
    EnumerationUnassignedStored
    EnumerationQuoted
    Source
    <xs:simpleType name="StatusBase.OrderStatusBase" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="xs:string">
        <xs:enumeration value="None" />
        <xs:enumeration value="Dispatched" />
        <xs:enumeration value="AssignedInRoute" />
        <xs:enumeration value="Delivered" />
        <xs:enumeration value="Cancelled" />
        <xs:enumeration value="CancelledBillable" />
        <xs:enumeration value="Assigned" />
        <xs:enumeration value="Stored" />
        <xs:enumeration value="UnassignedStored" />
        <xs:enumeration value="Quoted" />
      </xs:restriction>
    </xs:simpleType>
    See Also