diagram | ![]() |
||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="EmitterSystemType" abstract="false"> <xs:annotation> <xs:appinfo>This field shall specify information about a particular emitter system. Section 6.2.23.</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="emitterName" type="xs:string"> <xs:annotation> <xs:appinfo>Name of the emitter, 16-bit enumeration (SISO enumeration EmitterName uid 75)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="emitterFunction" type="xs:string"> <xs:annotation> <xs:appinfo>function of the emitter, 8-bit enumeration (SISO enumeration EmitterSystemFunction uid 76) </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="emitterIDNumber" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>emitter ID, 8-bit enumeration</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="emitterName" type="xs:string"> <xs:annotation> <xs:appinfo>Name of the emitter, 16-bit enumeration (SISO enumeration EmitterName uid 75)</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="emitterFunction" type="xs:string"> <xs:annotation> <xs:appinfo>function of the emitter, 8-bit enumeration (SISO enumeration EmitterSystemFunction uid 76) </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="emitterIDNumber" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>emitter ID, 8-bit enumeration</xs:appinfo> </xs:annotation> </xs:attribute> |