Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Attribute gml:AssociationAttributeGroup / @nilReason
Namespace No namespace
Type gml:NilReasonType
Properties
content simple
Used by
Source
<attribute name="nilReason" type="gml:NilReasonType"/>
Attribute Group gml:AssociationAttributeGroup
Namespace http://www.opengis.net/gml/3.2
Annotations
XLink components are the standard method to support hypertext referencing in
XML. An XML Schema attribute group, gml:AssociationAttributeGroup, is provided to support
the use of Xlinks as the method for indicating the value of a property by reference in a
uniform manner in GML.
Diagram
Diagramxlinks_xsd_Attribute_Group_xlink_simpleLink.tmp#simpleLink_typexlinks_xsd_Attribute_xlink_href.tmp#hrefxlinks_xsd_Attribute_xlink_role.tmp#rolexlinks_xsd_Attribute_xlink_arcrole.tmp#arcrolexlinks_xsd_Attribute_xlink_title.tmp#titlexlinks_xsd_Attribute_xlink_show.tmp#showxlinks_xsd_Attribute_xlink_actuate.tmp#actuatexlinks_xsd_Attribute_Group_xlink_simpleLink.tmp#simpleLinkgml3_2Profile_diggs_xsd_Attribute_Group_gml_AssociationAttributeGroup.tmp#AssociationAttributeGroup_nilReason
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:GeoUnitObservationPropertyType, diggs:GroutingFluidPropertyType, 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, glr:LinearElementPropertyType, glr:LinearReferencingMethodPropertyType, gml:AffineCSPropertyType, gml:AssociationRoleType, gml:CartesianCSPropertyType, gml:CoordinateSystemAxisPropertyType, gml:CoordinateSystemRefType, gml:CurvePropertyType, gml:CylindricalCSPropertyType, gml:DictionaryEntryType, gml:DomainSetType, gml:EngineeringDatumPropertyType, gml:EngineeringDatumRefType, gml:FeaturePropertyType, gml:GeometryPropertyType, gml:LinearCSPropertyType, gml:MultiCurvePropertyType, gml:MultiGeometryPropertyType, gml:MultiPointPropertyType, gml:MultiSurfacePropertyType, gml:PointPropertyType, gml:PolarCSPropertyType, gml:ReferenceType, gml:SolidPropertyType, gml:SphericalCSPropertyType, gml:StringOrRefType, gml:SurfacePropertyType, gml:TimeInstantPropertyType, gml:TimePeriodPropertyType, gml:TimePrimitivePropertyType, gml:UserDefinedCSPropertyType, gml:ValuePropertyType
Element gml:domainOfValidity
Attributes
QName Type Fixed Use Annotation
nilReason gml:NilReasonType optional
xlink:actuate restriction of string optional
The 'actuate' attribute is used to communicate the desired timing 
of traversal from the starting resource to the ending resource; 
it's value should be treated as follows:
onLoad - traverse to the ending resource immediately on loading 
         the starting resource 
onRequest - traverse from the starting resource to the ending 
            resource only on a post-loading event triggered for 
            this purpose 
other - behavior is unconstrained; examine other markup in link 
        for hints 
none - behavior is unconstrained
xlink:arcrole anyURI optional
xlink:href anyURI optional
xlink:role anyURI optional
xlink:show restriction of string optional
The 'show' attribute is used to communicate the desired presentation 
of the ending resource on traversal from the starting resource; it's 
value should be treated as follows: 
new - load ending resource in a new window, frame, pane, or other 
      presentation context
replace - load the resource in the same window, frame, pane, or 
          other presentation context
embed - load ending resource in place of the presentation of the 
        starting resource
other - behavior is unconstrained; examine other markup in the 
        link for hints 
none - behavior is unconstrained
xlink:title string optional
xlink:type string simple optional
Source
<attributeGroup name="AssociationAttributeGroup">
  <annotation>
    <documentation>XLink components are the standard method to support hypertext referencing in XML. An XML Schema attribute group, gml:AssociationAttributeGroup, is provided to support the use of Xlinks as the method for indicating the value of a property by reference in a uniform manner in GML.</documentation>
  </annotation>
  <attributeGroup ref="xlink:simpleLink"/>
  <attribute name="nilReason" type="gml:NilReasonType"/>
</attributeGroup>