urn:schemas-cosylab-com:acsalarm-fault-family:1.0
complexType fault-code

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

Properties
This component is not nillable.

Model
<...
  instant = xs:boolean
  value = xs:integer>
(priority, cause?, action?, consequence?, problem-description )
</...>


Nested Element Summary
xs:stringaction
          
xs:stringcause
          
xs:stringconsequence
          
 priority
          
xs:stringproblem-description
          

Attribute Summary
 xs:booleaninstant
          Fixed to false after rewrite of schema. 
 xs:integervalue
          

Attribute Detail

instant

Fixed to false after rewrite of schema. The meaning of this flag should be understood later...

Type:
xs:boolean
Fixed:
false
Use:
optional
Form:
unqualified

value

Type:
xs:integer
Use:
required
Form:
unqualified

Source
<xs:complexType name="fault-code">
<xs:sequence>
<xs:element name="priority">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="cause" type="xs:string"/>
<xs:element minOccurs="0" name="action" type="xs:string"/>
<xs:element minOccurs="0" name="consequence" type="xs:string"/>
<xs:element name="problem-description" type="xs:string"/>
</xs:sequence>
<xs:attribute name="value" type="xs:integer" use="required"/>
<xs:attribute fixed="false" name="instant" type="xs:boolean">
</xs:attribute>
</xs:complexType>


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