simpleType "sensitivityEnum"
Namespace:
Defined:
globally in myCalendar.xsd; see XML source
Used:
never
Simple Content Model
"normal" | "personal" | "private" | "confidential"
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  sensitivityEnum
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="sensitivityEnum">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="normal"/>
<xsd:enumeration value="personal"/>
<xsd:enumeration value="private"/>
<xsd:enumeration value="confidential"/>
</xsd:restriction>
</xsd:simpleType>