diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="IntercomCommunicationsParametersType" abstract="false"> <xs:annotation> <xs:appinfo>Intercom communications parameters. Section 6.2.46</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="recordType" type="xs:string"> <xs:annotation> <xs:appinfo>Type of intercom parameters record (SISO enumeration IntercomControlRecordType uid 185) </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="recordLength" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>length of record</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="recordSpecificField"> <xs:annotation> <xs:appinfo>This is a placeholder.</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="padding" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>zero-filled array of padding bits for byte alignment and consistent sizing of PDU data </xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="recordType" type="xs:string"> <xs:annotation> <xs:appinfo>Type of intercom parameters record (SISO enumeration IntercomControlRecordType uid 185) </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="recordLength" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>length of record</xs:appinfo> </xs:annotation> </xs:attribute> |
annotation |
|
||
source | <xs:attribute name="recordSpecificField"> <xs:annotation> <xs:appinfo>This is a placeholder.</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedLong | ||
annotation |
|
||
source | <xs:attribute name="padding" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>zero-filled array of padding bits for byte alignment and consistent sizing of PDU data </xs:appinfo> </xs:annotation> </xs:attribute> |