]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/XMLSchema/FrameworkHeaders.xsd
Update BaseLib.h to make the spaces between comments constant. Only added blank lines
[mirror_edk2.git] / Tools / XMLSchema / FrameworkHeaders.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
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">
3 <!--
4 Filename: FrameworkHeaders.xsd
5
6 Copyright (c) 2006, Intel Corp.
7
8 All rights reserved. This program and the accompanying materials
9 are licensed and made available under the terms and conditions of the BSD License
10 which may be found at http://opensource.org/licenses/bsd-license.php
11
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14
15 APPROVED: 14-Jun-2006
16 -->
17 <xs:include schemaLocation="FrameworkDataElements.xsd"/>
18 <xs:element name="FdbHeader">
19 <xs:annotation>
20 <xs:documentation xml:lang="en">This is the header for the Framework Package Database (DB) file.</xs:documentation>
21 <xs:documentation xml:lang="en">The Guid MUST change if backward compatibility breaks caused by a new release of XML Schema.</xs:documentation>
22 <xs:documentation xml:lang="en">The Version will change if a minor change to XML Schema has been made, but backward compatiblity is maintained.</xs:documentation>
23 </xs:annotation>
24 <xs:complexType>
25 <xs:sequence>
26 <xs:element minOccurs="1" maxOccurs="1" name="DatabaseName" type="UiNameType" fixed="FrameworkDatabase"/>
27 <xs:element minOccurs="1" maxOccurs="1" name="GuidValue" type="GuidType"/>
28 <xs:element minOccurs="1" maxOccurs="1" ref="Version"/>
29 <xs:element minOccurs="1" maxOccurs="1" ref="Abstract"/>
30 <xs:element minOccurs="1" maxOccurs="1" ref="Description"/>
31 <xs:element minOccurs="1" maxOccurs="1" ref="Copyright"/>
32 <xs:element minOccurs="1" maxOccurs="1" ref="License"/>
33 <xs:element minOccurs="1" maxOccurs="1" name="Specification" type="Sentence" default="FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052"/>
34 </xs:sequence>
35 </xs:complexType>
36 </xs:element>
37 <xs:element name="FarHeader">
38 <xs:annotation>
39 <xs:documentation xml:lang="en">This is the header for the Framework Archive Manifest file.</xs:documentation>
40 </xs:annotation>
41 <xs:complexType>
42 <xs:sequence>
43 <xs:element minOccurs="1" maxOccurs="1" name="FarName" type="UiNameType"/>
44 <xs:element minOccurs="1" maxOccurs="1" name="GuidValue" type="GuidType"/>
45 <xs:element minOccurs="1" maxOccurs="1" ref="Version"/>
46 <xs:element minOccurs="1" maxOccurs="1" ref="Abstract"/>
47 <xs:element minOccurs="1" maxOccurs="1" ref="Description"/>
48 <xs:element minOccurs="1" maxOccurs="1" ref="Copyright"/>
49 <xs:element minOccurs="1" maxOccurs="1" ref="License"/>
50 <xs:element minOccurs="1" maxOccurs="1" name="Specification" type="Sentence" default="FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052"/>
51 </xs:sequence>
52 </xs:complexType>
53 </xs:element>
54 <xs:element name="MsaHeader">
55 <xs:annotation>
56 <xs:documentation xml:lang="en">This header is for the Module Surface Area Description (MSA) files</xs:documentation>
57 <xs:documentation xml:lang="en">The Guid MUST change if the Module changes break backward compatibility.</xs:documentation>
58 <xs:documentation xml:lang="en">The Version MUST change if the Module changes, however, backward compatiblity is maintained.</xs:documentation>
59 </xs:annotation>
60 <xs:complexType>
61 <xs:sequence>
62 <xs:element minOccurs="1" maxOccurs="1" name="ModuleName" type="UiNameType"/>
63 <xs:element minOccurs="1" maxOccurs="1" ref="ModuleType"/>
64 <xs:element minOccurs="1" maxOccurs="1" name="GuidValue" type="GuidType"/>
65 <xs:element minOccurs="1" maxOccurs="1" ref="Version"/>
66 <xs:element minOccurs="1" maxOccurs="1" ref="Abstract"/>
67 <xs:element minOccurs="1" maxOccurs="1" ref="Description"/>
68 <xs:element minOccurs="1" maxOccurs="1" ref="Copyright"/>
69 <xs:element minOccurs="1" maxOccurs="1" ref="License"/>
70 <xs:element minOccurs="1" maxOccurs="1" name="Specification" type="Sentence" default="FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052"/>
71 </xs:sequence>
72 </xs:complexType>
73 </xs:element>
74 <xs:element name="PlatformHeader">
75 <xs:annotation>
76 <xs:documentation xml:lang="en">This header is for the Framework Platform Description (FPD) files.</xs:documentation>
77 <xs:documentation xml:lang="en">The Guid MUST change if the FPD changes break backward compatibility.</xs:documentation>
78 <xs:documentation xml:lang="en">The Version MUST change if the FPD changes, however, backward compatiblity is maintained.</xs:documentation>
79 </xs:annotation>
80 <xs:complexType>
81 <xs:sequence>
82 <xs:element minOccurs="1" maxOccurs="1" name="PlatformName" type="UiNameType"/>
83 <xs:element minOccurs="1" maxOccurs="1" name="GuidValue" type="GuidType"/>
84 <xs:element minOccurs="1" maxOccurs="1" ref="Version"/>
85 <xs:element minOccurs="1" maxOccurs="1" ref="Abstract"/>
86 <xs:element minOccurs="1" maxOccurs="1" ref="Description"/>
87 <xs:element minOccurs="1" maxOccurs="1" ref="Copyright"/>
88 <xs:element minOccurs="1" maxOccurs="1" ref="License"/>
89 <xs:element minOccurs="1" maxOccurs="1" name="Specification" type="Sentence" default="FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052"/>
90 </xs:sequence>
91 </xs:complexType>
92 </xs:element>
93 <xs:element name="SpdHeader">
94 <xs:annotation>
95 <xs:documentation xml:lang="en">This head is for the Surface Area Package Description file (SPD)</xs:documentation>
96 <xs:documentation xml:lang="en">The Guid MUST change when the contents of the file undergo MAJOR FUNCTIONALITY changes.</xs:documentation>
97 <xs:documentation xml:lang="en">The Version MUST change when the contents of the file undergo MINOR FUNCTIONALITY changes.</xs:documentation>
98 </xs:annotation>
99 <xs:complexType>
100 <xs:sequence>
101 <xs:element minOccurs="1" maxOccurs="1" name="PackageName" type="UiNameType"/>
102 <xs:element minOccurs="1" maxOccurs="1" name="GuidValue" type="GuidType"/>
103 <xs:element minOccurs="1" maxOccurs="1" ref="Version"/>
104 <xs:element minOccurs="1" maxOccurs="1" ref="Abstract"/>
105 <xs:element minOccurs="1" maxOccurs="1" ref="Description"/>
106 <xs:element minOccurs="1" maxOccurs="1" ref="Copyright"/>
107 <xs:element minOccurs="1" maxOccurs="1" ref="License"/>
108 <xs:element minOccurs="1" maxOccurs="1" name="Specification" type="Sentence" default="FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052"/>
109 </xs:sequence>
110 </xs:complexType>
111 </xs:element>
112 </xs:schema>