ANYONE CAN WRITE THIS XML FILE TO JAVA?????
OR CAN TELL WHAT TO DO???
<xs:simpleType name="Temperature"> <xs:annotation>
<xs:documentation>Value of Temperature</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Hot"/>
<xs:enumeration value="cold"/>
<xs:enumeration value="WARM"/>
</xs:restriction>
</xs:simpleType>
OR CAN TELL WHAT TO DO???
<xs:simpleType name="Temperature"> <xs:annotation>
<xs:documentation>Value of Temperature</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Hot"/>
<xs:enumeration value="cold"/>
<xs:enumeration value="WARM"/>
</xs:restriction>
</xs:simpleType>