http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK / OrderBase.SignatureTypes Simple Type
In This Topic
    OrderBase.SignatureTypes Simple Type
    In This Topic
    Namespace http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK
    Type
    Restriction of xs:string
    Overview
    OrderBase.SignatureTypes Restriction of xs:string
    Facets
    EnumerationCollection
    EnumerationDelivery
    Source
    <xs:simpleType name="OrderBase.SignatureTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="xs:string">
        <xs:enumeration value="Collection" />
        <xs:enumeration value="Delivery" />
      </xs:restriction>
    </xs:simpleType>
    See Also