summaryrefslogtreecommitdiffstats
path: root/meta-audio-soundmanager-framework/recipes-multimedia/audiomanager-plugins-config-soundmanager/audiomanager-plugins-config-soundmanager/customtypes.xsd
blob: 2604fb71f5b0b8ab4078feb8b32a4f640deb8a34 (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
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0"?>
<xsd:schema targetNamespace="controller" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:c="controller">
	<xsd:simpleType name="am_CustomAvailabilityReason_t">
		<xsd:annotation>
			<xsd:documentation>This enumeration list the source/sink availability change reason. </xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="am_CustomSoundPropertyType_t">
		<xsd:annotation>
			<xsd:documentation>This enumeration list the source and sink sound property. The sound properties of Genivi Audio manager can be extended to include project specific properties. Three sound properties like volume persistence, connection persistence and volume support are extended.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="am_CustomConnectionFormat_t">
		<xsd:annotation>
			<xsd:documentation>This enumeration lists the connection format for the source and sinks.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="am_CustomNotificationType_t">
		<xsd:annotation>
			<xsd:documentation>This enumeration contains the type of notification possible.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="am_CustomSystemPropertyType_t">
		<xsd:annotation>
			<xsd:documentation>This enumeration lists the system properties.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
            <xsd:enumeration value="SYP_DEBUG_LOG">
                <xsd:annotation>
                    <xsd:documentation>1 </xsd:documentation>
                </xsd:annotation>
            </xsd:enumeration>

		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="am_CustomRampType_t">
		<xsd:restriction base="xsd:string">
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="am_CustomMainSoundPropertyType_t">
		<xsd:annotation>
			<xsd:documentation>This enumeration lists the Main Properties for source and sinks.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="am_SourceID_e">
		<xsd:restriction base="xsd:string">
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="am_SinkID_e">
		<xsd:restriction base="xsd:string">
		</xsd:restriction>
	</xsd:simpleType>
</xsd:schema>