diff options
-rw-r--r-- | sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd b/sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd index 33eed1d741..26c70b242e 100644 --- a/sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd +++ b/sandbox/event/modules/assembly-xsd/src/main/resources/sca-core.xsd @@ -164,6 +164,7 @@ <attribute name="target" type="sca:listOfAnyURIs" use="optional" /> <attribute name="requires" type="sca:listOfQNames" use="optional" /> <attribute name="policySets" type="sca:listOfQNames" use="optional"/> + <attribute name="eventTypes" type="sca:listOfQNames" use="optional"/> <anyAttribute namespace="##any" processContents="lax" /> </complexType> @@ -179,6 +180,7 @@ <attribute name="source" type="sca:listOfAnyURIs" use="optional" /> <attribute name="requires" type="sca:listOfQNames" use="optional" /> <attribute name="policySets" type="sca:listOfQNames" use="optional"/> + <attribute name="eventTypes" type="sca:listOfQNames" use="optional"/> <anyAttribute namespace="##any" processContents="lax" /> </complexType> @@ -303,6 +305,7 @@ use="optional"/> <attribute name="policySets" type="sca:listOfQNames" use="optional"/> + <attribute name="eventTypes" type="sca:listOfQNames" use="optional"/> <anyAttribute namespace="##any" processContents="lax"/> </complexType> @@ -319,6 +322,7 @@ use="optional"/> <attribute name="policySets" type="sca:listOfQNames" use="optional"/> + <attribute name="eventTypes" type="sca:listOfQNames" use="optional"/> <anyAttribute namespace="##any" processContents="lax"/> </complexType> |