|
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,
|
- [castor-dev] Binding file question Marc Lehnert
- Re: [castor-dev] binding file question yaping
- Re: [castor-dev] binding file question Rhett Sutphin
