<xsd:complexType name="EntityItemBinaryType">
<xsd:annotation>
<xsd:documentation>The EntityItemBinaryType type is extended by the entities of an individual item. This type provides uniformity to each entity by including the attributes found in the EntityItemBaseType. This specific type describes simple binary data. The empty string is also allowed for cases where there was an error in the data collection of an entity and a status needs to be reported.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:restriction base="oval-sc:EntityItemBaseType">
<xsd:simpleType>
<xsd:union memberTypes="xsd:hexBinary oval:EmptyStringType" />
</xsd:simpleType>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|