]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/XMLSchema/NamingConvention.xsd
Fix building issue for VC compiler. And enable GenFvMap in building CCode package.
[mirror_edk2.git] / Tools / XMLSchema / NamingConvention.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: NamingConvention.xsd
5
6 Copyright (c) 2006, Intel Corp.
7 All rights reserved. This program and the accompanying materials
8 are licensed and made available under the terms and conditions of the BSD License
9 which may be found at http://opensource.org/licenses/bsd-license.php
10
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13
14 -->
15 <xs:annotation>
16 <xs:documentation xml:lang="en"> This schema defines various data types and naming conventions including: base name, filename and directory naming conventions. These are all simple data types.</xs:documentation>
17 </xs:annotation>
18 <xs:simpleType name="C_NameType">
19 <xs:annotation>
20 <xs:documentation xml:lang="en"> C_Names must start with either an underscore (_) character followed by one or more alpha characters, followed by any combination of underscore or alphanumeric characters.</xs:documentation>
21 </xs:annotation>
22 <xs:restriction base="xs:string">
23 <xs:pattern value="(_)*[a-zA-Z]+((_)*[a-zA-Z0-9]*)*"/>
24 </xs:restriction>
25 </xs:simpleType>
26 <xs:simpleType name="FileNameConvention">
27 <xs:annotation>
28 <xs:documentation xml:lang="en"> This defines what a Filename is: Alphanumeric characters and optional underscore (_) or dash (-) characters, followed by a optional dot and more alphanumeric characters. </xs:documentation>
29 </xs:annotation>
30 <xs:restriction base="xs:string">
31 <xs:pattern value="[a-zA-Z](\.?[-_a-zA-Z0-9]+)*"/>
32 </xs:restriction>
33 </xs:simpleType>
34 <xs:simpleType name="GuidType">
35 <xs:annotation>
36 <xs:documentation xml:lang="en"> The GUID data was a union of GuidType1 and GuidType2; standardizing on GuidType2. </xs:documentation>
37 </xs:annotation>
38 <xs:union memberTypes="GuidType2"/>
39 </xs:simpleType>
40 <xs:simpleType name="GuidType1">
41 <xs:annotation>
42 <xs:documentation xml:lang="en"> This defines the minimum specification for a GUID Array which is 8 Hex Digits - 4 Hex Digits - 4 Hex Digits - 8 Hex Bytes, the last 16 Hex Digits can be enclosed in sqiggle {} brackets.</xs:documentation>
43 </xs:annotation>
44 <xs:restriction base="xs:string">
45 <xs:pattern value="0x[a-fA-F0-9]{1,8},( )*0x[a-fA-F0-9]{1,4},( )*0x[a-fA-F0-9]{1,4}(,( )*\{)?(,?( )*0x[a-fA-F0-9]{1,2}){8}( )*(\})?"/>
46 </xs:restriction>
47 </xs:simpleType>
48 <xs:simpleType name="GuidType2">
49 <xs:annotation>
50 <xs:documentation xml:lang="en"> A GUID must contain five different Hexadecimal character sets that are separated by a dash (-) character. </xs:documentation>
51 </xs:annotation>
52 <xs:restriction base="xs:string">
53 <xs:pattern value="[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"/>
54 </xs:restriction>
55 </xs:simpleType>
56 <xs:simpleType name="Hex64BitDataType">
57 <xs:annotation>
58 <xs:documentation xml:lang="en">Define a Hex 64 Bit Value to be 0x[a-f0-9]{16}</xs:documentation>
59 </xs:annotation>
60 <xs:restriction base="xs:string">
61 <xs:pattern value="(0x)?[a-fA-F0-9]{1,16}"/>
62 </xs:restriction>
63 </xs:simpleType>
64 <xs:simpleType name="HexAddressType">
65 <xs:annotation>
66 <xs:documentation xml:lang="en">Define a Hex Address, 0x[a-fA-F0-9]{1,16}</xs:documentation>
67 </xs:annotation>
68 <xs:restriction base="xs:string">
69 <xs:pattern value="0x[a-fA-F0-9]{1,16}"/>
70 </xs:restriction>
71 </xs:simpleType>
72 <xs:simpleType name="HexByteDataType">
73 <xs:annotation>
74 <xs:documentation xml:lang="en">Define a Hex Byte Value to be 0x[a-f0-9]{2}</xs:documentation>
75 </xs:annotation>
76 <xs:restriction base="xs:string">
77 <xs:pattern value="(0x)?[a-fA-F0-9]{1,2}"/>
78 </xs:restriction>
79 </xs:simpleType>
80 <xs:simpleType name="HexDataType">
81 <xs:annotation>
82 <xs:documentation xml:lang="en">Define a Hex Value to be 0x[a-f0-9]+</xs:documentation>
83 </xs:annotation>
84 <xs:restriction base="xs:string">
85 <xs:pattern value="0x[a-fA-F0-9]+"/>
86 </xs:restriction>
87 </xs:simpleType>
88 <xs:simpleType name="HexDigitType">
89 <xs:annotation>
90 <xs:documentation xml:lang="en">Define a Hex Diget to be 0x[a-f0-9]</xs:documentation>
91 </xs:annotation>
92 <xs:restriction base="xs:string">
93 <xs:pattern value="[a-fA-F0-9]{1}"/>
94 </xs:restriction>
95 </xs:simpleType>
96 <xs:simpleType name="HexDoubleWordDataType">
97 <xs:annotation>
98 <xs:documentation xml:lang="en">Define a Hex Double Word Value to be 0x[a-f0-9]{8}</xs:documentation>
99 </xs:annotation>
100 <xs:restriction base="xs:string">
101 <xs:pattern value="0x[a-fA-F0-9]{1,8}"/>
102 </xs:restriction>
103 </xs:simpleType>
104 <xs:simpleType name="HexWordDataType">
105 <xs:annotation>
106 <xs:documentation xml:lang="en">Define a Hex Word Value to be 0x[a-f0-9]{4}</xs:documentation>
107 </xs:annotation>
108 <xs:restriction base="xs:string">
109 <xs:pattern value="0x[a-fA-F0-9]{1,4}"/>
110 </xs:restriction>
111 </xs:simpleType>
112 <xs:simpleType name="KeywordList">
113 <xs:restriction base="xs:string">
114 <xs:minLength value="1"/>
115 <xs:pattern value="[a-zA-Z]+(\ *_*[a-zA-Z0-9]*)*"/>
116 </xs:restriction>
117 </xs:simpleType>
118 <xs:simpleType name="KeywordType">
119 <xs:restriction base="xs:normalizedString">
120 <xs:pattern value="[a-zA-Z]+(_*[a-zA-Z0-9]*)*"/>
121 </xs:restriction>
122 </xs:simpleType>
123 <xs:simpleType name="Paragraph">
124 <xs:annotation>
125 <xs:documentation xml:lang="en">This describes the normal text of a paragraph that can be used in a license or description tag.</xs:documentation>
126 </xs:annotation>
127 <xs:restriction base="xs:string"/>
128 </xs:simpleType>
129 <xs:simpleType name="PathAndFilename">
130 <xs:annotation>
131 <xs:documentation xml:lang="en"> Naming convention for a path and file name</xs:documentation>
132 </xs:annotation>
133 <xs:union memberTypes="xs:normalizedString xs:anyURI"/>
134 </xs:simpleType>
135 <xs:simpleType name="Polarity">
136 <xs:annotation>
137 <xs:documentation xml:lang="en">Limit Polarity vaild values to 0 and 1</xs:documentation>
138 </xs:annotation>
139 <xs:restriction base="xs:int">
140 <xs:pattern value="0|1"/>
141 </xs:restriction>
142 </xs:simpleType>
143 <xs:simpleType name="Sentence">
144 <xs:annotation>
145 <xs:documentation xml:lang="en"> This data type requires two or more words </xs:documentation>
146 </xs:annotation>
147 <xs:restriction base="xs:normalizedString">
148 <xs:pattern value="(\w+\W*)+( )+(\W*\w*\W*\s*)*"/>
149 </xs:restriction>
150 </xs:simpleType>
151 <xs:simpleType name="ToolsNameConvention">
152 <xs:annotation>
153 <xs:documentation xml:lang="en">This data type is used for ToolCommand, ToolChainFamily and TagName.</xs:documentation>
154 </xs:annotation>
155 <xs:restriction base="xs:NCName">
156 <xs:pattern value="[a-zA-Z][a-zA-Z0-9]*"/>
157 </xs:restriction>
158 </xs:simpleType>
159 <xs:simpleType name="UCNameType">
160 <xs:annotation>
161 <xs:documentation xml:lang="en"> Definition of a UpperCase Name, which can be any combination of upper case characters followed by zero or more underscore and/or uppercase alphanumeric characters </xs:documentation>
162 </xs:annotation>
163 <xs:restriction base="xs:string">
164 <xs:pattern value="[A-Z]+(_*[A-Z0-9]*)*"/>
165 </xs:restriction>
166 </xs:simpleType>
167 <xs:simpleType name="VersionDataType">
168 <xs:annotation>
169 <xs:documentation xml:lang="en"> Definition of a Version Number, which is one or more strings of decimal digits separated by dots. </xs:documentation>
170 <xs:documentation>
171 The algorithm to compare two versions A and B is as follows. if A==B, then A is the same version as B. Otherwise, say A is a1.a2.a3...an and B is b1.b2.b3...bn. For the first pair (ai, bi), for i less than n and i less than m, where ai is not equal to bi, if ai is less than bi, then A is less than B. If ai is greater than bi, then A is greater than B.
172 </xs:documentation>
173 </xs:annotation>
174 <xs:restriction base="xs:string">
175 <xs:pattern value="\d+(\.\d+)*"/>
176 </xs:restriction>
177 </xs:simpleType>
178 <xs:simpleType name="Zero">
179 <xs:annotation>
180 <xs:documentation xml:lang="en">Define Zero as a vaild value</xs:documentation>
181 </xs:annotation>
182 <xs:restriction base="xs:int">
183 <xs:pattern value="0"/>
184 </xs:restriction>
185 </xs:simpleType>
186 </xs:schema>