diff options
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/XMLSchema/FrameworkDataTypes.xsd | 10 | ||||
-rw-r--r-- | Tools/XMLSchema/FrameworkPlatformDataElements.xsd | 10 |
2 files changed, 9 insertions, 11 deletions
diff --git a/Tools/XMLSchema/FrameworkDataTypes.xsd b/Tools/XMLSchema/FrameworkDataTypes.xsd index 402d2b2752..4fbaea4e76 100644 --- a/Tools/XMLSchema/FrameworkDataTypes.xsd +++ b/Tools/XMLSchema/FrameworkDataTypes.xsd @@ -1101,15 +1101,13 @@ <xs:attribute name="Version" type="VersionDataType" use="optional"/>
</xs:attributeGroup>
<xs:attributeGroup name="MsaAttributes">
- <xs:attribute name="Guid" type="GuidType" use="optional"/>
<xs:attribute name="Arch" type="SupportedArchitectures" use="optional"/>
+ <xs:attribute name="FvBinding" type="xs:string" use="optional"/>
<xs:attribute name="ModuleName" type="C_Name" use="optional"/>
- <xs:attribute name="Version" type="VersionDataType" use="optional"/>
- <xs:attribute name="Platform" type="PlatformNamingConvention" use="optional"/>
+ <xs:attribute name="ModuleGuid" type="GuidType" use="optional"/>
+ <xs:attribute name="PackageName" type="C_Name" use="optional"/>
+ <xs:attribute name="PackageGuid" type="GuidType" use="optional"/>
<xs:attribute name="BuildSequence" type="xs:int" use="optional"/>
- <xs:attribute name="FV" type="xs:string" use="optional"/>
- <xs:attribute name="FvBinding" type="xs:string" use="optional"/>
- <xs:attribute name="PACKAGE" type="xs:string" use="optional"/>
</xs:attributeGroup>
<xs:attributeGroup name="OptionAttributes">
<xs:attribute name="Platform" type="PlatformNamingConvention" use="optional"/>
diff --git a/Tools/XMLSchema/FrameworkPlatformDataElements.xsd b/Tools/XMLSchema/FrameworkPlatformDataElements.xsd index 5cbaaca699..7702f02e37 100644 --- a/Tools/XMLSchema/FrameworkPlatformDataElements.xsd +++ b/Tools/XMLSchema/FrameworkPlatformDataElements.xsd @@ -231,11 +231,11 @@ </xs:annotation>
<xs:complexType>
<xs:sequence>
- <xs:element minOccurs="1" maxOccurs="1" name="SEC" type="Components"/>
- <xs:element minOccurs="1" maxOccurs="1" name="PEI_CORE" type="Components"/>
- <xs:element minOccurs="1" maxOccurs="1" name="PEIM" type="Components"/>
- <xs:element minOccurs="1" maxOccurs="1" name="DXE_CORE" type="Components"/>
- <xs:element minOccurs="1" maxOccurs="1" name="DXE_DRIVERS" type="Components"/>
+ <xs:element minOccurs="0" maxOccurs="1" name="SEC" type="Components"/>
+ <xs:element minOccurs="0" maxOccurs="1" name="PEI_CORE" type="Components"/>
+ <xs:element minOccurs="0" maxOccurs="1" name="PEIM" type="Components"/>
+ <xs:element minOccurs="0" maxOccurs="1" name="DXE_CORE" type="Components"/>
+ <xs:element minOccurs="0" maxOccurs="1" name="DXE_DRIVERS" type="Components"/>
<xs:element minOccurs="0" maxOccurs="1" name="OTHER_COMPONENTS" type="Components"/>
</xs:sequence>
</xs:complexType>
|