| diagram | ![]() |
||
| namespace | http://www.omg.org/space/xtce | ||
| children | xtce:LocationInContainerInBits xtce:RepeatEntry xtce:IncludeCondition | ||
| used by | |||
| annotation |
|
||
| source | <complexType name="SequenceEntryType"> <annotation> <documentation xml:lang="en">An abstract type used by sequence containers. An entry contains a location in the container. The location may be either fixed or dynamic, absolute (to the start or end of the enclosing container, or relative (to either the previous or subsequent entry). Entries may also repeat.</documentation> </annotation> <sequence> <element name="LocationInContainerInBits" minOccurs="0"> <annotation> <documentation xml:lang="en">If no LocationInContainer value is given, the entry is assumed to begin immediately after the previous entry.</documentation> </annotation> <complexType> <complexContent> <extension base="xtce:IntegerValueType"> <attribute name="referenceLocation" default="previousEntry"> <annotation> <documentation xml:lang="en">The location may be relative to the start of the container (containerStart), relative to the end of the previous entry (previousEntry), relative to the end of the container (containerEnd), or relative to the entry that follows this one (nextEntry). If going forward (containerStart and previousEntry) then the location refers to the start of the Entry. If going backwards (containerEnd and nextEntry) then, the location refers to the end of the entry.</documentation> </annotation> <simpleType> <restriction base="string"> <enumeration value="containerStart"/> <enumeration value="containerEnd"/> <enumeration value="previousEntry"/> <enumeration value="nextEntry"/> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType> </element> <element name="RepeatEntry" type="xtce:RepeatType" minOccurs="0"> <annotation> <documentation xml:lang="en">May be used when this entry repeats itself in the sequence container. If not supplied, the entry does not repeat.</documentation> </annotation> </element> <element name="IncludeCondition" type="xtce:MatchCriteriaType" minOccurs="0"> <annotation> <documentation xml:lang="en">This entry will only be included in the sequence when this condition is true. If no IncludeCondition is given, then it is will be included. A parameter that is not included will be treated as if it did not exist in the sequence at all.</documentation> </annotation> </element> </sequence> </complexType> |
| 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="LocationInContainerInBits" minOccurs="0"> <annotation> <documentation xml:lang="en">If no LocationInContainer value is given, the entry is assumed to begin immediately after the previous entry.</documentation> </annotation> <complexType> <complexContent> <extension base="xtce:IntegerValueType"> <attribute name="referenceLocation" default="previousEntry"> <annotation> <documentation xml:lang="en">The location may be relative to the start of the container (containerStart), relative to the end of the previous entry (previousEntry), relative to the end of the container (containerEnd), or relative to the entry that follows this one (nextEntry). If going forward (containerStart and previousEntry) then the location refers to the start of the Entry. If going backwards (containerEnd and nextEntry) then, the location refers to the end of the entry.</documentation> </annotation> <simpleType> <restriction base="string"> <enumeration value="containerStart"/> <enumeration value="containerEnd"/> <enumeration value="previousEntry"/> <enumeration value="nextEntry"/> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType> </element> |
| type | restriction of string | |||||||||||||||
| properties |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <attribute name="referenceLocation" default="previousEntry"> <annotation> <documentation xml:lang="en">The location may be relative to the start of the container (containerStart), relative to the end of the previous entry (previousEntry), relative to the end of the container (containerEnd), or relative to the entry that follows this one (nextEntry). If going forward (containerStart and previousEntry) then the location refers to the start of the Entry. If going backwards (containerEnd and nextEntry) then, the location refers to the end of the entry.</documentation> </annotation> <simpleType> <restriction base="string"> <enumeration value="containerStart"/> <enumeration value="containerEnd"/> <enumeration value="previousEntry"/> <enumeration value="nextEntry"/> </restriction> </simpleType> </attribute> |
| diagram | ![]() |
||||||
| namespace | http://www.omg.org/space/xtce | ||||||
| type | xtce:RepeatType | ||||||
| properties |
|
||||||
| children | xtce:Count xtce:Offset | ||||||
| annotation |
|
||||||
| source | <element name="RepeatEntry" type="xtce:RepeatType" minOccurs="0"> <annotation> <documentation xml:lang="en">May be used when this entry repeats itself in the sequence container. If not supplied, the entry does not repeat.</documentation> </annotation> </element> |
| diagram | ![]() |
||||||
| namespace | http://www.omg.org/space/xtce | ||||||
| type | xtce:MatchCriteriaType | ||||||
| properties |
|
||||||
| children | xtce:Comparison xtce:ComparisonList xtce:BooleanExpression xtce:CustomAlgorithm | ||||||
| annotation |
|
||||||
| source | <element name="IncludeCondition" type="xtce:MatchCriteriaType" minOccurs="0"> <annotation> <documentation xml:lang="en">This entry will only be included in the sequence when this condition is true. If no IncludeCondition is given, then it is will be included. A parameter that is not included will be treated as if it did not exist in the sequence at all.</documentation> </annotation> </element> |