a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
13 lines
253 B
XML
13 lines
253 B
XML
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
targetNamespace="urn:foo" xmlns:x="urn:foo">
|
|
|
|
<xs:element name="foo" />
|
|
|
|
<xs:complexType name="mybase">
|
|
<xs:choice>
|
|
<xs:element ref="x:foo" />
|
|
</xs:choice>
|
|
</xs:complexType>
|
|
|
|
</xs:schema>
|