| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||||||||||||||||||||
| type | extension of xtce:FrameStreamType | ||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||
| children | xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:ContainerRef xtce:ServiceRef xtce:StreamRef xtce:SyncStrategy | ||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||
| source | <complexType name="VariableFrameStreamType"> <annotation> <documentation xml:lang="en">For streams that contain a series of frames with a variable frame length where the frames are found by looking for a series of one's or zero's (usually one's). The series is called the flag. in the PCM stream that are usually made to be illegal in the PCM stream by zero or one bit insertion. </documentation> </annotation> <complexContent> <extension base="xtce:FrameStreamType"> <sequence> <element name="SyncStrategy"> <complexType> <complexContent> <extension base="xtce:SyncStrategyType"> <sequence> <element name="Flag"> <annotation> <documentation xml:lang="en">The pattern of bits used to look for frame synchronization.</documentation> </annotation> <complexType> <attribute name="flagSizeInBits" type="positiveInteger" default="6"/> <attribute name="flagBitType" default="ones"> <simpleType> <restriction base="string"> <enumeration value="zeros"/> <enumeration value="ones"/> </restriction> </simpleType> </attribute> </complexType> </element> </sequence> </extension> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType> |
| diagram | ![]() |
||||||||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||||||||
| type | extension of xtce:SyncStrategyType | ||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||
| children | xtce:AutoInvert xtce:Flag | ||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||
| source | <element name="SyncStrategy"> <complexType> <complexContent> <extension base="xtce:SyncStrategyType"> <sequence> <element name="Flag"> <annotation> <documentation xml:lang="en">The pattern of bits used to look for frame synchronization.</documentation> </annotation> <complexType> <attribute name="flagSizeInBits" type="positiveInteger" default="6"/> <attribute name="flagBitType" default="ones"> <simpleType> <restriction base="string"> <enumeration value="zeros"/> <enumeration value="ones"/> </restriction> </simpleType> </attribute> </complexType> </element> </sequence> </extension> </complexContent> </complexType> </element> |
| diagram | ![]() |
||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <element name="Flag"> <annotation> <documentation xml:lang="en">The pattern of bits used to look for frame synchronization.</documentation> </annotation> <complexType> <attribute name="flagSizeInBits" type="positiveInteger" default="6"/> <attribute name="flagBitType" default="ones"> <simpleType> <restriction base="string"> <enumeration value="zeros"/> <enumeration value="ones"/> </restriction> </simpleType> </attribute> </complexType> </element> |
| type | positiveInteger | ||
| properties |
|
||
| source | <attribute name="flagSizeInBits" type="positiveInteger" default="6"/> |
| type | restriction of string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| source | <attribute name="flagBitType" default="ones"> <simpleType> <restriction base="string"> <enumeration value="zeros"/> <enumeration value="ones"/> </restriction> </simpleType> </attribute> |