Skip to content

Commit

Permalink
Allow mixed content in annotations, as in FMI 3.0
Browse files Browse the repository at this point in the history
Closes #12.
  • Loading branch information
pmai committed Sep 15, 2023
1 parent 4ba64bd commit 741655c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/SystemStructureCommon.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<xs:complexType name="TAnnotations">
<xs:sequence maxOccurs="unbounded">
<xs:element name="Annotation">
<xs:complexType>
<xs:complexType mixed="true">
<xs:sequence>
<xs:any namespace="##any" processContents="lax" minOccurs="0"/>
</xs:sequence>
Expand Down

0 comments on commit 741655c

Please sign in to comment.