2.12.7 Image.DataElementOutput

The Image.DataElementOutput element is ignored.

Following is the parent element of the Image.DataElementOutput element.

Parent elements

Image

The following is the XML Schema definition of the Image.DataElementOutput element.

 <xsd:element name="DataElementOutput" minOccurs="0" 
   <xsd:simpleType>
     <xsd:restriction base="xsd:string">
       <xsd:enumeration value="Output" />
       <xsd:enumeration value="NoOutput" />
       <xsd:enumeration value="ContentsOnly" />
       <xsd:enumeration value="Auto" />
     </xsd:restriction>
   </xsd:simpleType>
 </xsd:element>