<xsd:element name="kill" type="oval-sc:EntityItemBoolType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The kill entity specifies whether the service is scheduled to be killed at the current runlevel.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="unixrlitemkill" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="unix-sc:runlevel_item/unix-sc:kill">
<sch:assert test="@datatype='boolean'">item <sch:value-of select="../@id" /> - datatype attribute for the kill entity of a runlevel_item should be 'boolean'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|