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

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

Properties
This component is not nillable.

Model
<yearAttributes
  bitDescription = xs:string : Good, Bad, Happy, Sad, Sunny, Cloudy
  resolution = xs:unsignedLong : 63
  whenCleared = xs:string : 2, 3, 0, 1, 0, 1
  whenSet = xs:string : 3, 2, 1, 0, 1, 0>

</yearAttributes>


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

Attribute Detail

bitDescription

Type:
xs:string
Default:
Good, Bad, Happy, Sad, Sunny, Cloudy
Use:
optional
Form:
unqualified

resolution

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

whenCleared

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

whenSet

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

Source
<xs:element name="yearAttributes">
<xs:complexType>
<xs:complexContent>
<xs:restriction base="baci:RWpattern">
<xs:attribute default="63" name="resolution" type="xs:unsignedLong" use="optional"/>
<xs:attribute default="Good, Bad, Happy, Sad, Sunny, Cloudy" name="bitDescription" type="xs:string" use="optional"/>
<xs:attribute default="3, 2, 1, 0, 1, 0" name="whenSet" type="xs:string" use="optional"/>
<xs:attribute default="2, 3, 0, 1, 0, 1" 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.