http://services.assureid.net/2014/09
DocumentProcessMode Simple Type
Namespace | http://services.assureid.net/2014/09 |
Type
Restriction of xs:string
Diagram
Overview
DocumentProcessMode Restriction of xs:string
|
Facets
Enumeration | Default |
Enumeration | CaptureData |
Enumeration | Authenticate |
Enumeration | Barcode |
Source
<xs:simpleType name="DocumentProcessMode" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="Default" /> <xs:enumeration value="CaptureData" /> <xs:enumeration value="Authenticate" /> <xs:enumeration value="Barcode" /> </xs:restriction> </xs:simpleType> |
See Also