21 lines
660 B
XML
21 lines
660 B
XML
<xs:schema
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:gen="http://xmlns.redhat.com/core/bebop/generator/1.0"
|
|
xmlns="http://www.arsdigita.com/aplaws/1.0"
|
|
elementFormDefault="qualified"
|
|
targetNamespace="http://www.arsdigita.com/aplaws/1.0">
|
|
|
|
<xs:element name="sitemap">
|
|
<xs:annotation>
|
|
<xs:documentation xml:lang="en">
|
|
The sitemap component is just a place holder for hooking onto
|
|
in XSLT. At this time it contains no content.
|
|
</xs:documentation>
|
|
|
|
<xs:appinfo>
|
|
<gen:class>com.arsdigita.aplaws.ui.SitemapComponent</gen:class>
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
</xs:element>
|
|
</xs:schema>
|