<xsd:complexType name="EntityStateEndpointType">
<xsd:annotation>
<xsd:documentation>The EntityStateEndpointType complex type restricts a string value to a specific set of values that describe endpoint types associated with an Internet service. The empty string is also allowed to support empty emlement associated with variable references.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="oval-def:EntityStateStringType">
<xsd:enumeration value="stream">
<xsd:annotation>
<xsd:documentation>for a stream socket</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="dgram">
<xsd:annotation>
<xsd:documentation>for a datagram socket</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="raw">
<xsd:annotation>
<xsd:documentation>for a raw socket</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="seqpacket">
<xsd:annotation>
<xsd:documentation>for a sequenced packet socket </xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="tli">
<xsd:annotation>
<xsd:documentation>for all TLI endpoints</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="" />
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|