You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/10/09 09:57:51 UTC

[isis] branch ISIS-2003 updated: ISIS-2003: makes facets non-mandatory for facetholders in mml.xsd

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch ISIS-2003
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/ISIS-2003 by this push:
     new d7f81d5  ISIS-2003: makes facets non-mandatory for facetholders in mml.xsd
d7f81d5 is described below

commit d7f81d5c521793e81dc2daf8b37fbd446cff353f
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Oct 9 10:57:41 2018 +0100

    ISIS-2003: makes facets non-mandatory for facetholders in mml.xsd
---
 .../main/resources/org/apache/isis/schema/metamodel/metamodel-1.0.xsd   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/schema/src/main/resources/org/apache/isis/schema/metamodel/metamodel-1.0.xsd b/core/schema/src/main/resources/org/apache/isis/schema/metamodel/metamodel-1.0.xsd
index 64dce4f..29ccad9 100644
--- a/core/schema/src/main/resources/org/apache/isis/schema/metamodel/metamodel-1.0.xsd
+++ b/core/schema/src/main/resources/org/apache/isis/schema/metamodel/metamodel-1.0.xsd
@@ -253,7 +253,7 @@
             </xs:documentation>
         </xs:annotation>
         <xs:sequence>
-            <xs:element name="facets">
+            <xs:element name="facets" minOccurs="0">
                 <xs:complexType>
                     <xs:sequence>
                         <xs:element name="facet" type="facet" minOccurs="0" maxOccurs="unbounded"/>