Author: thanh_tung_do
Date: 2010-06-09 04:30:55 -0400 (Wed, 09 Jun 2010)
New Revision: 3274
Modified:
portal/trunk/component/portal/src/main/java/gatein_objects_1_0.xsd
Log:
GTNPORTAL-1263: add width and height elements at schema
Modified: portal/trunk/component/portal/src/main/java/gatein_objects_1_0.xsd
===================================================================
--- portal/trunk/component/portal/src/main/java/gatein_objects_1_0.xsd 2010-06-09 07:42:17
UTC (rev 3273)
+++ portal/trunk/component/portal/src/main/java/gatein_objects_1_0.xsd 2010-06-09 08:30:55
UTC (rev 3274)
@@ -165,6 +165,8 @@
<xs:element name="show-info-bar" type="xs:boolean"
minOccurs="1" maxOccurs="1"/>
<xs:element name="show-application-state" type="xs:boolean"
minOccurs="0" maxOccurs="1"/>
<xs:element name="show-application-mode" type="xs:boolean"
minOccurs="0" maxOccurs="1"/>
+ <xs:element name="width" type="xs:string"
minOccurs="0" maxOccurs="1"/>
+ <xs:element name="height" type="xs:string"
minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
Show replies by date