gml:SurfaceArrayPropertyType is a container for an array of surfaces. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements via XLinks is not supported. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
owns | boolean | false | optional |
Elements | gml:surfaceArrayProperty, gml:surfaceMembers |
<complexType name="SurfaceArrayPropertyType"> <annotation> <documentation>gml:SurfaceArrayPropertyType is a container for an array of surfaces. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements via XLinks is not supported.</documentation> </annotation> <sequence minOccurs="0" maxOccurs="unbounded"> <element ref="gml:AbstractSurface"/> </sequence> <attributeGroup ref="gml:OwnershipAttributeGroup"/> </complexType> |