Lines Matching full:name
21 <element name="metadata" type="tns:MetadataType">
22 <key name="TypeNameKey">
24 <field xpath="@name" />
27 <!-- ensure that <entry typedef="..."> refers to a valid <typedef name='..."/> -->
28 <keyref name="TypeNameKeyRef" refer="tns:TypeNameKey">
34 <complexType name="MetadataType">
36 <element name="tags" type="tns:TagsType" maxOccurs="1" minOccurs="0"></element>
37 <element name="types" type="tns:TypesType" maxOccurs="1" minOccurs="0"></element>
38 <element name="namespace" type="tns:NamespaceType"
44 <complexType name="NamespaceType">
46 … <element name="section" type="tns:SectionType" maxOccurs="unbounded" minOccurs="1"></element>
48 <attribute name="name" type="string" use="required"></attribute>
51 <complexType name="SectionType">
54 … <element name="controls" type="tns:SectionKindType" maxOccurs="unbounded" minOccurs="0"></element>
55 … <element name="static" type="tns:SectionKindType" maxOccurs="unbounded" minOccurs="0"></element>
56 … <element name="dynamic" type="tns:SectionKindType" maxOccurs="unbounded" minOccurs="0"></element>
59 <attribute name="name" type="string" use="required"></attribute>
62 <complexType name="SectionKindType">
69 <complexType name="InnerNamespaceType">
72 <attribute name="name" type="string" use="required"></attribute>
77 <complexType name="BaseNamespaceOrSectionKindType">
80 <element name="namespace" type="tns:InnerNamespaceType"></element>
81 <element name="entry" type="tns:EntryType"></element>
82 <element name="clone" type="tns:CloneType"></element>
87 <complexType name="TagsType">
89 <element name="tag" type="tns:TagType" maxOccurs="unbounded" minOccurs="0"></element>
93 <complexType name="TagType">
96 <attribute name="id" type="string" use="required"></attribute>
101 <complexType name="TypesType">
103 <element name="typedef" type="tns:TypedefType" maxOccurs="unbounded" minOccurs="0">
108 <complexType name="TypedefType">
110 … <element name="language" type="tns:LanguageType" maxOccurs="unbounded" minOccurs="1"></element>
112 <attribute name="name" type="string" use="required" />
115 <complexType name="LanguageType">
118 <attribute name="name" use="required">
131 <group name="BaseEntryGroup">
133 <element name="description" type="string" maxOccurs="1"
136 <element name="deprecation_description" type="string" maxOccurs="1"
139 <element name="units" type="string" maxOccurs="1"
142 <element name="range" type="string" maxOccurs="1"
145 <element name="details" type="string" maxOccurs="1"
148 <element name="ndk_details" type="string" maxOccurs="1"
151 <element name="hal_details" type="string" maxOccurs="1"
155 <element name="tag" type="tns:TagType" maxOccurs="unbounded"
161 <complexType name="EntryType">
163 <element name="array" type="tns:ArrayType" maxOccurs="1" minOccurs="0"></element>
164 <element name="enum" type="tns:EnumType" maxOccurs="1" minOccurs="0"></element>
165 <element name="tuple" type="tns:TupleType" maxOccurs="1" minOccurs="0"></element>
170 <attribute name="name" type="string" use="required" />
171 <attribute name="type" use="required">
183 <attribute name="type_notes" type="string" />
184 <attribute name="container">
192 <attribute name="enum">
200 <attribute name="visibility">
217 <attribute name="synthetic" default="false">
225 <attribute name="deprecated" default="false">
233 <attribute name="optional" default="false">
241 <attribute name="typedef" type="string" />
242 <attribute name="hwlevel" default="full">
251 <attribute name="hal_version" type="decimal" default="3.2" />
252 <attribute name="permission_needed" default="false">
260 <attribute name="aconfig_flag" type="string" />
261 <attribute name="session_characteristics_key_since" type="decimal"/>
264 <complexType name="EnumType">
266 <element name="value" type="tns:EnumValueType" maxOccurs="unbounded"></element>
270 <complexType name="TupleType">
272 <element name="value" type="string" minOccurs="1" maxOccurs="unbounded"></element>
276 <complexType name="ArrayType">
278 <element name="size" type="string" minOccurs="1" maxOccurs="unbounded"></element>
282 <complexType name="EnumValueType" mixed="true">
285 <element name="notes" type="string" minOccurs="0" maxOccurs="1"/>
286 <element name="sdk_notes" type="string" minOccurs="0" maxOccurs="1"/>
287 <element name="ndk_notes" type="string" minOccurs="0" maxOccurs="1" />
290 <attribute name="deprecated" default="false">
298 <attribute name="optional">
306 <attribute name="hidden">
314 <attribute name="ndk_hidden">
322 <attribute name="visibility">
336 <attribute name="id" type="string" />
337 <attribute name="hal_version" type="decimal" default="3.2" />
338 <attribute name="aconfig_flag" type="string" />
341 <complexType name="CloneType">
352 <attribute name="entry">
354 <attribute name="kind">
363 <attribute name="hal_version" type="decimal" default="3.2" />