2.284.9 CustomReportItem.DataElementOutput

The CustomReportItem.DataElementOutput is an optional element that SHOULD be ignored and that MUST NOT be specified more than once. If this element is specified, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that is one of the following:

  • Output

  • NoOutput

  • Auto

  • ContentsOnly

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

Parent elements

CustomReportItem

The following is the XML Schema definition of the CustomReportItem.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>