element AppearancePdu
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p29.png
type extension of LiveEntityFamilyPduType
properties
content complex
children liveEntityId entityType alternateEntityType entityMarking appearanceFields
used by
element DIS
attributes
Name  Type  Use  Default  Fixed  Annotation
protocolVersion  xs:string        
appinfo
The version of the protocol. 5=DIS-1995, 6=DIS-1998, 7=DIS-2012 (SISO enumeration
                     DISProtocolVersion uid 3)
                 
exerciseID  xs:unsignedByte        
appinfo
Exercise ID provides a unique identifier
pduType  xs:string        
appinfo
Type of pdu, unique for each PDU class (SISO enumeration DisPduType uid 4)
timestamp  xs:unsignedLong        
appinfo
Timestamp value
length  xs:unsignedShort        
appinfo
Length, in bytes, of the PDU
protocolFamily      DISProtocolFamily.LIVE_ENTITY_LE_INFORMATION_INTERACTION    
family        LiveEntityFamilyPduType  
appearanceFlags  xs:unsignedShort        
appinfo
16-bit bit field
forceId  xs:string        
appinfo
(SISO enumeration ForceID uid 6)
capabilities  xs:unsignedLong        
appinfo
(SISO bitfield enumeration, size 32 bits, EntityCapabilities uid 55)
annotation
appinfo
9.4.3 Communicate information about the appearance of a live entity.
            <xs:attribute name="id" type="xs:integer" fixed="47"/>
source <xs:element name="AppearancePdu">
 
<xs:annotation>
   
<xs:appinfo>9.4.3 Communicate information about the appearance of a live entity.
           
<xs:attribute name="id" type="xs:integer" fixed="47"/>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="LiveEntityFamilyPduType">
       
<xs:sequence>
         
<xs:element name="liveEntityId" type="EntityIDType"/>
         
<xs:element name="entityType" type="EntityTypeType"/>
         
<xs:element name="alternateEntityType" type="EntityTypeType"/>
         
<xs:element name="entityMarking" type="EntityMarkingType"/>
         
<xs:element name="appearanceFields" type="AppearanceType"/>
       
</xs:sequence>
       
<xs:attribute name="family" fixed="LiveEntityFamilyPduType"/>
       
<xs:attribute name="appearanceFlags" type="xs:unsignedShort">
         
<xs:annotation>
           
<xs:appinfo>16-bit bit field</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="forceId" type="xs:string">
         
<xs:annotation>
           
<xs:appinfo>(SISO enumeration ForceID uid 6)</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="capabilities" type="xs:unsignedLong">
         
<xs:annotation>
           
<xs:appinfo>(SISO bitfield enumeration, size 32 bits, EntityCapabilities uid 55)</xs:appinfo>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
     
<!-- ========== debug: divider between elements and attributes ========== -->
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute AppearancePdu/@family
properties
fixed LiveEntityFamilyPduType
source <xs:attribute name="family" fixed="LiveEntityFamilyPduType"/>

attribute AppearancePdu/@appearanceFlags
type xs:unsignedShort
annotation
appinfo
16-bit bit field
source <xs:attribute name="appearanceFlags" type="xs:unsignedShort">
 
<xs:annotation>
   
<xs:appinfo>16-bit bit field</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute AppearancePdu/@forceId
type xs:string
annotation
appinfo
(SISO enumeration ForceID uid 6)
source <xs:attribute name="forceId" type="xs:string">
 
<xs:annotation>
   
<xs:appinfo>(SISO enumeration ForceID uid 6)</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute AppearancePdu/@capabilities
type xs:unsignedLong
annotation
appinfo
(SISO bitfield enumeration, size 32 bits, EntityCapabilities uid 55)
source <xs:attribute name="capabilities" type="xs:unsignedLong">
 
<xs:annotation>
   
<xs:appinfo>(SISO bitfield enumeration, size 32 bits, EntityCapabilities uid 55)</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

element AppearancePdu/liveEntityId
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p30.png
type EntityIDType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
siteID  xs:unsignedShort        
appinfo
Site ID values are unique identification number for originating site, often corresponding
                     to an internet address. Site ID values are agreed upon by individual simulations.
                 
applicationID  xs:unsignedShort        
appinfo
Application ID values are unique identification number for originating application
                     at a given site. Application ID values are sssigned by individual sites.
                 
entityID  xs:unsignedShort        
appinfo
Entity ID values are unique identification number for s givent entity in the originating
                     application at a given site. Entity ID values are sssigned by individual simulation
                     programs.
                 
source <xs:element name="liveEntityId" type="EntityIDType"/>

element AppearancePdu/entityType
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p31.png
type EntityTypeType
properties
content complex
children domain
attributes
Name  Type  Use  Default  Fixed  Annotation
entityKind  xs:string        
appinfo
Kind of entity (SISO enumeration EntityKind uid 7)
country  xs:string        
appinfo
country to which the design of the entity is attributed (SISO enumeration Country
                     uid 29)
                 
category  xs:unsignedByte        
appinfo
category of entity
subCategory  xs:unsignedByte        
appinfo
subcategory based on category
specific  xs:unsignedByte        
appinfo
specific info based on subcategory
extra  xs:unsignedByte        
source <xs:element name="entityType" type="EntityTypeType"/>

element AppearancePdu/alternateEntityType
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p32.png
type EntityTypeType
properties
content complex
children domain
attributes
Name  Type  Use  Default  Fixed  Annotation
entityKind  xs:string        
appinfo
Kind of entity (SISO enumeration EntityKind uid 7)
country  xs:string        
appinfo
country to which the design of the entity is attributed (SISO enumeration Country
                     uid 29)
                 
category  xs:unsignedByte        
appinfo
category of entity
subCategory  xs:unsignedByte        
appinfo
subcategory based on category
specific  xs:unsignedByte        
appinfo
specific info based on subcategory
extra  xs:unsignedByte        
source <xs:element name="alternateEntityType" type="EntityTypeType"/>

element AppearancePdu/entityMarking
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p33.png
type EntityMarkingType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
characterSet  xs:string        
appinfo
The character set (SISO enumeration EntityMarkingCharacterSet uid 45)
characters          
appinfo
The characters
source <xs:element name="entityMarking" type="EntityMarkingType"/>

element AppearancePdu/appearanceFields
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p34.png
type AppearanceType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
visual  xs:unsignedLong        
ir  xs:unsignedLong        
em  xs:unsignedLong        
audio  xs:unsignedLong        
source <xs:element name="appearanceFields" type="AppearanceType"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy