<xs:simpleType name="ActivityType">
<xs:annotation>
<xs:documentation>
- ActivityType classifies the type of activity. 3 = CPT; 4 = HCPCS; 5 = Drug; 6 = Dental; 8 = Service Code;9 = DRG; 10 = Scientific Code
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="5" />
<xs:enumeration value="6" />
<xs:enumeration value="8" />
<xs:enumeration value="9" />
<xs:enumeration value="10" />
</xs:restriction>
</xs:simpleType>
|