<xsd:complexType name="EntityItemFloatType">
<xsd:annotation>
<xsd:documentation>The EntityItemFloatType 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 float 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:float oval:EmptyStringType" />
</xsd:simpleType>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
|