| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of xtce:PCMStreamType | ||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| children | xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:EncodingAlgorithm xtce:DecodingAlgorithm | ||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <complexType name="CustomStreamType"> <annotation> <documentation xml:lang="en">A stream type where some level of custom processing (e.g. convolutional, encryption, compression) is performed. Has a reference to external algorithms for encoding and decoding algorithms.</documentation> <appinfo>Must check to ensure that the attributes encodedStreamRef and decodedStreamRef point to valid Streams</appinfo> </annotation> <complexContent> <extension base="xtce:PCMStreamType"> <sequence> <element name="EncodingAlgorithm" type="xtce:InputAlgorithmType"/> <element name="DecodingAlgorithm" type="xtce:InputOutputAlgorithmType"> <annotation> <documentation xml:lang="en">Algorithm outputs may be used to set decoding quality parameters.</documentation> </annotation> </element> </sequence> <attribute name="encodedStreamRef" type="xtce:NameReferenceType" use="required"/> <attribute name="decodedStreamRef" type="xtce:NameReferenceType" use="required"/> </extension> </complexContent> </complexType> |
| type | xtce:NameReferenceType | ||
| properties |
|
||
| source | <attribute name="encodedStreamRef" type="xtce:NameReferenceType" use="required"/> |
| type | xtce:NameReferenceType | ||
| properties |
|
||
| source | <attribute name="decodedStreamRef" type="xtce:NameReferenceType" use="required"/> |
| diagram | ![]() |
||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||
| type | xtce:InputAlgorithmType | ||||||||||||||||||||
| properties |
|
||||||||||||||||||||
| children | xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlgorithmText xtce:ExternalAlgorithmSet xtce:InputSet | ||||||||||||||||||||
| attributes |
|
||||||||||||||||||||
| source | <element name="EncodingAlgorithm" type="xtce:InputAlgorithmType"/> |
| diagram | ![]() |
||||||||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||||||||
| type | xtce:InputOutputAlgorithmType | ||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||
| children | xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlgorithmText xtce:ExternalAlgorithmSet xtce:InputSet xtce:OutputSet | ||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||
| source | <element name="DecodingAlgorithm" type="xtce:InputOutputAlgorithmType"> <annotation> <documentation xml:lang="en">Algorithm outputs may be used to set decoding quality parameters.</documentation> </annotation> </element> |