simpleType "BroselowLutenColor"
Namespace:
Defined:
globally in eExam_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3502001"
 - 
Blue
"3502003"
 - 
Green
"3502005"
 - 
Grey
"3502007"
 - 
Orange
"3502009"
 - 
Pink
"3502011"
 - 
Purple
"3502013"
 - 
Red
"3502015"
 - 
White
"3502017"
 - 
Yellow

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The length-based color as taken from the tape.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  BroselowLutenColor
Derivation:
restriction of xs:string
Facets:
enumeration:
"3502001"
 - 
Blue
"3502003"
 - 
Green
"3502005"
 - 
Grey
"3502007"
 - 
Orange
"3502009"
 - 
Pink
"3502011"
 - 
Purple
"3502013"
 - 
Red
"3502015"
 - 
White
"3502017"
 - 
Yellow
XML Source (w/o annotations (10); see within schema source)
<xs:simpleType name="BroselowLutenColor">
<xs:restriction base="xs:string">
<xs:enumeration value="3502001"/>
<xs:enumeration value="3502003"/>
<xs:enumeration value="3502005"/>
<xs:enumeration value="3502007"/>
<xs:enumeration value="3502009"/>
<xs:enumeration value="3502011"/>
<xs:enumeration value="3502013"/>
<xs:enumeration value="3502015"/>
<xs:enumeration value="3502017"/>
</xs:restriction>
</xs:simpleType>