urn:schemas-cosylab-com:AcsAlarmSystem:1.0
complexType reduction-linkType

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

Properties
This component is not nillable.

Model
<...
  type = xs:string>
(parent ; child)
</...>


Nested Element Summary
 child
          child FS 
 parent
          parent FS 

Attribute Summary
 xs:stringtype
          

Attribute Detail

type

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

Source
<xs:complexType name="reduction-linkType">
<xs:all>
<xs:element name="parent">
<xs:complexType>
<xs:all>
<xs:element ref="alarm-definition"/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element name="child">
<xs:complexType>
<xs:all>
<xs:element ref="alarm-definition"/>
</xs:all>
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="type" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="MULTIPLICITY"/>
<xs:enumeration value="NODE"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>


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