Skip to Content.
Sympa Menu

notify-dpml - r1901 - trunk/main/metro/part/etc/xsds

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1901 - trunk/main/metro/part/etc/xsds
  • Date: Mon, 12 Mar 2007 21:07:49 +0100

Author: mcconnell
Date: 2007-03-12 21:07:48 +0100 (Mon, 12 Mar 2007)
New Revision: 1901

Modified:
trunk/main/metro/part/etc/xsds/component.xsd
Log:
update component schema to allow declaration of overriding collection and
lifestyle policies in a profile

Modified: trunk/main/metro/part/etc/xsds/component.xsd
===================================================================
--- trunk/main/metro/part/etc/xsds/component.xsd 2007-03-12 19:36:57
UTC (rev 1900)
+++ trunk/main/metro/part/etc/xsds/component.xsd 2007-03-12 20:07:48
UTC (rev 1901)
@@ -29,9 +29,9 @@
<attribute name="name" type="string"/>
<attribute name="class" type="string"/>
<attribute name="type" type="string"/> <!-- depricated - use class
attribute -->
+ <attribute name="activation" type="this:activation"/>
<attribute name="lifestyle" type="this:lifestyle"/>
<attribute name="collection" type="this:collection"/>
- <attribute name="activation" type="this:activation"/>
<attribute name="handler" type="part:URI"
default="link:part:dpml/lang/dpml-lang-component"/>
<attribute name="priority" type="integer" default="0"/>
</extension>
@@ -44,6 +44,8 @@
<element name="parts" type="this:PartsType" minOccurs="0"
maxOccurs="1"/>
</sequence>
<attribute name="activation" type="this:activation"/>
+ <attribute name="lifestyle" type="this:lifestyle"/>
+ <attribute name="collection" type="this:collection"/>
</complexType>

<complexType name="CategoryType">




  • r1901 - trunk/main/metro/part/etc/xsds, mcconnell at BerliOS, 03/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page