Skip to content

Commit

Permalink
Add extensions at the attribute level
Browse files Browse the repository at this point in the history
  • Loading branch information
opatrascoiu committed Nov 22, 2023
1 parent 6d85761 commit 547873b
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 547873b

Please sign in to comment.