-
Notifications
You must be signed in to change notification settings - Fork 11
/
mediatrace.xsd
145 lines (145 loc) · 6.53 KB
/
mediatrace.xsd
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="https://mediaarea.net/mediatrace"
xmlns="https://mediaarea.net/mediatrace" elementFormDefault="qualified"
version="0.2">
<xsd:element name="MediaTrace" type="mediatraceType"/>
<xsd:complexType name="mediatraceType">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="creatingApplication" type="creationType" minOccurs="0" maxOccurs="1" />
<xsd:element name="creatingLibrary" type="creationType" minOccurs="0" maxOccurs="1" />
<xsd:choice>
<xsd:element name="media" type="mediaType" minOccurs="0" maxOccurs="unbounded" />
<xsd:choice maxOccurs="unbounded">
<xsd:element name="block" type="blockType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="data" type="dataType" minOccurs="0" maxOccurs="unbounded" />
</xsd:choice>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="ref" >
<xsd:annotation>
<xsd:documentation>The attribute is deprecated. It is recommended to use MediaTrace/media/@ref.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="version" />
<xsd:attribute name="parser" />
</xsd:complexType>
<xsd:complexType name="creationType">
<xsd:simpleContent>
<xsd:extension base="xsd:string" >
<xsd:attributeGroup ref="creationAttributeSet"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="mediaType">
<xsd:choice maxOccurs="unbounded">
<xsd:element name="block" type="blockType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="data" type="dataType" minOccurs="0" maxOccurs="unbounded" />
</xsd:choice>
<xsd:attribute name="ref" />
<xsd:attribute name="parser" />
</xsd:complexType>
<xsd:complexType name="blockType">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="block" type="blockType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="data" type="dataType" minOccurs="0" maxOccurs="unbounded" />
</xsd:choice>
<xsd:attributeGroup ref="itemAttributeSet" />
<xsd:attribute name="parser" />
</xsd:complexType>
<xsd:complexType name="dataType">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:string" >
<xsd:attributeGroup ref="itemAttributeSet"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:attributeGroup name="creationAttributeSet">
<xsd:attribute name="version" type="xsd:string" use="required"/>
<xsd:attribute name="url" type="xsd:string"/>
<xsd:attribute name="build_date" type="xsd:string"/>
<xsd:attribute name="build_time" type="xsd:string"/>
<xsd:attribute name="compiler_ident" type="xsd:string"/>
</xsd:attributeGroup>
<xsd:attributeGroup name="itemAttributeSet">
<xsd:attribute name="offset" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="name" type="xsd:string">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="info" type="xsd:string">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="info2" type="xsd:string">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="info3" type="xsd:string">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="info4" type="xsd:string">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="info5" type="xsd:string">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="info6" type="xsd:string">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="info7" type="xsd:string">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="info8" type="xsd:string">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="moreinfo" type="xsd:string">
<xsd:annotation>
<xsd:documentation>This value is deprecated in versions after 0.7.76.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="size" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dt" type="xsd:string">
<xsd:annotation>
<xsd:documentation>The attribute describes the type of data expression of the element, such as dt="binary.base64".</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="error" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Specifies the identity of an implementation error associated with the data or block. The value shall be expressed as a implementation check identifer and a version of that implementation check, delimited by a colon.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
</xsd:schema>