<xs:attribute name="ImportanceType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">An enumerated list, indicating the level of importance of the search criterion. Acceptable values are "Mandatory", "High", "Medium", or "Low."</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="StringLength1to16">
<xs:enumeration value="Mandatory">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the item is required.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="High">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates a high level of importance.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Medium">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates a medium level of importance.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Low">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates a low level of importance.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
|