Skip to content

Commit

Permalink
Update 22.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
maurizuki committed Jan 5, 2024
1 parent a318cb4 commit c22c418
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/xml/O2File/22.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Text" type="xs:string"/>
<xs:element name="Text">
<xs:complexType>
<xs:sequence>
<xs:element name="item" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Expand Down

0 comments on commit c22c418

Please sign in to comment.