mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
10 lines
313 B
XML
10 lines
313 B
XML
<xsd:schema
|
|
xmlns = "http://aaa.bbb"
|
|
xmlns:xsd = "http://www.w3.org/2001/XMLSchema"
|
|
targetNamespace = "http://aaa.bbb"
|
|
elementFormDefault = "qualified"
|
|
attributeFormDefault = "unqualified">
|
|
<xsd:element name="Company"/>
|
|
<xsd:element name="zzz" substitutionGroup="Company" />
|
|
</xsd:schema>
|