urn:schemas-cosylab-com:AcsAlarmSystem:1.0
complexType maintenance-maskType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:AcsAlarmSystem:1.0}maintenance-maskType (restriction)

Properties
This component is not nillable.

Model
<...
  from = xs:date
  to = xs:date>
alarm-definition
</...>


Nested Element Summary
 alarm-definition
          

Attribute Summary
 xs:datefrom
          
 xs:dateto
          

Attribute Detail

from

Type:
xs:date
Use:
required
Form:
unqualified

to

Type:
xs:date
Use:
required
Form:
unqualified

Source
<xs:complexType name="maintenance-maskType">
<xs:sequence>
<xs:element ref="alarm-definition"/>
</xs:sequence>
<xs:attribute name="from" type="xs:date" use="required"/>
<xs:attribute name="to" type="xs:date" use="required"/>
</xs:complexType>


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