complexType VectorOrSquareMatrixPropertyType
diagram SensorML_p268.png
namespace http://www.opengis.net/swe/1.0.1
children swe:Vector swe:SquareMatrix
used by
elements PositionType/angularAcceleration PositionType/angularVelocity PositionType/orientation PositionType/state
annotation
documentation
Vector/SquareMatrix is a data-type so usually appears "by value" rather than by reference.
source <xs:complexType name="VectorOrSquareMatrixPropertyType">
 
<xs:annotation>
   
<xs:documentation>Vector/SquareMatrix is a data-type so usually appears "by value" rather than by reference.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element ref="swe:Vector"/>
   
<xs:element ref="swe:SquareMatrix"/>
 
</xs:choice>
</xs:complexType>


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