urn:schemas-cosylab-com:AcsAlarmSystem:1.0
element configuration-property

Properties
This component is not nillable.

Model
<configuration-property
  name = xs:string>
string
</configuration-property>


Attribute Summary
 xs:stringname
          

Attribute Detail

name

Type:
based on
with :
Use:
required
Form:
unqualified

Source
<xs:element name="configuration-property">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="name" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.