<xsd:complexType name="EntityEndpointType">
<xsd:annotation>
<xsd:documentation>The EntityEndpointType 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 error conditions.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="oval-sc:EntityItemStringType">
<xsd:enumeration value="stream" />
<xsd:enumeration value="dgram" />
<xsd:enumeration value="raw" />
<xsd:enumeration value="seqpacket" />
<xsd:enumeration value="tli" />
<xsd:enumeration value="" />
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|