<xsd:simpleType name="SanctionLevelCodeEnumType">
<xsd:annotation>
<xsd:documentation>Further clarifies the type and level of service. "Level 1," "Level 2," and "Level 3" are placeholders that would be mapped to applicable or pre-agreed upon service levels.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Level 1 Individual" />
<xsd:enumeration value="Level 2 Individual" />
<xsd:enumeration value="Level 3 Individual" />
<xsd:enumeration value="Level 1 Organization" />
<xsd:enumeration value="Level 2 Organization" />
<xsd:enumeration value="Level 3 Organization" />
</xsd:restriction>
</xsd:simpleType>
|