Hi...
 
When I survey binding file,
I know that enumerations is not support yet.
 
But if I want to use that, what should I do ?
And when do Castor support enumerations ?
 
---------------
My shema is as follows,
 
<xs:complexType name="telnum">
      <xs:attribute name="teltype" use="required">
     <xs:simpleType>
      <xs:restriction base="xs:string">
       <xs:enumeration value="mobile"/>
       <xs:enumeration value="city"/>
       <xs:enumeration value="intl"/>
       <xs:enumeration value="other"/>
      </xs:restriction>
     </xs:simpleType>
    </xs:attribute>
   </xs:extension>
  </xs:simpleContent>
 </xs:complexType>
 
And I want to change the name "telnum" to "phone"
----------------
 
Thanks,

Reply via email to