<xsd:simpleType name="TransferStatusEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">A code that that identifies the recommended transfer as either Processed or Unprocessed.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Processed">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The recommended transfer has been processed.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Unprocessed">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The recommended transfer remains unprocessed.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|