]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/XMLSchema/FrameworkHeaders.xsd
Added CreatedDate to Schema - headers have it included with a choice for Created...
[mirror_edk2.git] / Tools / XMLSchema / FrameworkHeaders.xsd
CommitLineData
878ddf1f 1<?xml version="1.0" encoding="UTF-8"?>\r
2<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.TianoCore.org/2006/Edk2.0" xmlns="http://www.TianoCore.org/2006/Edk2.0">\r
3 <!--\r
4 Filename: FrameworkHeaders.xsd\r
5 \r
6 Copyright (c) 2006, Intel Corp.\r
7 All rights reserved. This program and the accompanying materials\r
8 are licensed and made available under the terms and conditions of the BSD License\r
9 which may be found at http://opensource.org/licenses/bsd-license.php\r
10 \r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13 \r
14 -->\r
15 <xs:include schemaLocation="FrameworkDataElements.xsd"/>\r
16 <xs:element name="FdbHeader">\r
17 <xs:annotation>\r
18 <xs:documentation xml:lang="en">This is the header for the Framework Package Database file.</xs:documentation>\r
19 </xs:annotation>\r
20 <xs:complexType>\r
21 <xs:sequence>\r
22 <xs:element minOccurs="1" maxOccurs="1" ref="DatabaseName"/>\r
1be638ed 23 <xs:element minOccurs="0" maxOccurs="1" ref="Guid"/>\r
24 <xs:element minOccurs="0" maxOccurs="1" ref="GuidValue"/>\r
878ddf1f 25 <xs:element minOccurs="1" maxOccurs="1" ref="Version"/>\r
26 <xs:element minOccurs="0" maxOccurs="1" ref="Path"/>\r
0fce57e7 27 <xs:choice minOccurs="1" maxOccurs="1">\r
28 <xs:element minOccurs="0" maxOccurs="1" ref="Created"/>\r
29 <xs:element minOccurs="0" maxOccurs="1" ref="CreatedDate"/>\r
30 </xs:choice>\r
878ddf1f 31 <xs:element minOccurs="0" maxOccurs="1" ref="Updated"/>\r
32 <xs:element minOccurs="1" maxOccurs="1" ref="Abstract"/>\r
33 <xs:element minOccurs="1" maxOccurs="1" ref="Description"/>\r
34 <xs:element minOccurs="1" maxOccurs="1" ref="Copyright"/>\r
35 <xs:element minOccurs="1" maxOccurs="1" ref="License"/>\r
36 </xs:sequence>\r
37 </xs:complexType>\r
38 </xs:element>\r
39 <xs:element name="MbdHeader">\r
40 <xs:annotation>\r
41 <xs:documentation xml:lang="en">This is the header for the Component Module Build Description (MBD) file. NOTE: The GUID may be different from the GUID in the MSA file, as the Guid is updated every time the file is changed, as the Guid may change if the contents of the file are changed.</xs:documentation>\r
42 </xs:annotation>\r
43 <xs:complexType>\r
44 <xs:sequence>\r
45 <xs:element minOccurs="1" maxOccurs="1" ref="BaseName"/>\r
46 <xs:element minOccurs="1" maxOccurs="1" ref="Guid"/>\r
47 <xs:element minOccurs="1" maxOccurs="1" ref="Version"/>\r
48 <xs:element minOccurs="1" maxOccurs="1" ref="Description"/>\r
49 <xs:element minOccurs="1" maxOccurs="1" ref="Copyright"/>\r
50 <xs:element minOccurs="1" maxOccurs="1" ref="License"/>\r
0fce57e7 51 <xs:choice minOccurs="1" maxOccurs="1">\r
52 <xs:element minOccurs="0" maxOccurs="1" ref="Created"/>\r
53 <xs:element minOccurs="0" maxOccurs="1" ref="CreatedDate"/>\r
54 </xs:choice>\r
55 <xs:choice minOccurs="1" maxOccurs="1">\r
56 <xs:element minOccurs="0" maxOccurs="1" ref="Modified"/>\r
57 <xs:element minOccurs="0" maxOccurs="1" ref="ModifiedDate"/>\r
58 </xs:choice>\r
878ddf1f 59 </xs:sequence>\r
60 </xs:complexType>\r
61 </xs:element>\r
62 <xs:element name="MbdLibHeader">\r
63 <xs:annotation>\r
64 <xs:documentation xml:lang="en">This is the header for the Library Module Build Description (MBD) file. NOTE: The Guid may be different from the Guid in the MSA file, as the Guid may change when the contents of the file are changed..</xs:documentation>\r
65 </xs:annotation>\r
66 <xs:complexType>\r
67 <xs:sequence>\r
68 <xs:element minOccurs="1" maxOccurs="1" ref="BaseName"/>\r
69 <xs:element minOccurs="1" maxOccurs="1" ref="Guid"/>\r
70 <xs:element minOccurs="1" maxOccurs="1" ref="Version"/>\r
71 <xs:element minOccurs="1" maxOccurs="1" ref="Description"/>\r
72 <xs:element minOccurs="1" maxOccurs="1" ref="Copyright"/>\r
73 <xs:element minOccurs="1" maxOccurs="1" ref="License"/>\r
0fce57e7 74 <xs:choice minOccurs="1" maxOccurs="1">\r
75 <xs:element minOccurs="0" maxOccurs="1" ref="Created"/>\r
76 <xs:element minOccurs="0" maxOccurs="1" ref="CreatedDate"/>\r
77 </xs:choice>\r
78 <xs:choice minOccurs="1" maxOccurs="1">\r
79 <xs:element minOccurs="0" maxOccurs="1" ref="Modified"/>\r
80 <xs:element minOccurs="0" maxOccurs="1" ref="ModifiedDate"/>\r
81 </xs:choice>\r
878ddf1f 82 </xs:sequence>\r
83 </xs:complexType>\r
84 </xs:element>\r
85 <xs:element name="MsaHeader">\r
86 <xs:annotation>\r
87 <xs:documentation xml:lang="en">This is the Component Module Surface Area Description Header - a replacement for INF files. The GUID may change when the contents of the file are changed.</xs:documentation>\r
88 </xs:annotation>\r
89 <xs:complexType>\r
90 <xs:sequence>\r
91 <xs:element minOccurs="1" maxOccurs="1" ref="BaseName"/>\r
92 <xs:element minOccurs="1" maxOccurs="1" ref="ModuleType"/>\r
93 <xs:element minOccurs="1" maxOccurs="1" ref="ComponentType"/>\r
1be638ed 94 <xs:element minOccurs="0" maxOccurs="1" ref="Guid"/>\r
95 <xs:element minOccurs="0" maxOccurs="1" ref="GuidValue"/>\r
878ddf1f 96 <xs:element minOccurs="1" maxOccurs="1" ref="Version"/>\r
97 <xs:element minOccurs="1" maxOccurs="1" ref="Abstract"/>\r
98 <xs:element minOccurs="1" maxOccurs="1" ref="Description"/>\r
99 <xs:element minOccurs="1" maxOccurs="1" ref="Copyright"/>\r
100 <xs:element minOccurs="1" maxOccurs="1" ref="License"/>\r
0fce57e7 101 <xs:choice minOccurs="1" maxOccurs="1">\r
102 <xs:element minOccurs="0" maxOccurs="1" ref="Created"/>\r
103 <xs:element minOccurs="0" maxOccurs="1" ref="CreatedDate"/>\r
104 </xs:choice>\r
878ddf1f 105 <xs:element minOccurs="0" maxOccurs="1" ref="Updated"/>\r
0fce57e7 106 <xs:element minOccurs="0" maxOccurs="1" ref="Specification"/>\r
878ddf1f 107 </xs:sequence>\r
108 </xs:complexType>\r
109 </xs:element>\r
110 <xs:element name="MsaLibHeader">\r
111 <xs:annotation>\r
112 <xs:documentation xml:lang="en">This is the Library Module Surface Area Description Header - a replacement for INF files. The Guid may change when the contents of the file are changed.</xs:documentation>\r
113 </xs:annotation>\r
114 <xs:complexType>\r
115 <xs:sequence>\r
116 <xs:element minOccurs="1" maxOccurs="1" ref="BaseName"/>\r
117 <xs:element minOccurs="1" maxOccurs="1" ref="ModuleType"/>\r
118 <xs:element minOccurs="1" maxOccurs="1" ref="ComponentType"/>\r
119 <xs:element minOccurs="1" maxOccurs="1" ref="Guid"/>\r
120 <xs:element minOccurs="1" maxOccurs="1" ref="Version"/>\r
121 <xs:element minOccurs="1" maxOccurs="1" ref="Abstract"/>\r
122 <xs:element minOccurs="1" maxOccurs="1" ref="Description"/>\r
123 <xs:element minOccurs="1" maxOccurs="1" ref="Copyright"/>\r
124 <xs:element minOccurs="1" maxOccurs="1" ref="License"/>\r
0fce57e7 125 <xs:choice minOccurs="1" maxOccurs="1">\r
126 <xs:element minOccurs="0" maxOccurs="1" ref="Created"/>\r
127 <xs:element minOccurs="0" maxOccurs="1" ref="CreatedDate"/>\r
128 </xs:choice>\r
878ddf1f 129 <xs:element minOccurs="0" maxOccurs="1" ref="Updated"/>\r
0fce57e7 130 <xs:element minOccurs="0" maxOccurs="1" ref="Specification"/>\r
878ddf1f 131 </xs:sequence>\r
132 </xs:complexType>\r
133 </xs:element>\r
134 <xs:element name="PlatformHeader">\r
135 <xs:annotation>\r
136 <xs:documentation xml:lang="en">This head is for the Framework Platform Description file (FPD.)</xs:documentation>\r
137 </xs:annotation>\r
138 <xs:complexType>\r
139 <xs:sequence>\r
140 <xs:element minOccurs="1" maxOccurs="1" name="PlatformName" type="PlatformNamingConvention">\r
141 <xs:annotation>\r
142 <xs:documentation xml:lang="en">Define the Name of a Platform</xs:documentation>\r
143 </xs:annotation>\r
144 </xs:element>\r
145 <xs:element minOccurs="0" maxOccurs="1" ref="Guid"/>\r
1be638ed 146 <xs:element minOccurs="0" maxOccurs="1" ref="GuidValue"/>\r
878ddf1f 147 <xs:element minOccurs="0" maxOccurs="1" ref="Version"/>\r
148 <xs:element minOccurs="1" maxOccurs="1" ref="Abstract"/>\r
149 <xs:element minOccurs="1" maxOccurs="1" ref="Description"/>\r
150 <xs:element minOccurs="0" maxOccurs="1" ref="Copyright"/>\r
151 <xs:element minOccurs="0" maxOccurs="1" ref="License"/>\r
0fce57e7 152 <xs:choice minOccurs="1" maxOccurs="1">\r
153 <xs:element minOccurs="0" maxOccurs="1" ref="Created"/>\r
154 <xs:element minOccurs="0" maxOccurs="1" ref="CreatedDate"/>\r
155 </xs:choice>\r
291a871a 156 <xs:element minOccurs="0" maxOccurs="1" ref="CreatedBy">\r
157 <xs:annotation>\r
158 <xs:documentation xml:lang="en">DO NOT USE! removing from XMLSchema</xs:documentation>\r
159 </xs:annotation>\r
160 </xs:element>\r
878ddf1f 161 <xs:element minOccurs="0" maxOccurs="1" ref="Updated"/>\r
162 <xs:element minOccurs="0" maxOccurs="1" ref="PackageType"/>\r
163 </xs:sequence>\r
164 </xs:complexType>\r
165 </xs:element>\r
166 <xs:element name="SpdHeader">\r
167 <xs:annotation>\r
168 <xs:documentation xml:lang="en">This head is for the Surface Area Package Description file (SPD) The Guid may change when the contents of the file are changed.</xs:documentation>\r
169 </xs:annotation>\r
170 <xs:complexType>\r
171 <xs:sequence>\r
172 <xs:element minOccurs="1" maxOccurs="1" ref="PackageName"/>\r
1be638ed 173 <xs:element minOccurs="0" maxOccurs="1" ref="Guid"/>\r
174 <xs:element minOccurs="0" maxOccurs="1" ref="GuidValue"/>\r
878ddf1f 175 <xs:element minOccurs="1" maxOccurs="1" ref="Version"/>\r
176 <xs:element minOccurs="1" maxOccurs="1" ref="Abstract"/>\r
177 <xs:element minOccurs="1" maxOccurs="1" ref="Description"/>\r
178 <xs:element minOccurs="1" maxOccurs="1" ref="Copyright"/>\r
179 <xs:element minOccurs="1" maxOccurs="1" ref="License"/>\r
0fce57e7 180 <xs:choice minOccurs="1" maxOccurs="1">\r
181 <xs:element minOccurs="0" maxOccurs="1" ref="Created"/>\r
182 <xs:element minOccurs="0" maxOccurs="1" ref="CreatedDate"/>\r
183 </xs:choice>\r
878ddf1f 184 <xs:element minOccurs="0" maxOccurs="1" ref="E-Mail"/>\r
185 <xs:element minOccurs="0" maxOccurs="1" ref="Updated"/>\r
186 <xs:element minOccurs="0" maxOccurs="1" ref="URL"/>\r
187 <xs:element minOccurs="1" maxOccurs="1" ref="PackageType"/>\r
188 <xs:element minOccurs="0" maxOccurs="1" ref="ReadOnly"/>\r
189 <xs:element minOccurs="0" maxOccurs="1" ref="RePackage"/>\r
190 <xs:element minOccurs="0" maxOccurs="unbounded" ref="Specification"/>\r
191 <xs:element minOccurs="0" maxOccurs="1" ref="OutputDirectory"/>\r
192 </xs:sequence>\r
193 </xs:complexType>\r
194 </xs:element>\r
195</xs:schema>\r