Author: taylor
Date: Tue Apr 13 14:10:02 2010
New Revision: 933621
URL: http://svn.apache.org/viewvc?rev=933621&view=rev
Log:
add missing types to dpsml and property schemas
Modified:
portals/jetspeed-2/portal/trunk/etc/xsd/dpsml.xsd
portals/jetspeed-2/portal/trunk/etc/xsd/psml-core.xsd
Modified: portals/jetspeed-2/portal/trunk/etc/xsd/dpsml.xsd
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/etc/xsd/dpsml.xsd?rev=933621&r1=933620&r2=933621&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/etc/xsd/dpsml.xsd (original)
+++ portals/jetspeed-2/portal/trunk/etc/xsd/dpsml.xsd Tue Apr 13 14:10:02 2010
@@ -34,6 +34,7 @@
<xs:attribute name="id" use="required" type="xs:ID" />
<xs:attribute name="hidden" use="optional"
type="xs:boolean" />
<xs:attribute name="version" use="optional"
type="xs:double" />
+ <xs:attribute name="content-type" use="optional"
type="xs:string" />
</xs:complexType>
</xs:element>
</xs:schema>
Modified: portals/jetspeed-2/portal/trunk/etc/xsd/psml-core.xsd
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/etc/xsd/psml-core.xsd?rev=933621&r1=933620&r2=933621&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/etc/xsd/psml-core.xsd (original)
+++ portals/jetspeed-2/portal/trunk/etc/xsd/psml-core.xsd Tue Apr 13 14:10:02
2010
@@ -96,6 +96,8 @@
<xs:attribute name="layout" use="optional"
type="xs:string" />
<xs:attribute name="name" use="required"
type="xs:string" />
<xs:attribute name="value" use="required"
type="xs:string" />
+ <xs:attribute name="scope" use="optional"
type="xs:string" />
+ <xs:attribute name="scopeValue" use="optional"
type="xs:string" />
</xs:complexType>
</xs:element>
<xs:element name="value" type="xs:string" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]