element IsPartOfPdu
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p186.png
type extension of EntityManagementFamilyPduType
properties
content complex
children pduStatus orginatingEntityID receivingEntityID relationship partLocation namedLocationID partEntityType
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.ENTITY_MANAGEMENT    
family        EntityManagementFamilyPduType  
annotation
appinfo
5.9.5 Used to request hierarchical linkage of separately hosted simulation entities
            <xs:attribute name="id" type="xs:integer" fixed="36"/>
source <xs:element name="IsPartOfPdu">
 
<xs:annotation>
   
<xs:appinfo>5.9.5 Used to request hierarchical linkage of separately hosted simulation entities
           
<xs:attribute name="id" type="xs:integer" fixed="36"/>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="EntityManagementFamilyPduType">
       
<xs:sequence>
         
<xs:element name="orginatingEntityID" type="EntityIDType">
           
<xs:annotation>
             
<xs:appinfo>ID of entity originating PDU</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="receivingEntityID" type="EntityIDType">
           
<xs:annotation>
             
<xs:appinfo>ID of entity receiving PDU</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="relationship" type="RelationshipType">
           
<xs:annotation>
             
<xs:appinfo>relationship of joined parts</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="partLocation" type="Vector3FloatType">
           
<xs:annotation>
             
<xs:appinfo>location of part; centroid of part in host's coordinate system. x=range, y=bearing,
                           z=0
                       
</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="namedLocationID" type="NamedLocationIdentificationType">
           
<xs:annotation>
             
<xs:appinfo>named location</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="partEntityType" type="EntityTypeType">
           
<xs:annotation>
             
<xs:appinfo>entity type</xs:appinfo>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
       
<xs:attribute name="family" fixed="EntityManagementFamilyPduType"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute IsPartOfPdu/@family
properties
fixed EntityManagementFamilyPduType
source <xs:attribute name="family" fixed="EntityManagementFamilyPduType"/>

element IsPartOfPdu/orginatingEntityID
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p187.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.
                 
annotation
appinfo
ID of entity originating PDU
source <xs:element name="orginatingEntityID" type="EntityIDType">
 
<xs:annotation>
   
<xs:appinfo>ID of entity originating PDU</xs:appinfo>
 
</xs:annotation>
</xs:element>

element IsPartOfPdu/receivingEntityID
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p188.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.
                 
annotation
appinfo
ID of entity receiving PDU
source <xs:element name="receivingEntityID" type="EntityIDType">
 
<xs:annotation>
   
<xs:appinfo>ID of entity receiving PDU</xs:appinfo>
 
</xs:annotation>
</xs:element>

element IsPartOfPdu/relationship
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p189.png
type RelationshipType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
nature  xs:string        
appinfo
The nature or purpose for joining of the part entity to the host entity and shall
                     be represented by a 16-bit enumeration (SISO enumeration IsPartOfNature uid 210)
                 
position  xs:string        
appinfo
The position of the part entity with respect to the host entity and shall be represented
                     by a 16-bit enumeration (SISO enumeration IsPartOfPosition uid 211)
                 
annotation
appinfo
relationship of joined parts
source <xs:element name="relationship" type="RelationshipType">
 
<xs:annotation>
   
<xs:appinfo>relationship of joined parts</xs:appinfo>
 
</xs:annotation>
</xs:element>

element IsPartOfPdu/partLocation
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p190.png
type Vector3FloatType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
x  xs:float        
appinfo
X value
y  xs:float        
appinfo
y Value
z  xs:float        
appinfo
Z value
annotation
appinfo
location of part; centroid of part in host's coordinate system. x=range, y=bearing,
                           z=0
                       
source <xs:element name="partLocation" type="Vector3FloatType">
 
<xs:annotation>
   
<xs:appinfo>location of part; centroid of part in host's coordinate system. x=range, y=bearing,
                           z=0
                       
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element IsPartOfPdu/namedLocationID
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p191.png
type NamedLocationIdentificationType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
stationName  xs:string        
appinfo
The station name within the host at which the part entity is located. If the part
                     entity is On Station, this field shall specify the representation of the part's location
                     data fields. This field shall be specified by a 16-bit enumeration (SISO enumeration
                     IsPartOfStationName uid 212)
                 
stationNumber  xs:unsignedShort        
appinfo
The number of the particular wing station, cargo hold etc., at which the part is attached.
annotation
appinfo
named location
source <xs:element name="namedLocationID" type="NamedLocationIdentificationType">
 
<xs:annotation>
   
<xs:appinfo>named location</xs:appinfo>
 
</xs:annotation>
</xs:element>

element IsPartOfPdu/partEntityType
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p192.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        
annotation
appinfo
entity type
source <xs:element name="partEntityType" type="EntityTypeType">
 
<xs:annotation>
   
<xs:appinfo>entity type</xs:appinfo>
 
</xs:annotation>
</xs:element>


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