DeliveryTypes

The method which should be used to deliver the <ImageData> once it has been taken.

Simple Type Information

Used By

Source

<xs:simpleType name="DeliveryTypes">
  <xs:annotation>
    <xs:documentation>The method which should be used to deliver the <ImageData> once it has been taken.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="email"/>
    <xs:enumeration value="ftp"/>
    <xs:enumeration value="mail"/>
    <xs:enumeration value="uri"/>
  </xs:restriction>
</xs:simpleType>