Redmine #490: added sense-related key attributes
This commit is contained in:
parent
cf2126fa08
commit
006b553eda
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user