Redmine #1888: adapted schema for peculiarities of "formal" structures
This commit is contained in:
parent
7b29c6da98
commit
d16948f6ae
|
@ -326,13 +326,16 @@
|
|||
</xsd:element>
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="id" type="xsd:integer"/>
|
||||
<xsd:attribute name="parent_id" type="xsd:integer"/>
|
||||
<xsd:attribute name="tempId" type="xsd:integer"/>
|
||||
<xsd:attribute name="label" use="required" type="xsd:string"/>
|
||||
<xsd:attribute name="label" type="xsd:string"/>
|
||||
<xsd:attribute name="formal_descendants" type="xsd:string"/>
|
||||
<xsd:attribute name="type" use="required">
|
||||
<xsd:simpleType>
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:enumeration value="single"/>
|
||||
<xsd:enumeration value="collocation"/>
|
||||
<xsd:enumeration value="formal"/>
|
||||
<xsd:enumeration value="other"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
|
|
Loading…
Reference in New Issue
Block a user