complexType EulerAnglesType
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p429.png
type extension of rootType
properties
base rootType
abstract false
used by
elements BeamAntennaPatternType/beamDirection EntityStatePdu/entityOrientation EntityStateUpdatePdu/entityOrientation MinefieldDataPdu/EulerAngles MinefieldStatePdu/minefieldOrientation PointObjectStatePdu/objectOrientation GriddedDataPdu/orientation LinearSegmentParameterType/segmentOrientation
attributes
Name  Type  Use  Default  Fixed  Annotation
psi  xs:float        
theta  xs:float        
phi  xs:float        
annotation
appinfo
Three floating point values representing an orientation, psi, theta, and phi, aka
            the euler angles, in radians. Section 6.2.33
        
source <xs:complexType name="EulerAnglesType" abstract="false">
 
<xs:annotation>
   
<xs:appinfo>Three floating point values representing an orientation, psi, theta, and phi, aka
            the euler angles, in radians. Section 6.2.33
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="rootType">
     
<xs:attribute name="psi" type="xs:float"/>
     
<xs:attribute name="theta" type="xs:float"/>
     
<xs:attribute name="phi" type="xs:float"/>
   
</xs:extension>
 
</xs:complexContent>
 
<!--abstract='false' base='rootType'-->
</xs:complexType>

attribute EulerAnglesType/@psi
type xs:float
source <xs:attribute name="psi" type="xs:float"/>

attribute EulerAnglesType/@theta
type xs:float
source <xs:attribute name="theta" type="xs:float"/>

attribute EulerAnglesType/@phi
type xs:float
source <xs:attribute name="phi" type="xs:float"/>


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