<xsd:complexType name="EntityObjectBoolType">
<xsd:annotation>
<xsd:documentation>The EntityBoolType type is extended by the entities of an individual OVAL Object. This type provides uniformity to each object entity by including the attributes found in the EntityObjectBaseType. This specific type describes simple boolean data. The empty string is also allowed when using a variable reference with an element.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="oval-def:EntityObjectBaseType">
<xsd:simpleType>
<xsd:union memberTypes="xsd:boolean oval:EmptyStringType" />
</xsd:simpleType>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|