diff options
Diffstat (limited to 'schemas/info.xsd')
-rw-r--r-- | schemas/info.xsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/info.xsd b/schemas/info.xsd index 95d786ed9..347a29efa 100644 --- a/schemas/info.xsd +++ b/schemas/info.xsd @@ -27,8 +27,8 @@ <xsd:element name='FileInfo'> <xsd:complexType> <xsd:choice minOccurs='0' maxOccurs='unbounded'> - <xsd:element name='Group' type='GroupType'/> - <xsd:element name='Info' type='InfoType'/> + <xsd:element name='Group' type='GroupType'/> + <xsd:element name='Info' type='InfoType'/> </xsd:choice> </xsd:complexType> </xsd:element> |