<xs:attributeGroup name="group_ifaceAttrGroup">
<xs:attribute ref="id"/>
<xs:attribute ref="name"/>
- <xs:attribute ref="level"/>
<xs:attribute ref="direction"/>
<xs:attribute ref="orientation"/>
<xs:attribute ref="position"/>
</xs:simpleType>
</xs:attribute>
- <xs:attribute name="value">
- <xs:simpleType>
- <xs:restriction base="xs:nonNegativeInteger">
- <xs:minInclusive value="0"/>
- </xs:restriction>
- </xs:simpleType>
- </xs:attribute>
+ <xs:attribute name="value" type="xs:string"/>
<xs:attribute name="from">
<xs:simpleType>
<xs:attribute name="position" type="xs:string"/>
<xs:attribute name="dimension" type="xs:string"/>
- <xs:attribute name="level" type="xs:string"/>
<xs:attribute name="direction" type="xs:string"/>
<xs:attribute name="orientation" type="xs:string"/>
<xs:attribute name="name" type="xs:string"/>