<xsd:complexType name="EntityStateBinaryType">
<xsd:annotation>
<xsd:documentation>The EntityStateBinaryType type is extended by the entities of an individual OVAL State. This type provides uniformity to each state entity by including the attributes found in the EntityStateBaseType. This specific type describes simple binary 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:EntityStateBaseType">
<xsd:simpleType>
<xsd:union memberTypes="xsd:hexBinary oval:EmptyStringType" />
</xsd:simpleType>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|