<xsd:complexType name="ScreeningErrorType">
<xsd:annotation>
<xsd:documentation>Note: ConfirmBOD is generally used to report BOD and
noun failures. In a few cases, such as in a ScreeningReport, it may also be
necessary to include error details among a partially fulfilled screening.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ID" minOccurs="0" />
<xsd:element ref="TypeCode" minOccurs="0" />
<xsd:element ref="oa:ReasonCode" minOccurs="0" />
<xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|