Author: Christian Lopes
Date: 2011-06-01 15:10:28 -0700 (Wed, 01 Jun 2011)
New Revision: 25616
Modified:
core3/property-api/trunk/src/main/resources/xsd/cysession.xsd
Log:
Added a default value to the documentVersion attribute of the cysession schema,
and changed its type to xs:normalizedString, because xs:NCName cannot begin
with a number (e.g. "3.0").
Modified: core3/property-api/trunk/src/main/resources/xsd/cysession.xsd
===================================================================
--- core3/property-api/trunk/src/main/resources/xsd/cysession.xsd
2011-06-01 21:35:21 UTC (rev 25615)
+++ core3/property-api/trunk/src/main/resources/xsd/cysession.xsd
2011-06-01 22:10:28 UTC (rev 25616)
@@ -11,7 +11,7 @@
<xs:element ref="networkTree"/>
</xs:sequence>
<xs:attribute name="id" use="required" type="xs:NCName"/>
- <xs:attribute name="documentVersion" use="optional" type="xs:NCName"/>
+ <xs:attribute name="documentVersion" use="optional" default="3.0"
type="xs:normalizedString"/>
</xs:complexType>
</xs:element>
<xs:element name="sessionNote" type="xs:string"/>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.