| diagram | ![]() | ||||
| namespace | http://www.opengis.net/swe/1.0.1 | ||||
| type | extension of swe:AbstractVectorType | ||||
| properties |
| ||||
| children | gml:description gml:name swe:member | ||||
| annotation |
| ||||
| source | <xs:element name="GeoLocationArea" substitutionGroup="swe:AbstractDataRecord"> <xs:annotation> <xs:documentation>Area used to define bounding boxes</xs:documentation> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="swe:AbstractVectorType"> <xs:sequence> <xs:element name="member" type="swe:EnvelopePropertyType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Is this an aggregate geometry?</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="name" type="xs:token"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
| type | xs:token | ||
| properties |
| ||
| source | <xs:attribute name="name" type="xs:token"/> |
| diagram | ![]() | ||||||||
| namespace | http://www.opengis.net/swe/1.0.1 | ||||||||
| type | swe:EnvelopePropertyType | ||||||||
| properties |
| ||||||||
| children | swe:Envelope | ||||||||
| annotation |
| ||||||||
| source | <xs:element name="member" type="swe:EnvelopePropertyType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Is this an aggregate geometry?</xs:documentation> </xs:annotation> </xs:element> |