Skip to content

Commit

Permalink
cqfn#437 fix xsd formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
HDouss committed Apr 24, 2020
1 parent 938bb04 commit cea0c78
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/main/resources/org/jpeek/xsd/skeleton.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,16 @@ SOFTWARE.
<xs:sequence>
<xs:element name="arg" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="type" use="required" type="xs:string">
<xs:annotation>
<xs:documentation>
Argument type
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="type" use="required" type="xs:string">
<xs:annotation>
<xs:documentation>
Argument type
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Expand Down

0 comments on commit cea0c78

Please sign in to comment.