OrderBase.SignatureTypes Simple Type
                In This Topic
            
            
            
            Type
Restriction of xs:string
            
            Overview
            
            Facets
| Enumeration | Collection | 
| Enumeration | Delivery | 
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