]
Nick Scavelli closed GTNPORTAL-1346.
------------------------------------
Resolution: Done
Visibility isn't a valid value. Details here GTNPORTAL-1648.
gatein_objects_1_1.xsd should declare VISIBLE as possible value for
the the "visibility" simple type
----------------------------------------------------------------------------------------------------
Key: GTNPORTAL-1346
URL:
https://issues.jboss.org/browse/GTNPORTAL-1346
Project: GateIn Portal
Issue Type: Task
Security Level: Public(Everyone can see)
Affects Versions: 3.0.0-GA, 3.1.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.
For more information on JIRA, see: