Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleSample root element hint
collapsetrue
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
           elementFormDefault="qualified"
           version="1.0">
	<!-- root element -->
	<xs:element name="Configurations">
		...
	</xs:element>
</xs:schema>

Annotations for documentation

...