urn:schemas-cosylab-com:acsalarm-alarmservice:1.0
complexType configuration-property

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:acsalarm-alarmservice:1.0}configuration-property (restriction)

Properties
This component is not nillable.

Model
<...
  name = xs:string>
string
</...>


Attribute Summary
 xs:stringname
          

Attribute Detail

name

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

Source
<xs:complexType name="configuration-property">
<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>


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