Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » XSD » xsd enumeration value containing colon is not getting validated!(xsd enumeration value containing colon is not getting validated!)
xsd enumeration value containing colon is not getting validated! [message #901490] Mon, 13 August 2012 06:30
Manish Joshi is currently offline Manish JoshiFriend
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
Previous Topic:Migrating models based on one schema to models based on another schema (versioning)
Next Topic:XSD with IDREF -> ecore
Goto Forum:
  


Current Time: Thu Apr 25 13:24:32 GMT 2024

Powered by FUDForum. Page generated in 0.03547 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top