Skip to content

Commit 116c36c

Browse files
committed
Syntax error
1 parent 2c59864 commit 116c36c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

repository/src/main/resources/xsd/repositorytypes.xsd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,10 @@
192192
<xs:group ref="fixr:refTypeContent"/>
193193
<xs:attributeGroup ref="fixr:refTypeAttribGrp"/>
194194
<xs:attribute name="implMinOccurs" type="xs:nonNegativeInteger" default="0">
195-
<xs:annotation>
196-
<xs:documentation>Component is optional by default.</xs:documentation>
197-
</xs:annotation>
195+
<xs:annotation>
196+
<xs:documentation>Component is optional by default.</xs:documentation>
197+
</xs:annotation>
198+
</xs:attribute>
198199
<xs:attribute name="implMaxOccurs" type="fixr:unboundedIntType" default="1">
199200
<xs:annotation>
200201
<xs:documentation>Single instance of a component by default.</xs:documentation>
@@ -208,6 +209,7 @@
208209
<xs:annotation>
209210
<xs:documentation>Repeating group is optional by default.</xs:documentation>
210211
</xs:annotation>
212+
</xs:attribute>
211213
<xs:attribute name="implMaxOccurs" type="fixr:unboundedIntType" default="unbounded">
212214
<xs:annotation>
213215
<xs:documentation>Unlimited instances of a repeating group by default.</xs:documentation>

0 commit comments

Comments
 (0)