gatein_objects_1_1.xsd should declare VISIBLE as possible value for the the
"visibility" simple type
----------------------------------------------------------------------------------------------------
Key: GTNPORTAL-1346
URL:
https://jira.jboss.org/browse/GTNPORTAL-1346
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 3.1.0-GA, 3.0.0-GA
Reporter: Julien Viet
Assignee: Julien Viet
Fix For: 3.2.0-GA
we do have
<xs:element name="visibility" type="visibility"
default="VISIBLE" minOccurs="0" maxOccurs="1"/>
and
<xs:simpleType name="visibility">
<xs:restriction base='xs:string'>
<xs:enumeration value="DISPLAYED"/>
<xs:enumeration value="HIDDEN"/>
<xs:enumeration value="TEMPORAL"/>
<xs:enumeration value="SYSTEM"/>
</xs:restriction>
</xs:simpleType>
the resolution should create a new 1_2 XSD version
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira