Skip to content

Commit

Permalink
Add extensions at the attribute level (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
opatrascoiu authored Feb 15, 2024
1 parent c258dc9 commit 1d0c4ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TestCases/testCases.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<xs:attribute name="namespace" type="xs:string" use="optional"/>
<xs:attribute name="type" type="xs:string"/>
<xs:attribute name="cast" type="xs:string"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
</xs:element>
<xs:element name="extensionElements" minOccurs="0" maxOccurs="1">
Expand All @@ -64,6 +65,7 @@
</xs:element>
</xs:sequence>
<xs:attribute name="namespace" type="xs:string" use="optional"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
</xs:element>
<xs:complexType name="valueType">
Expand Down

0 comments on commit 1d0c4ae

Please sign in to comment.