<xsd:element name="netmask" type="oval-def:EntityStateStringType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The netmask element specifies the subnet mask for the IP address.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="wininterfacestenetmask" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:interface_state/win-def:netmask">
<sch:assert test="not(@datatype) or @datatype='string'">
<sch:value-of select="../@id" /> - datatype attribute for the netmask entity of an interface_state should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|