element DISEntityManager
diagram x3d-3.2_diagrams/x3d-3.2_p49.png
type extension of X3DChildNode
properties
content complex
children IS MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString DISEntityTypeMapping ProtoInstance
used by
group ChildContentModelDIS
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

DEF defines a unique ID name for each node, referenceable by other nodes.
USE  xs:IDREF        
appinfo

USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
class  xs:NMTOKENS        
appinfo

The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
address  SFString    localhost    
applicationID  SFInt32    0    
port  SFInt32    0    
siteID  SFInt32    0    
containerField  xs:NMTOKEN    children    
annotation
appinfo
<xs:element name="addedEntities" type="MFNode" fixed="outputOnlyField" default="EspduTransform"/>
<xs:element name="removedEntities" type="MFNode" fixed="outputOnlyField" default="EspduTransform"/>
<xs:element name="mapping" type="MFNode" fixed="inputOutputField" default="DISEntityTypeMapping"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="DIS"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
source <xs:element name="DISEntityManager">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:element name="addedEntities" type="MFNode" fixed="outputOnlyField" default="EspduTransform"/>
     
<xs:element name="removedEntities" type="MFNode" fixed="outputOnlyField" default="EspduTransform"/>
     
<xs:element name="mapping" type="MFNode" fixed="inputOutputField" default="DISEntityTypeMapping"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="DIS"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
   
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/dis.html#DISEntityManager"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DChildNode">
       
<xs:choice minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>mapping</xs:documentation>
         
</xs:annotation>
         
<xs:element ref="DISEntityTypeMapping"/>
         
<xs:element ref="ProtoInstance">
           
<xs:annotation>
             
<xs:documentation>Appropriately typed substitution node</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:choice>
       
<xs:attribute name="address" type="SFString" default="localhost"/>
       
<xs:attribute name="applicationID" type="SFInt32" default="0"/>
       
<xs:attribute name="port" type="SFInt32" default="0"/>
       
<xs:attribute name="siteID" type="SFInt32" default="0"/>
       
<xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute DISEntityManager/@address
type SFString
properties
default localhost
source <xs:attribute name="address" type="SFString" default="localhost"/>

attribute DISEntityManager/@applicationID
type SFInt32
properties
default 0
source <xs:attribute name="applicationID" type="SFInt32" default="0"/>

attribute DISEntityManager/@port
type SFInt32
properties
default 0
source <xs:attribute name="port" type="SFInt32" default="0"/>

attribute DISEntityManager/@siteID
type SFInt32
properties
default 0
source <xs:attribute name="siteID" type="SFInt32" default="0"/>

attribute DISEntityManager/@containerField
type xs:NMTOKEN
properties
default children
source <xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/>


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