Class <<FeatureType>> Image (extends SF_SamplingFeature )

Use gml:description for xlink:href URL to a photographic image. SF_Process = camera. For example, photographs of ion microprobe grain mounts.

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
 

Outbound Associations

Name Type Multiplicity From Class Notes
 

Constraints

Constraint Type Status Weight
 

Tagged values

Tag Value Notes
 

GML-conformant XML Implementation Details

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Image" type="gsmlla:ImageType" substitutionGroup="sam:SF_SamplingFeature">

    <xs:annotation>

        <xs:documentation>Use gml:description for xlink:href URL to a photographic image.  SF_Process = camera. For example, photographs of ion microprobe grain mounts.</xs:documentation>

    </xs:annotation>

</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ImageType">

    <xs:complexContent>

        <xs:extension base="sam:SF_SamplingFeatureType"/>

    </xs:complexContent>

</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ImagePropertyType">

    <xs:sequence minOccurs="0">

        <xs:element ref="gsmlla:Image"/>

    </xs:sequence>

    <xs:attributeGroup ref="gml:AssociationAttributeGroup"/>

    <xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>

</xs:complexType>