<xsd:element name="protocol" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>This element specifies the type of listening port. It is restricted to either TCP or UDP.</xsd:documentation>
<xsd:appinfo>
<parent_item>Port Item</parent_item>
<cardinality>1</cardinality>
<content>string</content>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:restriction base="system_characteristics:objectStringType">
<xsd:enumeration value="TCP" />
<xsd:enumeration value="UDP" />
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|