diagram | ![]() |
||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
used by | |||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="SimulationAddressType" abstract="false"> <xs:annotation> <xs:appinfo>A Simulation Address record shall consist of the Site Identification number and the Application Identification number. Section 6.2.79 </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="site" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>A site is defined as a facility, installation, organizational unit or a geographic location that has one or more simulation applications capable of participating in a distributed event. </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="application" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>An application is defined as a software program that is used to generate and process distributed simulation data including live, virtual and constructive data. </xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="site" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>A site is defined as a facility, installation, organizational unit or a geographic location that has one or more simulation applications capable of participating in a distributed event. </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="application" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>An application is defined as a software program that is used to generate and process distributed simulation data including live, virtual and constructive data. </xs:appinfo> </xs:annotation> </xs:attribute> |