Redmine #490: added sense-related key attributes

master
Cyprian Laskowski 3 years ago
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…
Cancel
Save