File: SAXTestComplexImport.xsd

package info (click to toggle)
libjdom1-java 1.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,740 kB
  • sloc: java: 21,155; xml: 1,377; sh: 73; perl: 31; makefile: 17
file content (12 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.jdom.org/tests/imp"
        xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.jdom.org/tests/imp"
        elementFormDefault="qualified">


  <xs:attributeGroup name="simpleAG">
    <xs:attribute name="type" type="xs:string" fixed="simple" form="qualified" /> 
    <xs:attribute name="nodup" type="xs:string" fixed="impval" form="qualified" /> 
  </xs:attributeGroup>

</xs:schema>