<xsd:simpleType name="dataDatatypes">
<xsd:annotation>
<xsd:documentation>This simple type defines the legal data types that are used to describe data sub elements in items.</xsd:documentation>
<xsd:documentation>The component datatype represents a value that is built from one or more component strings. Each component can be a literal string or can reference a value held elsewhere, say a registry key.</xsd:documentation>
<xsd:documentation>The version datatype represents a value that is a hierarchical list of versions. For example '#.#.#' or '#-#-#-#' where the numbers to the left are 'more significant' than the numbers to the right.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="binary" />
<xsd:enumeration value="boolean" />
<xsd:enumeration value="component" />
<xsd:enumeration value="float" />
<xsd:enumeration value="int" />
<xsd:enumeration value="string" />
<xsd:enumeration value="version" />
</xsd:restriction>
</xsd:simpleType>
|