diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-05 04:05:10 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-05 04:05:10 +0000 |
commit | 700c2b96cba4640901b2271a3ff72fafae3b8032 (patch) | |
tree | 80a5fc642fd50e9dda750a5e2af74bab11828f01 /Tools/XMLSchema/FrameworkDataAttributes.xsd | |
parent | 3f6001d4f0ecb1125de48690655a1c3aba3f37e7 (diff) | |
download | edk2-platforms-700c2b96cba4640901b2271a3ff72fafae3b8032.tar.xz |
Changed FvBinding to be a list of Keywords (not using list, just specifying the pattern.) Fixed a couple of typos in the other files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@754 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/XMLSchema/FrameworkDataAttributes.xsd')
-rw-r--r-- | Tools/XMLSchema/FrameworkDataAttributes.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/XMLSchema/FrameworkDataAttributes.xsd b/Tools/XMLSchema/FrameworkDataAttributes.xsd index aedfc86885..bae4d784ff 100644 --- a/Tools/XMLSchema/FrameworkDataAttributes.xsd +++ b/Tools/XMLSchema/FrameworkDataAttributes.xsd @@ -37,7 +37,7 @@ </xs:attributeGroup>
<xs:attributeGroup name="EventAttributes">
<xs:attribute name="Usage" type="EventUsage" use="required"/>
- <xs:attribute name="EventGuidCName" type="C_NameType" use="required"/>
+ <xs:attribute name="EventGuidCName" type="C_NameType" use="optional"/>
<xs:attribute name="SupArchList" type="ArchListType" use="optional"/>
<xs:attribute name="FeatureFlag" type="FeatureFlagExpressionType" use="optional"/>
</xs:attributeGroup>
|