<xsd:simpleType name="ScreeningOrderServiceCodeEnumType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
Refers to type of order processing pattern or level of service requested. This is an open HR-XML list. Enumerated values are Delayed and Immediate. Delayed = Acknowledgement of order receipt requested, but no immediate business-level processing expected. Immediate = Immediate business-level processing expected. This is an HR-XML Open List.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Immediate">
<xsd:annotation>
<xsd:documentation>Immediate business processing of message.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Deferred">
<xsd:annotation>
<xsd:documentation>Business processing of the message deferred. May receive a "ConfirmBOD"</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|