File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 35
35
<xs : anyAttribute />
36
36
</xs : complexType >
37
37
<xs : complexType name =" DecoratorType" >
38
- <xs : group minOccurs =" 1" maxOccurs =" unbounded" ref =" BuiltInMultipleTypes" />
38
+ <xs : group ref =" BuiltInMultipleTypes" />
39
+ <xs : attribute name =" name" type =" xs:string" use =" optional" />
40
+ <xs : attribute name =" ID" type =" xs:string" use =" required" />
41
+ <xs : anyAttribute />
42
+ </xs : complexType >
43
+ <xs : complexType name =" SubtreeType" >
44
+ <xs : group ref =" BuiltInMultipleTypes" />
39
45
<xs : attribute name =" name" type =" xs:string" use =" optional" />
40
46
<xs : attribute name =" ID" type =" xs:string" use =" required" />
41
47
<xs : anyAttribute />
118
124
<xs : element name =" Condition" type =" ConditionType" />
119
125
<xs : element name =" Control" type =" ControlType" />
120
126
<xs : element name =" Decorator" type =" DecoratorType" />
127
+ <xs : element name =" Subtree" type =" SubtreeType" />
121
128
<xs : element name =" Sequence" type =" SequenceType" />
122
129
<xs : element name =" SequenceStar" type =" SequenceStarType" />
123
130
<xs : element name =" Fallback" type =" FallbackType" />
You can’t perform that action at this time.
0 commit comments