Complex Type pc:AlternativeImageType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:AlternativeImageType / @filenameAttribute pc:AlternativeImageType / @commentsAttribute pc:AlternativeImageType / @conf
Used by
Attributes
QName Type Use
Attribute pc:AlternativeImageType / @comments string optional
Attribute pc:AlternativeImageType / @conf Simple Type pc:ConfSimpleType optional
Confidence value (between 0 and 1)
Attribute pc:AlternativeImageType / @filename string required
Source
<complexType name="AlternativeImageType">
  <attribute name="filename" type="string" use="required"/>
  <attribute name="comments" type="string"/>
  <attribute name="conf" type="pc:ConfSimpleType">
    <annotation>
      <documentation>Confidence value (between 0 and 1)</documentation>
    </annotation>
  </attribute>
</complexType>

Attribute pc:AlternativeImageType / @filename

Namespace No namespace
Type string
Properties
use: required
Used by
Source
<attribute name="filename" type="string" use="required"/>

Attribute pc:AlternativeImageType / @comments

Namespace No namespace
Type string
Properties
content: simple
Used by
Source
<attribute name="comments" type="string"/>

Attribute pc:AlternativeImageType / @conf

Namespace No namespace
Annotations
Confidence value (between 0 and 1)
Type Simple Type pc:ConfSimpleType
Properties
content: simple
Facets
maxInclusive 1
minInclusive 0
Used by
Source
<attribute name="conf" type="pc:ConfSimpleType">
  <annotation>
    <documentation>Confidence value (between 0 and 1)</documentation>
  </annotation>
</attribute>