<xs:simpleType name="TaskRoleCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Action"/>
<xs:enumeration value="Alarm"/>
<xs:enumeration value="Debug">
<xs:annotation>
<xs:documentation xml:lang="EN">To specify that the related task should only be taken into account when debugging</xs:documentation>
<xs:appinfo>§Action+DF+2011-09-30+Add:General maintenance to help differentiate features when debugging. §Example: Disable logging during debugging:
<Style>
<Task Role="Debug" Code="Log" Apply="false"/>
</Style>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Permission"/>
</xs:restriction>
</xs:simpleType> |