complexType Vector3DoubleType
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p574.png
type extension of rootType
properties
base rootType
abstract false
used by
elements TransmitterPdu/antennaLocation AntennaLocationType/antennaLocation AssociationType/associatedLocation AggregateStatePdu/centerOfMass DesignatorPdu/designatorSpotLocation EntityStatePdu/entityLocation EntityStateUpdatePdu/entityLocation DetonationPdu/locationInWorldCoordinates FirePdu/locationInWorldCoordinates MinefieldStatePdu/minefieldLocation PointObjectStatePdu/objectLocation LinearSegmentParameterType/segmentLocation LaunchedMunitionRecordType/targetLocation DirectedEnergyPrecisionAimpointType/targetSpotLocation ArealObjectStatePdu/Vector3Double
attributes
Name  Type  Use  Default  Fixed  Annotation
x  xs:double        
appinfo
X value
y  xs:double        
appinfo
y Value
z  xs:double        
appinfo
Z value
annotation
appinfo
Three double precision floating point values, x, y, and z. Used for world coordinates
            Section 6.2.97.
        
source <xs:complexType name="Vector3DoubleType" abstract="false">
 
<xs:annotation>
   
<xs:appinfo>Three double precision floating point values, x, y, and z. Used for world coordinates
            Section 6.2.97.
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="rootType">
     
<xs:attribute name="x" type="xs:double">
       
<xs:annotation>
         
<xs:appinfo>X value</xs:appinfo>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="y" type="xs:double">
       
<xs:annotation>
         
<xs:appinfo>y Value</xs:appinfo>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="z" type="xs:double">
       
<xs:annotation>
         
<xs:appinfo>Z value</xs:appinfo>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
 
<!--abstract='false' base='rootType'-->
</xs:complexType>

attribute Vector3DoubleType/@x
type xs:double
annotation
appinfo
X value
source <xs:attribute name="x" type="xs:double">
 
<xs:annotation>
   
<xs:appinfo>X value</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute Vector3DoubleType/@y
type xs:double
annotation
appinfo
y Value
source <xs:attribute name="y" type="xs:double">
 
<xs:annotation>
   
<xs:appinfo>y Value</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute Vector3DoubleType/@z
type xs:double
annotation
appinfo
Z value
source <xs:attribute name="z" type="xs:double">
 
<xs:annotation>
   
<xs:appinfo>Z value</xs:appinfo>
 
</xs:annotation>
</xs:attribute>


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