Complex Type pc:BaselineType

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

Attribute pc:BaselineType / @points

Namespace No namespace
Type Simple Type pc:PointsType
Properties
use: required
Facets
pattern ([0-9]+,[0-9]+ )+([0-9]+,[0-9]+)
Used by
Source
<attribute name="points" type="pc:PointsType" use="required">
</attribute>

Attribute pc:BaselineType / @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>