simpleType "AgencyMedicalDirectorDegree"
Namespace:
Defined:
globally in dContact_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1113001"
 - 
Doctor of Medicine
"1113003"
 - 
Doctor of Osteopathy

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The medical school degree type of the EMS Medical Director
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  AgencyMedicalDirectorDegree
Derivation:
restriction of xs:string
Facets:
enumeration:
"1113001"
 - 
Doctor of Medicine
"1113003"
 - 
Doctor of Osteopathy
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="AgencyMedicalDirectorDegree">
<xs:restriction base="xs:string">
<xs:enumeration value="1113001"/>
<xs:enumeration value="1113003"/>
</xs:restriction>
</xs:simpleType>