Enhanced profile specification

This commit is contained in:
Luca Frosini 2023-03-20 10:19:40 +01:00
parent b6977f52a0
commit 1f18f1f95f
1 changed files with 9 additions and 0 deletions

View File

@ -159,6 +159,15 @@
</xs:annotation>
</xs:element>
</xs:choice>
<xs:element type="xs:boolean" name="remove" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
When this field is true the field is removed from metadata.
This allows to use a field to add tag and groups depending on
any logic of this field.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="categoryref" use="optional" type="xs:string" />
</xs:complexType>