Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Attribute gml:OwnershipAttributeGroup / @owns
Namespace No namespace
Type boolean
Properties
default false
Used by
Attribute Group gml:OwnershipAttributeGroup
Source
<attribute name="owns" type="boolean" default="false"/>
Attribute Group gml:OwnershipAttributeGroup
Namespace http://www.opengis.net/gml/3.2
Annotations
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.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_Group_gml_OwnershipAttributeGroup.tmp#OwnershipAttributeGroup_owns
Used by
Complex Types diggs:AbstractGP_SourceType, diggs:AbstractMaterialTestProcedurePropertyType, diggs:AbstractSensorPropertyType, diggs:AbstractSensorType, diggs:AbstractSurfacePropertyType, diggs:AbstractVolumePropertyType, diggs:AssociatedFilePropertyType, diggs:BusinessAssociatePropertyType, diggs:CasingAdvancementPropertyType, diggs:ChainOfCustodyEventPropertyType, diggs:ContainerPropertyType, diggs:DataAcquisitionSystemPropertyType, diggs:EquipmentPropertyType, diggs:GP_SensorLocationsPropertyType, diggs:GP_TracklinePropertyType, diggs:InSituTestEventPropertyType, diggs:LaboratoryProcedurePropertyType, diggs:LinearExtentPropertyType, diggs:LocationPropertyType, diggs:MultiPointPropertyType, diggs:ObservationPropertyType, diggs:PointLocationPropertyType, diggs:ProcedurePropertyType, diggs:ReceiverEquipmentPropertyType, diggs:ReceiverLocationsPropertyType, diggs:SensorPropertyType, diggs:SourceEquipmentPropertyType, diggs:SourceLocationsPropertyType, diggs:SpecificationPropertyType, diggs:SpecimenPropertyType, diggs:TestProcedurePropertyType, gml:AbstractMemberType, gml:AbstractMetadataPropertyType, gml:AssociationRoleType, gml:CurveArrayPropertyType, gml:CurvePropertyType, gml:DomainSetType, gml:FeaturePropertyType, gml:GeometryArrayPropertyType, gml:GeometryPropertyType, gml:MultiCurvePropertyType, gml:MultiGeometryPropertyType, gml:MultiPointPropertyType, gml:MultiSurfacePropertyType, gml:PointArrayPropertyType, gml:PointPropertyType, gml:ReferenceType, gml:SolidArrayPropertyType, gml:SolidPropertyType, gml:SurfaceArrayPropertyType, gml:SurfacePropertyType, gml:TimeInstantPropertyType, gml:TimePeriodPropertyType, gml:TimePrimitivePropertyType, gml:ValueArrayPropertyType, gml:ValuePropertyType
Attributes
QName Type Default Use
owns boolean false optional
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>