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

Documentation

A break ID that can be used within the BreakSet.

Properties
This component is not nillable.

Model
<Break
  maxCount = xs:nonNegativeInteger
  minCount = xs:nonNegativeInteger>
ID
</Break>


Attribute Summary
 xs:nonNegativeIntegermaxCount
          The maximum number of times this break should appear in the Breakset.  
 xs:nonNegativeIntegerminCount
          The minimum number of times this break should appear in the Breakset.  

Attribute Detail

maxCount

The maximum number of times this break should appear in the Breakset.

Type:
xs:nonNegativeInteger
Use:
optional
Form:
unqualified

minCount

The minimum number of times this break should appear in the Breakset.

Type:
xs:nonNegativeInteger
Use:
optional
Form:
unqualified

Source
<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>


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