diff options
Diffstat (limited to 'Tools/XMLSchema/FrameworkPlatformDataElements.xsd')
-rw-r--r-- | Tools/XMLSchema/FrameworkPlatformDataElements.xsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/XMLSchema/FrameworkPlatformDataElements.xsd b/Tools/XMLSchema/FrameworkPlatformDataElements.xsd index 08a8ecffdd..d9da5f79b9 100644 --- a/Tools/XMLSchema/FrameworkPlatformDataElements.xsd +++ b/Tools/XMLSchema/FrameworkPlatformDataElements.xsd @@ -74,8 +74,8 @@ <xs:element name="FlashDefinition" type="FlashData"/>
<xs:element name="FlashDefinitionFile" type="FileNameConvention"/>
</xs:choice>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="FvImages"/>
- <xs:element minOccurs="0" maxOccurs="unbounded" ref="Capsules"/>
+ <xs:element minOccurs="0" maxOccurs="1" ref="FvImages"/>
+ <xs:element minOccurs="0" maxOccurs="1" ref="Capsules"/>
</xs:sequence>
<xs:attribute name="MicrocodeFile" type="FileNameConvention" use="optional"/>
</xs:complexType>
|