<xsd:complexType name="TextImageType">
<xsd:sequence>
<xsd:element ref="InternetWebAddress" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="InternetEmailAddress" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="RoutingId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>The content of this element could be an internal account or user identifier that will receive a copy of the screening results. The functionality of the content will be identified by the idOwner and name attributes.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element name="Text" type="xsd:string" minOccurs="0" />
<xsd:element name="FileReferences" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="type" type="DocumentationTypes" use="optional" />
<xsd:attribute name="mediaType" type="MediaTypes" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="Image" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:base64Binary">
<xsd:attribute name="type" type="DocumentationTypes" use="optional" />
<xsd:attribute name="mediaType" type="MediaTypes" use="optional" />
<xsd:attribute name="fileName" type="xsd:string" use="optional" />
<xsd:attribute ref="xml:lang" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="type" type="DocumentationTypes" use="optional" />
<xsd:attribute name="mediaType" type="MediaTypes" use="optional" />
<xsd:attribute name="resultType" type="ResultDataTypes" use="optional" />
<xsd:attribute name="manifestName" type="xsd:string" use="optional" />
<xsd:attribute ref="xml:lang" use="optional" />
</xsd:complexType>
|