Enum XMLAttrtypeType

  • All Implemented Interfaces:
    Serializable, Comparable<XMLAttrtypeType>

    public enum XMLAttrtypeType
    extends Enum<XMLAttrtypeType>

    Java class for attrtype-type.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="attrtype-type">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="integer"/>
         <enumeration value="long"/>
         <enumeration value="double"/>
         <enumeration value="float"/>
         <enumeration value="boolean"/>
         <enumeration value="liststring"/>
         <enumeration value="string"/>
         <enumeration value="anyURI"/>
       </restriction>
     </simpleType>