Complex Type pc:LabelType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Semantic label
Diagram
Attribute pc:LabelType / @valueAttribute pc:LabelType / @typeAttribute pc:LabelType / @comments
Used by
Attributes
QName Type Use
Attribute pc:LabelType / @comments string optional
Attribute pc:LabelType / @type string optional
Additional information on the label
(e.g. 'YYYY-mm-dd' for a date label).
Can be used as predicate of an RDF triple.
Attribute pc:LabelType / @value string required
The label / tag (e.g. 'person').
Can be an RDF resource identifier
(e.g. object of an RDF triple).
Source
<complexType name="LabelType">
  <annotation>
    <documentation>Semantic label</documentation>
  </annotation>
  <attribute name="value" type="string" use="required">
    <annotation>
      <documentation>The label / tag (e.g. 'person'). Can be an RDF resource identifier (e.g. object of an RDF triple).</documentation>
    </annotation>
  </attribute>
  <attribute name="type" type="string">
    <annotation>
      <documentation>Additional information on the label (e.g. 'YYYY-mm-dd' for a date label). Can be used as predicate of an RDF triple.</documentation>
    </annotation>
  </attribute>
  <attribute name="comments" type="string">
  </attribute>
</complexType>

Attribute pc:LabelType / @value

Namespace No namespace
Annotations
The label / tag (e.g. 'person').
Can be an RDF resource identifier
(e.g. object of an RDF triple).
Type string
Properties
use: required
Used by
Source
<attribute name="value" type="string" use="required">
  <annotation>
    <documentation>The label / tag (e.g. 'person'). Can be an RDF resource identifier (e.g. object of an RDF triple).</documentation>
  </annotation>
</attribute>

Attribute pc:LabelType / @type

Namespace No namespace
Annotations
Additional information on the label
(e.g. 'YYYY-mm-dd' for a date label).
Can be used as predicate of an RDF triple.
Type string
Properties
content: simple
Used by
Source
<attribute name="type" type="string">
  <annotation>
    <documentation>Additional information on the label (e.g. 'YYYY-mm-dd' for a date label). Can be used as predicate of an RDF triple.</documentation>
  </annotation>
</attribute>

Attribute pc:LabelType / @comments

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