Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:sensorTechnology
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Specifies the type of image sensor or the sensing method used in the camera or the image-capture device
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
maxLength 200
Used by
Source
<xs:element name="sensorTechnology">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the type of image sensor or the sensing method used in the camera or the image-capture device</xs:documentation>
    <xs:appinfo>
      <identifier>http://w3id.org/meta-share/meta-share/sensorTechnology</identifier>
      <label xml:lang="en">sensor technology</label>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="200"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>