gml:OwnershipAttributeGroup

Encoding a GML property inline vs. by-reference shall not imply anything about the "ownership" of the contained or referenced GML Object, i.e. the encoding style shall not imply any "deep-copy" or "deep-delete" semantics. To express ownership over the contained or referenced GML Object, the gml:OwnershipAttributeGroup attribute group may be added to object-valued property elements. If the attribute group is not part of the content model of such a property element, then the value may not be "owned".
When the value of the owns attribute is "true", the existence of inline or referenced object(s) depends upon the existence of the parent object.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
owns boolean false optional

Used By

Complex Types gml:AbstractFeatureMemberType, gml:AbstractMemberType, gml:AbstractMetadataPropertyType, gml:ArrayAssociationType, gml:AssociationRoleType, gml:CurveArrayPropertyType, gml:CurvePropertyType, gml:DirectedEdgePropertyType, gml:DirectedFacePropertyType, gml:DirectedNodePropertyType, gml:DirectedTopoSolidPropertyType, gml:DirectionPropertyType, gml:DomainSetType, gml:FaceOrTopoSolidPropertyType, gml:FeaturePropertyType, gml:GeometricComplexPropertyType, gml:GeometricPrimitivePropertyType, gml:GeometryArrayPropertyType, gml:GeometryPropertyType, gml:HistoryPropertyType, gml:InlinePropertyType, gml:MultiCurvePropertyType, gml:MultiGeometryPropertyType, gml:MultiPointPropertyType, gml:MultiSolidPropertyType, gml:MultiSurfacePropertyType, gml:NodeOrEdgePropertyType, gml:NodePropertyType, gml:PointArrayPropertyType, gml:PointPropertyType, gml:ProcedurePropertyType, gml:ReferenceType, gml:ResultType, gml:SolidArrayPropertyType, gml:SolidPropertyType, gml:SurfaceArrayPropertyType, gml:SurfacePropertyType, gml:TargetPropertyType, gml:TimeCalendarEraPropertyType, gml:TimeCalendarPropertyType, gml:TimeClockPropertyType, gml:TimeEdgePropertyType, gml:TimeInstantPropertyType, gml:TimeNodePropertyType, gml:TimeOrdinalEraPropertyType, gml:TimePeriodPropertyType, gml:TimePrimitivePropertyType, gml:TimeTopologyComplexPropertyType, gml:TimeTopologyPrimitivePropertyType, gml:TopoCurvePropertyType, gml:TopoPointPropertyType, gml:TopoPrimitiveArrayAssociationType, gml:TopoPrimitiveMemberType, gml:TopoSolidPropertyType, gml:TopoSurfacePropertyType, gml:TopoVolumePropertyType, gml:ValueArrayPropertyType, gml:ValuePropertyType

Source

<attributeGroup name="OwnershipAttributeGroup">
  <annotation>
    <documentation>Encoding a GML property inline vs. by-reference shall not imply anything about the "ownership" of the contained or referenced GML Object, i.e. the encoding style shall not imply any "deep-copy" or "deep-delete" semantics. To express ownership over the contained or referenced GML Object, the gml:OwnershipAttributeGroup attribute group may be added to object-valued property elements. If the attribute group is not part of the content model of such a property element, then the value may not be "owned". When the value of the owns attribute is "true", the existence of inline or referenced object(s) depends upon the existence of the parent object.</documentation>
  </annotation>
  <attribute name="owns" type="boolean" default="false"/>
</attributeGroup>