diagram | ![]() |
||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:complexType name="EventIdentifierLiveEntityType" abstract="false"> <xs:annotation> <xs:appinfo>Identifies an event in the world. Use this format for ONLY the LiveEntityPdu. Section 6.2.34. </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="siteNumber" type="xs:unsignedByte"/> <xs:attribute name="applicationNumber" type="xs:unsignedByte"/> <xs:attribute name="eventNumber" type="xs:unsignedShort"/> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedByte |
source | <xs:attribute name="siteNumber" type="xs:unsignedByte"/> |
type | xs:unsignedByte |
source | <xs:attribute name="applicationNumber" type="xs:unsignedByte"/> |
type | xs:unsignedShort |
source | <xs:attribute name="eventNumber" type="xs:unsignedShort"/> |