Gangadhar T edited a comment on Bug JIBX-413

I'm also facing the same issue. But in my case, its for an element.
Jibx Version: 1.2.3 JDK Version: 6
The schema is as below:

<xs:element name="FS" nillable="false" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Identification" nillable="false">
<xs:complexType>
<xs:sequence>
<xs:element name="FSCode" type="FSCode" nillable="false"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="FSDescription" type="FSDescription" nillable="true" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:simpleType name="FSCode">
<xs:restriction base="xs:string">
<xs:enumeration value="D"/>
<xs:enumeration value="I"/>
<xs:enumeration value="T"/>
</xs:restriction>
</xs:simpleType>

If you have a workaround, I'm ready to give it a try.

Best regards,
Gangadhar.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
jibx-devs mailing list
jibx-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to