diagram | ![]() |
||||
type | extension of rootType | ||||
properties |
|
||||
children | antennaLocation relativeAntennaLocation | ||||
annotation |
|
||||
source | <xs:complexType name="AntennaLocationType" abstract="false"> <xs:annotation> <xs:appinfo>Location of the radiating portion of the antenna, specified in world coordinates and entity coordinates. Section 6.2.8 </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:sequence> <xs:element name="antennaLocation" type="Vector3DoubleType"> <xs:annotation> <xs:appinfo>Location of the radiating portion of the antenna in world coordinates</xs:appinfo> </xs:annotation> </xs:element> <xs:element name="relativeAntennaLocation" type="Vector3FloatType"> <xs:annotation> <xs:appinfo>Location of the radiating portion of the antenna in entity coordinates</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||
type | Vector3DoubleType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="antennaLocation" type="Vector3DoubleType"> <xs:annotation> <xs:appinfo>Location of the radiating portion of the antenna in world coordinates</xs:appinfo> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||||||||||||||||||||
type | Vector3FloatType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="relativeAntennaLocation" type="Vector3FloatType"> <xs:annotation> <xs:appinfo>Location of the radiating portion of the antenna in entity coordinates</xs:appinfo> </xs:annotation> </xs:element> |