simpleType "MedicalDirectorCompensation"
Namespace:
Defined:
globally in dContact_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1115001"
 - 
Compensated
"1115003"
 - 
Non-Compensated

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Indication of Medical Director's Compensation.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  MedicalDirectorCompensation
Derivation:
restriction of xs:string
Facets:
enumeration:
"1115001"
 - 
Compensated
"1115003"
 - 
Non-Compensated
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="MedicalDirectorCompensation">
<xs:restriction base="xs:string">
<xs:enumeration value="1115001"/>
<xs:enumeration value="1115003"/>
</xs:restriction>
</xs:simpleType>