diagram | ![]() |
||||||||||||||
type | extension of rootType | ||||||||||||||
properties |
|
||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="BeamStatusType" abstract="false"> <xs:annotation> <xs:appinfo>Information related to the status of a beam. This is contained in the beam status field of the electromagnitec emission PDU. The first bit determines whether the beam is active (0) or deactivated (1). Section 6.2.12. </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="beamState" type="xs:string"> <xs:annotation> <xs:appinfo>First bit zero means beam is active, first bit = 1 means deactivated. The rest is padding. (SISO enumeration BeamStatusBeamState 318) </xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="beamState" type="xs:string"> <xs:annotation> <xs:appinfo>First bit zero means beam is active, first bit = 1 means deactivated. The rest is padding. (SISO enumeration BeamStatusBeamState 318) </xs:appinfo> </xs:annotation> </xs:attribute> |