Redmine #490: added sense-related key attributes

This commit is contained in:
Cyprian Laskowski 2021-03-08 09:03:18 +01:00
parent cf2126fa08
commit 006b553eda
2 changed files with 2 additions and 0 deletions

View File

@ -210,6 +210,7 @@
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="sense_id" type="xsd:int"/>
<xsd:attribute name="senseKey" type="xsd:string"/>
<xsd:attribute name="type" type="xsd:string"/>
</xsd:extension>
</xsd:simpleContent>

View File

@ -41,6 +41,7 @@
<xsd:element name="exampleContainerList" type="exampleContainerListType" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:int"/>
<xsd:attribute name="key" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
</xsd:sequence>