| xsd enumeration value containing colon is not getting validated! [message #901490] |
Mon, 13 August 2012 02:30 |
Manish Joshi Messages: 1 Registered: August 2012 |
Junior Member |
|
|
Hi All,
I am new to xsd, and found out that the xsd:enumeration value containing colon is not getting validated.Heres a brief of the value I am trying to include.
......
<xsd:simpleType name="ENUM_BenefitType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Higher cost"/>
<xsd:enumeration value="Lower cost"/>
<xsd:enumeration value="Marriage cost"/>
<xsd:enumeration value="CBB:1999-2000 issues"/>
</xsd:restriction>
</xsd:simpleType>
While validating this is not getting validated. Is there something like the value of an enumeration cannot contain colon???
Thanks,
Manish
|
|
|
Powered by
FUDForum. Page generated in 0.01792 seconds