these should be actual subelements

This commit is contained in:
brent s. 2020-01-02 14:06:33 -05:00
parent a0832db5c5
commit 964c670da5
1 changed files with 6 additions and 1 deletions

View File

@ -217,10 +217,15 @@
<xs:sequence>
<xs:element name="repo" maxOccurs="unbounded" minOccurs="1">
<xs:complexType>
<xs:choice minOccurs="1" maxOccurs="unbounded">
<xs:element name="include" minOccurs="0" maxOccurs="unbounded"
type="t_aif_pacuri"/>
<xs:element name="mirror" minOccurs="0" maxOccurs="unbounded"
type="t_aif_pacuri"/>
</xs:choice>
<xs:attribute name="name" type="t_std_nonempty" use="required"/>
<xs:attribute name="enabled" type="xs:boolean" use="optional" default="true"/>
<xs:attribute name="sigLevel" type="t_std_nonempty" use="optional"/>
<xs:attribute name="mirror" type="t_aif_pacuri" use="optional"/>
</xs:complexType>
</xs:element>
</xs:sequence>