Skip to content
Snippets Groups Projects
Commit b954b296 authored by ruffsl's avatar ruffsl
Browse files

Relax minOccurs to allow for empty profiles

for when generate_policies doesn't necessarily add permissions to a generated profile.
parent 427f6f55
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
</xs:complexType>
<xs:complexType name="Profile">
<xs:sequence minOccurs="1" maxOccurs="unbounded">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:choice minOccurs="1" maxOccurs="1">
<xs:element name="topics" minOccurs="1" type="TopicExpressionList" />
<xs:element name="services" minOccurs="1" type="ServicesExpressionList" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment