Lines Matching full:name
21 <xs:element name="compatibility-matrix">
24 <xs:element name="hal" type="hal" minOccurs="0" maxOccurs="unbounded"/>
25 <xs:element name="kernel" type="kernel" minOccurs="0" maxOccurs="unbounded"/>
26 <xs:element name="sepolicy" type="sepolicy" minOccurs="0"/>
27 <xs:element name="avb" type="avb" minOccurs="0"/>
28 <xs:element name="vndk" type="vndk" minOccurs="0"/>
29 <xs:element name="vendor-ndk" type="vendor-ndk" minOccurs="0"/>
30 <xs:element name="system-sdk" type="system-sdk" minOccurs="0"/>
31 <xs:element name="xmlfile" type="xmlfile" minOccurs="0" maxOccurs="unbounded"/>
33 <xs:attribute name="version" type="xs:string" use="required"/>
34 <xs:attribute name="type" type="xs:string" use="required"/>
35 <xs:attribute name="level" type="xs:string"/>
38 <xs:complexType name="hal">
40 <xs:element name="name" type="xs:string"/>
41 <xs:element name="version" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
42 <xs:element name="interface" type="interface" minOccurs="0" maxOccurs="unbounded"/>
43 <xs:element name="fqname" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
45 <xs:attribute name="format" type="xs:string"/>
46 <xs:attribute name="optional" type="xs:string"/>
47 <xs:attribute name="updatable-via-apex" type="xs:boolean"/>
48 <xs:attribute name="exclusive-to" type="xs:string"/>
50 <xs:complexType name="interface">
52 <xs:element name="name" type="xs:string" minOccurs="0"/>
53 <xs:element name="instance" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
54 <xs:element name="regex-instance" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
57 <xs:complexType name="kernel">
59 <xs:element name="conditions" minOccurs="0">
62 … <xs:element name="config" type="config" minOccurs="0" maxOccurs="unbounded"/>
66 <xs:element name="config" type="config" minOccurs="0" maxOccurs="unbounded"/>
68 <xs:attribute name="version" type="xs:string"/>
69 <xs:attribute name="level" type="xs:string"/>
71 <xs:complexType name="config">
73 <xs:element name="key" type="xs:string"/>
74 <xs:element name="value">
78 <xs:attribute name="type" type="xs:string"/>
85 <xs:complexType name="sepolicy">
87 <xs:element name="kernel-sepolicy-version" type="xs:string"/>
88 … <xs:element name="sepolicy-version" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
91 <xs:complexType name="avb">
93 <xs:element name="vbmeta-version" type="xs:string"/>
96 <xs:complexType name="vndk">
98 <xs:element name="version" type="xs:string"/>
99 <xs:element name="library" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
102 <xs:complexType name="vendor-ndk">
104 <xs:element name="version" type="xs:string"/>
105 <xs:element name="library" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
108 <xs:complexType name="system-sdk">
110 <xs:element name="version" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
113 <xs:complexType name="xmlfile">
115 <xs:element name="name" type="xs:string"/>
116 <xs:element name="version" type="xs:string"/>
117 <xs:element name="path" type="xs:string"/>
119 <xs:attribute name="format" type="xs:string"/>
120 <xs:attribute name="optional" type="xs:string"/>