urn:schemas-cosylab-com:Calendar:1.0
element state

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}PEnum_ (restriction)
|
+--{urn:schemas-cosylab-com:BACI:1.0}PEnum (extension)
|
+--{urn:schemas-cosylab-com:BACI:1.0}ROEnum (extension)
|
+--{urn:schemas-cosylab-com:Calendar:1.0} (restriction)

Properties
This component is not nillable.

Model
<state
  graph_max = xs:int : 1
  graph_min = xs:int : 0
  statesDescription = xs:string : LATE, UP-TO-DATE>

</state>


Attribute Summary
 xs:intgraph_max
          
 xs:intgraph_min
          
 xs:stringstatesDescription
          

Attribute Detail

graph_max

Type:
xs:int
Default:
1
Use:
optional
Form:
unqualified

graph_min

Type:
xs:int
Default:
0
Use:
optional
Form:
unqualified

statesDescription

Type:
xs:string
Default:
LATE, UP-TO-DATE
Use:
optional
Form:
unqualified

Source
<xs:element name="state">
<xs:complexType>
<xs:complexContent>
<xs:restriction base="baci:ROEnum">
<xs:attribute default="0" name="graph_min" type="xs:int" use="optional"/>
<xs:attribute default="1" name="graph_max" type="xs:int" use="optional"/>
<xs:attribute default="LATE, UP-TO-DATE" name="statesDescription" 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.