urn:schemas-cosylab-com:RampedPowerSupply:1.0
element status

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:BACI:1.0}CharacteristicModel (restriction)
|
+--{urn:schemas-cosylab-com:BACI:1.0}Property (extension)
|
+--{urn:schemas-cosylab-com:BACI:1.0}TypelessProperty (extension)
|
+--{urn:schemas-cosylab-com:BACI:1.0}Ppattern_ (restriction)
|
+--{urn:schemas-cosylab-com:BACI:1.0}Ppattern (extension)
|
+--{urn:schemas-cosylab-com:BACI:1.0}ROpattern (extension)
|
+--{urn:schemas-cosylab-com:RampedPowerSupply:1.0} (restriction)

Properties
This component is not nillable.

Model
<status
  bitDescription = xs:string : On,Remote,Sum Failure,External Interlock,DC Overcurrent,Phase Failure,Not Ready,State Inconsistent,Ramping
  resolution = xs:unsignedLong : 511
  whenCleared = xs:string : 2, 3, 3, 3, 3, 3, 3, 3, 3
  whenSet = xs:string : 3, 2, 0, 0, 0, 0, 1, 1, 1>

</status>


Attribute Summary
 xs:stringbitDescription
          
 xs:unsignedLongresolution
          
 xs:stringwhenCleared
          
 xs:stringwhenSet
          

Attribute Detail

bitDescription

Type:
xs:string
Default:
On,Remote,Sum Failure,External Interlock,DC Overcurrent,Phase Failure,Not Ready,State Inconsistent,Ramping
Use:
optional
Form:
unqualified

resolution

Type:
xs:unsignedLong
Default:
511
Use:
optional
Form:
unqualified

whenCleared

Type:
xs:string
Default:
2, 3, 3, 3, 3, 3, 3, 3, 3
Use:
optional
Form:
unqualified

whenSet

Type:
xs:string
Default:
3, 2, 0, 0, 0, 0, 1, 1, 1
Use:
optional
Form:
unqualified

Source
<xs:element name="status">
<xs:complexType>
<xs:complexContent>
<xs:restriction base="baci:ROpattern">
<xs:attribute default="511" name="resolution" type="xs:unsignedLong" use="optional"/>
<xs:attribute default="On,Remote,Sum Failure,External Interlock,DC Overcurrent,Phase Failure,Not Ready,State Inconsistent,Ramping" name="bitDescription" type="xs:string" use="optional"/>
<xs:attribute default="3, 2, 0, 0, 0, 0, 1, 1, 1" name="whenSet" type="xs:string" use="optional"/>
<xs:attribute default="2, 3, 3, 3, 3, 3, 3, 3, 3" name="whenCleared" type="xs:string" use="optional"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
</xs:element>


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