mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
MDL-17081 fix invalid role XML schema
This commit is contained in:
parent
fcd75b6e6d
commit
8c6b980803
@ -15,12 +15,6 @@
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="name">
|
||||
<xs:complexType/>
|
||||
</xs:element>
|
||||
<xs:element name="description">
|
||||
<xs:complexType/>
|
||||
</xs:element>
|
||||
<xs:element name="archetype" type="xs:string"/>
|
||||
<xs:element name="contextlevels">
|
||||
<xs:complexType>
|
||||
@ -61,9 +55,11 @@
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="shortname" type="xs:string"/>
|
||||
<xs:element name="name" type="xs:string"/>
|
||||
<xs:element name="description" type="xs:string"/>
|
||||
<xs:element name="inherit" type="xs:string"/>
|
||||
<xs:element name="allow" type="xs:string"/>
|
||||
<xs:element name="prevent" type="xs:string"/>
|
||||
<xs:element name="prohibit" type="xs:string"/>
|
||||
<xs:element name="shortname" type="xs:string"/>
|
||||
</xs:schema>
|
||||
|
Loading…
x
Reference in New Issue
Block a user