diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | damageLocation fireEventID | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="DirectedEnergyDamageType" abstract="false"> <xs:annotation> <xs:appinfo>Damage sustained by an entity due to directed energy. Location of the damage based on a relative x,y,z location from the center of the entity. Section 6.2.15.2 </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:sequence> <xs:element name="damageLocation" type="Vector3FloatType"> <xs:annotation> <xs:appinfo>location of damage, relative to center of entity</xs:appinfo> </xs:annotation> </xs:element> <xs:element name="fireEventID" type="EventIdentifierType"> <xs:annotation> <xs:appinfo>For any component damage resulting this field shall be set to the fire event ID from that PDU. </xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="recordType" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>DE Record Type.</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="recordLength" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>DE Record Length (bytes)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="padding" type="xs:unsignedShort"> <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:attribute name="damageDiameter" type="xs:float"> <xs:annotation> <xs:appinfo>Size of damaged area, in meters</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="temperature" type="xs:float"> <xs:annotation> <xs:appinfo>average temp of the damaged area, in degrees celsius. If firing entitty does not model this, use a value of -273.15 </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="componentIdentification" type="xs:string"> <xs:annotation> <xs:appinfo>enumeration (SISO enumeration EntityDamageStatusComponentIdentification uid 314)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="componentDamageStatus" type="xs:string"> <xs:annotation> <xs:appinfo>enumeration (SISO enumeration DEDamageDescriptionComponentDamageStatus uid 315)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="componentVisualDamageStatus" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>enumeration (SISO bitfield enumeration, size 8 bits, DEDamageDescriptionComponentVisualDamageStatus uid 317) </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="componentVisualSmokeColor" type="xs:string"> <xs:annotation> <xs:appinfo>enumeration (SISO enumeration DEDamageDescriptionComponentVisualSmokeColor uid 316)</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="padding2" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>padding</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> <!-- ========== debug: divider between elements and attributes ========== --> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedLong | ||
annotation |
|
||
source | <xs:attribute name="recordType" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>DE Record Type.</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="recordLength" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>DE Record Length (bytes)</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="padding" type="xs:unsignedShort"> <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> |
type | xs:float | ||
annotation |
|
||
source | <xs:attribute name="damageDiameter" type="xs:float"> <xs:annotation> <xs:appinfo>Size of damaged area, in meters</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:float | ||
annotation |
|
||
source | <xs:attribute name="temperature" type="xs:float"> <xs:annotation> <xs:appinfo>average temp of the damaged area, in degrees celsius. If firing entitty does not model this, use a value of -273.15 </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="componentIdentification" type="xs:string"> <xs:annotation> <xs:appinfo>enumeration (SISO enumeration EntityDamageStatusComponentIdentification uid 314)</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="componentDamageStatus" type="xs:string"> <xs:annotation> <xs:appinfo>enumeration (SISO enumeration DEDamageDescriptionComponentDamageStatus uid 315)</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="componentVisualDamageStatus" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>enumeration (SISO bitfield enumeration, size 8 bits, DEDamageDescriptionComponentVisualDamageStatus uid 317) </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="componentVisualSmokeColor" type="xs:string"> <xs:annotation> <xs:appinfo>enumeration (SISO enumeration DEDamageDescriptionComponentVisualSmokeColor uid 316)</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="padding2" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>padding</xs:appinfo> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||
type | Vector3FloatType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="damageLocation" type="Vector3FloatType"> <xs:annotation> <xs:appinfo>location of damage, relative to center of entity</xs:appinfo> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||
type | EventIdentifierType | ||||||||||||
properties |
|
||||||||||||
children | simulationAddress | ||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="fireEventID" type="EventIdentifierType"> <xs:annotation> <xs:appinfo>For any component damage resulting this field shall be set to the fire event ID from that PDU. </xs:appinfo> </xs:annotation> </xs:element> |