<xsd:complexType name="EntityItemFamilyType">
<xsd:annotation>
<xsd:documentation>The EntityItemFamilyType complex type defines a string entity value that is restricted to a set of enumerations. Each valid enumeration is a high-level family of system operating system.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="oval-sc:EntityItemStringType">
<xsd:enumeration value="ios" />
<xsd:enumeration value="macos" />
<xsd:enumeration value="unix" />
<xsd:enumeration value="windows" />
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|