Values
<?xml version="1.0" encoding="UTF-8"?>
<values>
<value key="notes">Example note</value>
</values>
The <values>-element contains a list of predefined or custom attributes attached to a symbol instance (<symbolInstance>), a point inside a room (<point>), a room (<floorRoom>), a floor or <plan>.
|
Attribute |
Description |
|---|---|
|
|
The unique identifier of the attributes, as defined by magicplan or the symbol xml. |
XML Schema
<xs:element name="values">
<xs:complexType>
<xs:sequence>
<xs:element name="value" maxOccurs="unbounded">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="key" type="xs:string" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>