2.2.4.75 emlf:SendToAddressesType

The emlf:SendToAddressesType type defines a collection of zero or more emlf:String255ExtType elements and an xs:boolean attribute that comprise the set of destination email addresses.

 <xs:complexType name="SendToAddressesType">
    <xs:sequence>
       <xs:element name="EmailAddress" type="emlf:String255ExtType"
          maxOccurs="unbounded" />
       <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute ref="emlf:CanAddAddresses"/>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>

emlf:EmailAddress: A single email address to add to the list of destination email addresses for the scanned images in the PostScan job.

emlf:CanAddAddresses: A Boolean attribute that indicates whether the scan device is allowed to add emlf:EmailAddress elements to the emlf:SendToAddresses element.