Enhanced profile specification
This commit is contained in:
parent
b6977f52a0
commit
1f18f1f95f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue