summaryrefslogtreecommitdiff
path: root/giscanner/gir/c.xsd
blob: af24ee623c49f226d06c730398f17d057434a941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="http://www.gtk.org/introspection/c/1.0"
           elementFormDefault="qualified"
           version="1.2"
           xmlns="http://www.w3.org/1999/xhtml"
           xmlns:xs="http://www.w3.org/2001/XMLSchema"
           xmlns:c="http://www.gtk.org/introspection/c/1.0">

  <!-- Attributes -->

  <xs:attribute name="identifier" type="xs:string" />

  <xs:attribute name="identifier-prefixes" type="xs:string" />

  <xs:attribute name="prefix" type="xs:string">
    <xs:annotation>
      <xs:documentation>
        • giscanner/girwriter.py : not generated
        • girepository/girparser.c: parsed for backwards compatibility (vala
                         supposedly stil generates this attribute)
      </xs:documentation>
    </xs:annotation>
  </xs:attribute>

  <xs:attribute name="symbol-prefixes" type="xs:string">
    <xs:annotation>
      <xs:documentation>
        • giscanner/girwriter.py: generated
        • girepository/girparser.c: not parsed
      </xs:documentation>
    </xs:annotation>
  </xs:attribute>

  <xs:attribute name="symbol-prefix" type="xs:string">
    <xs:annotation>
      <xs:documentation>
        • giscanner/girwriter.py : generated
        • girepository/girparser.c: not parsed
      </xs:documentation>
    </xs:annotation>
  </xs:attribute>

  <xs:attribute name="type" type="xs:string" />

  <!-- Elements -->

  <xs:element name="include">
    <xs:complexType>
      <xs:attribute name="name" type="xs:string" />
    </xs:complexType>
  </xs:element>

</xs:schema>