| diagram | ![]() | ||||
| namespace | http://www.opengis.net/swe/1.0.1 | ||||
| type | extension of gml:AbstractGMLType | ||||
| properties |
| ||||
| children | gml:description gml:name | ||||
| used by |
| ||||
| annotation |
| ||||
| source | <xs:complexType name="AbstractDataComponentType" abstract="true"> <xs:annotation> <xs:documentation>Base type for all data components. This is implemented as an XML Schema complexType because it includes both element and attribute content.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:AbstractGMLType"> <xs:attribute name="fixed" type="xs:boolean" use="optional" default="false"> <xs:annotation> <xs:documentation>Specifies if the value of a component stays fixed in time or is variable. Default is variable</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="definition" type="xs:anyURI" use="optional"> <xs:annotation> <xs:documentation>Points to semantics information defining the precise nature of the component</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
| type | xs:boolean | ||||||
| properties |
| ||||||
| annotation |
| ||||||
| source | <xs:attribute name="fixed" type="xs:boolean" use="optional" default="false"> <xs:annotation> <xs:documentation>Specifies if the value of a component stays fixed in time or is variable. Default is variable</xs:documentation> </xs:annotation> </xs:attribute> |
| type | xs:anyURI | ||||
| properties |
| ||||
| annotation |
| ||||
| source | <xs:attribute name="definition" type="xs:anyURI" use="optional"> <xs:annotation> <xs:documentation>Points to semantics information defining the precise nature of the component</xs:documentation> </xs:annotation> </xs:attribute> |