diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/swe/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of swe:AbstractDataComponentType | ||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
children | swe:extension swe:identifier swe:label swe:description swe:coordinate | ||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <complexType name="VectorType"> <complexContent> <extension base="swe:AbstractDataComponentType"> <sequence> <element name="coordinate" minOccurs="1" maxOccurs="unbounded"> <annotation> <documentation>Definition of the coordinate provided as a data component with a numerical representation</documentation> </annotation> <complexType> <complexContent> <extension base="swe:AnyNumericalPropertyType"> <attribute name="name" type="NCName" use="required"/> </extension> </complexContent> </complexType> </element> </sequence> <attribute name="referenceFrame" type="anyURI" use="required"> <annotation> <documentation>Frame of reference (usually spatial) with respect to which the coordinates of this vector are expressed. A reference frame anchors a vector value to a real world datum.</documentation> </annotation> </attribute> <attribute name="localFrame" type="anyURI" use="optional"> <annotation> <documentation>Frame of reference whose origin is located by the coordinates of this vector</documentation> </annotation> </attribute> </extension> </complexContent> </complexType> |
type | anyURI | ||||
properties |
|
||||
annotation |
|
||||
source | <attribute name="referenceFrame" type="anyURI" use="required"> <annotation> <documentation>Frame of reference (usually spatial) with respect to which the coordinates of this vector are expressed. A reference frame anchors a vector value to a real world datum.</documentation> </annotation> </attribute> |
type | anyURI | ||||
properties |
|
||||
annotation |
|
||||
source | <attribute name="localFrame" type="anyURI" use="optional"> <annotation> <documentation>Frame of reference whose origin is located by the coordinates of this vector</documentation> </annotation> </attribute> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.opengis.net/swe/2.0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of swe:AnyNumericalPropertyType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | swe:Count swe:Quantity swe:Time | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <element name="coordinate" minOccurs="1" maxOccurs="unbounded"> <annotation> <documentation>Definition of the coordinate provided as a data component with a numerical representation</documentation> </annotation> <complexType> <complexContent> <extension base="swe:AnyNumericalPropertyType"> <attribute name="name" type="NCName" use="required"/> </extension> </complexContent> </complexType> </element> |
type | NCName | ||||
properties |
|
||||
source | <attribute name="name" type="NCName" use="required"/> |