Namespace:
Filename:
Description: The datatype defines a type of data. Generally,
it is defines the type of data described by sibling tags. Most of the possible types are
generic data types, but there are some game specific choices as well.
Value: Enumeration, with the following legal value:
booleandatetimefloatintstringattributeCode Fragment
<xs:simpleType name="datatype">
<xs:restriction base="xs:string">
<xs:enumeration value="boolean"/>
<xs:enumeration value="datetime"/>
<xs:enumeration value="float"/>
<xs:enumeration value="int"/>
<xs:enumeration value="string"/>
<xs:enumeration value="attribute"/>
</xs:restriction>
</xs:simpleType>