http://dbai.tuwien.ac.at/proj/arte/GES
element BreakSet

Documentation

Defines a set of allowed Breaks.

Properties
This component is not nillable.

Model
<BreakSet
  ordered = xs:boolean>
Break
</BreakSet>


Nested Element Summary
 Break
          A break ID that can be used within the BreakSet.  

Attribute Summary
 xs:booleanordered
          True if breaks have to appear in the given order, false to allow arbitrary order, default: false  

Attribute Detail

ordered

True if breaks have to appear in the given order, false to allow arbitrary order, default: false

Type:
xs:boolean
Use:
optional
Form:
unqualified

Source
<xs:element name="BreakSet">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="Break">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ID">
<xs:attribute name="minCount" type="xs:nonNegativeInteger" use="optional">
</xs:attribute>
<xs:attribute name="maxCount" type="xs:nonNegativeInteger" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="ordered" type="xs:boolean" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>


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