chore: optional descriptors for language and species
This commit is contained in:
parent
f52a6c5b68
commit
8b73535396
4 changed files with 9 additions and 9 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<xs:element name="language" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="description" type="xs:string" />
|
||||
<xs:element name="description" type="xs:string" minOccurs="0" />
|
||||
</xs:sequence>
|
||||
<xs:attribute name="id" type="xs:string" use="required" />
|
||||
<xs:attribute name="name" type="xs:string" use="required" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue