<xsd:element name="local_port" type="oval-def:EntityStateIntType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This element specifies the number assigned to the local listening port.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="winportstelocal_port" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="win-def:port_state/win-def:local_port">
<sch:assert test="@datatype='int'">
<sch:value-of select="../@id" /> - datatype attribute for the local_port entity of a port_state should be 'int'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|