summaryrefslogtreecommitdiff
path: root/Tools/XMLSchema/FrameworkDataElements.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/XMLSchema/FrameworkDataElements.xsd')
-rw-r--r--Tools/XMLSchema/FrameworkDataElements.xsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/XMLSchema/FrameworkDataElements.xsd b/Tools/XMLSchema/FrameworkDataElements.xsd
index 69ff209..c6bf6b2 100644
--- a/Tools/XMLSchema/FrameworkDataElements.xsd
+++ b/Tools/XMLSchema/FrameworkDataElements.xsd
@@ -858,6 +858,7 @@
<xs:element name="ModuleUnloadImage" type="xs:normalizedString"/>
<xs:element name="MsaFiles">
<xs:complexType>
+ <xs:choice minOccurs="1" maxOccurs="unbounded">
<xs:sequence minOccurs="1">
<xs:element minOccurs="0" maxOccurs="unbounded" name="MsaFile">
<xs:annotation>
@@ -892,6 +893,8 @@
</xs:complexType>
</xs:element>
</xs:sequence>
+ <xs:element minOccurs="1" maxOccurs="unbounded" ref="Filename"/>
+ </xs:choice>
</xs:complexType>
</xs:element>
<!-- Use in Final -->