diagram | ![]() |
||||||||||||
type | extension of rootType | ||||||||||||
properties |
|
||||||||||||
children | simulationAddress | ||||||||||||
used by | |||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:complexType name="EventIdentifierType" abstract="false"> <xs:annotation> <xs:appinfo>Identifies an event in the world. Use this format for every PDU EXCEPT the LiveEntityPdu. Section 6.2.34. </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:sequence> <xs:element name="simulationAddress" type="SimulationAddressType"> <xs:annotation> <xs:appinfo>Site and application IDs</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="eventNumber" type="xs:unsignedShort"/> </xs:extension> <!-- ========== debug: divider between elements and attributes ========== --> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedShort |
source | <xs:attribute name="eventNumber" type="xs:unsignedShort"/> |
diagram | ![]() |
||||||||||||||||||||||
type | SimulationAddressType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="simulationAddress" type="SimulationAddressType"> <xs:annotation> <xs:appinfo>Site and application IDs</xs:appinfo> </xs:annotation> </xs:element> |