<xsd:element name="global_state" substitutionGroup="oval-def:state">
<xsd:annotation>
<xsd:documentation>The global_state element defines the different information that can be found in the ios config file under the global context. Please refer to the individual elements in the schema for more details about what each represents.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="oval-def:StateType">
<xsd:sequence>
<xsd:element name="global_command" type="oval-def:EntityStateStringType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The global_command entity identifies a specific line in the ios config file under the global context.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="globalsteglobal_command" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="ios-def:global_state/ios-def:global_command">
<sch:assert test="not(@datatype) or @datatype='string'">
<sch:value-of select="../@id" /> - datatype attribute for the global_command entity of a global_state should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|