<xsd:complexType name="ScreeningMessageType">
<xsd:sequence>
<xsd:annotation>
<xsd:documentation>Expression Identifies a pointer to the screening this message applies to. This point is provided using an appropriate value of the given expressionLanguage indicated. The actionCode is intended to indicate what has occured with the given screening and/or instance of the given screening.</xsd:documentation>
</xsd:annotation>
<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="oa:Expression" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|