| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||||||||||||||||||||
| type | extension of xtce:NameDescriptionType | ||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||
| children | xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet | ||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||
| source | <complexType name="PCMStreamType" abstract="true"> <annotation> <documentation xml:lang="en">A PCM Stream Type is the high level definition for all Pulse Code Modulated (PCM) (i.e., binary) streams.</documentation> </annotation> <complexContent> <extension base="xtce:NameDescriptionType"> <attribute name="bitRateInBPS" type="double"/> <attribute name="pcmType" default="NRZL"> <simpleType> <restriction base="string"> <enumeration value="NRZL"/> <enumeration value="NRZM"/> <enumeration value="NRZS"/> <enumeration value="BiPhaseL"/> <enumeration value="BiPhaseM"/> <enumeration value="BiPhaseS"/> </restriction> </simpleType> </attribute> <attribute name="inverted" type="boolean" default="false"/> </extension> </complexContent> </complexType> |
| type | double |
| source | <attribute name="bitRateInBPS" type="double"/> |
| type | restriction of string | |||||||||||||||||||||
| properties |
|
|||||||||||||||||||||
| facets |
|
|||||||||||||||||||||
| source | <attribute name="pcmType" default="NRZL"> <simpleType> <restriction base="string"> <enumeration value="NRZL"/> <enumeration value="NRZM"/> <enumeration value="NRZS"/> <enumeration value="BiPhaseL"/> <enumeration value="BiPhaseM"/> <enumeration value="BiPhaseS"/> </restriction> </simpleType> </attribute> |
| type | boolean | ||
| properties |
|
||
| source | <attribute name="inverted" type="boolean" default="false"/> |