| diagram | ![]() |
||
| namespace | http://www.omg.org/space/xtce | ||
| children | xtce:Count xtce:Offset | ||
| used by |
|
||
| annotation |
|
||
| source | <complexType name="RepeatType"> <annotation> <documentation xml:lang="en">Hold a structure that can be repeated X times, where X is the Count</documentation> </annotation> <sequence> <element name="Count" type="xtce:IntegerValueType"> <annotation> <documentation xml:lang="en">Value (either fixed or dynamic) that contains the count of repeated structures.</documentation> </annotation> </element> <element name="Offset" minOccurs="0"> <annotation> <documentation xml:lang="en">Indicates the distance between repeating entries (the last bit of one entry to the start bit of the next entry)</documentation> </annotation> <complexType> <complexContent> <extension base="xtce:IntegerValueType"> <attribute name="offsetSizeInBits" type="positiveInteger" default="1"/> </extension> </complexContent> </complexType> </element> </sequence> </complexType> |
| diagram | ![]() |
||
| namespace | http://www.omg.org/space/xtce | ||
| type | xtce:IntegerValueType | ||
| properties |
|
||
| children | xtce:FixedValue xtce:DynamicValue xtce:DiscreteLookupList | ||
| annotation |
|
||
| source | <element name="Count" type="xtce:IntegerValueType"> <annotation> <documentation xml:lang="en">Value (either fixed or dynamic) that contains the count of repeated structures.</documentation> </annotation> </element> |
| diagram | ![]() |
||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||
| type | extension of xtce:IntegerValueType | ||||||||||||
| properties |
|
||||||||||||
| children | xtce:FixedValue xtce:DynamicValue xtce:DiscreteLookupList | ||||||||||||
| attributes |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <element name="Offset" minOccurs="0"> <annotation> <documentation xml:lang="en">Indicates the distance between repeating entries (the last bit of one entry to the start bit of the next entry)</documentation> </annotation> <complexType> <complexContent> <extension base="xtce:IntegerValueType"> <attribute name="offsetSizeInBits" type="positiveInteger" default="1"/> </extension> </complexContent> </complexType> </element> |
| type | positiveInteger | ||
| properties |
|
||
| source | <attribute name="offsetSizeInBits" type="positiveInteger" default="1"/> |