diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="PduType" abstract="true"> <xs:annotation> <xs:appinfo>Base class of PduBase and LiveEntityPdu</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="protocolVersion" type="xs:string"> <xs:annotation> <xs:appinfo>The version of the protocol. 5=DIS-1995, 6=DIS-1998, 7=DIS-2012 (SISO enumeration DISProtocolVersion uid 3) </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="exerciseID" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>Exercise ID provides a unique identifier</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="pduType" type="xs:string"> <xs:annotation> <xs:appinfo>Type of pdu, unique for each PDU class (SISO enumeration DisPduType uid 4)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="timestamp" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Timestamp value</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="length" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>Length, in bytes, of the PDU</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> <!--xs:attribute protocolFamily is defined in subclasses for Pdu rather than here, in order to avoid inheritance collisions.--> </xs:complexContent> <!--abstract='true' base='rootType'--> </xs:complexType> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="protocolVersion" type="xs:string"> <xs:annotation> <xs:appinfo>The version of the protocol. 5=DIS-1995, 6=DIS-1998, 7=DIS-2012 (SISO enumeration DISProtocolVersion uid 3) </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="exerciseID" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>Exercise ID provides a unique identifier</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="pduType" type="xs:string"> <xs:annotation> <xs:appinfo>Type of pdu, unique for each PDU class (SISO enumeration DisPduType uid 4)</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedLong | ||
annotation |
|
||
source | <xs:attribute name="timestamp" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Timestamp value</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="length" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>Length, in bytes, of the PDU</xs:appinfo> </xs:annotation> </xs:attribute> |