diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-02-28 16:07:53 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-02-28 16:07:53 +0100 |
| commit | b077dac8ae8ffc79202a6b7dd2a008eef22489d3 (patch) | |
| tree | e74dba1b962006c5dafe3ca0a6861d17e97b6016 /src/main/resources/boot/OD/CompositeActivityDef.xsd | |
| parent | 288f3c6045d8f6b1e4d9b0b02a99d76f3d3683e1 (diff) | |
First unit tests, and their detected correction to the
CompositeActivityDef schema.
Diffstat (limited to 'src/main/resources/boot/OD/CompositeActivityDef.xsd')
| -rw-r--r-- | src/main/resources/boot/OD/CompositeActivityDef.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/boot/OD/CompositeActivityDef.xsd b/src/main/resources/boot/OD/CompositeActivityDef.xsd index acdcae4..0b94df1 100644 --- a/src/main/resources/boot/OD/CompositeActivityDef.xsd +++ b/src/main/resources/boot/OD/CompositeActivityDef.xsd @@ -14,7 +14,7 @@ <xs:sequence>
<xs:element name="GraphModelCastorData">
<xs:complexType>
- <xs:choice maxOccurs="unbounded">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="ActivitySlotDef">
<xs:complexType>
<xs:sequence>
|
