Complex Type pc:LabelsType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:LabelsType / @externalModelAttribute pc:LabelsType / @externalIdAttribute pc:LabelsType / @prefixAttribute pc:LabelsType / @commentsElement pc:LabelsType / pc:Label
Used by
Model Element pc:LabelsType / pc:Label
Children Element pc:LabelsType / pc:Label
Attributes
QName Type Use
Attribute pc:LabelsType / @comments string optional
Attribute pc:LabelsType / @externalId string optional
E.g. an RDF resource identifier
(to be used as subject or object of an RDF triple)
Attribute pc:LabelsType / @externalModel string optional
Reference to external model / ontology / schema
Attribute pc:LabelsType / @prefix string optional
Prefix for all labels (e.g. first part of an URI)
Source
<complexType name="LabelsType">
  <sequence>
    <element name="Label" type="pc:LabelType" minOccurs="0" maxOccurs="unbounded">
      <annotation>
        <documentation>A semantic label / tag</documentation>
      </annotation>
    </element>
  </sequence>
  <attribute name="externalModel" type="string">
    <annotation>
      <documentation>Reference to external model / ontology / schema</documentation>
    </annotation>
  </attribute>
  <attribute name="externalId" type="string">
    <annotation>
      <documentation>E.g. an RDF resource identifier (to be used as subject or object of an RDF triple)</documentation>
    </annotation>
  </attribute>
  <attribute name="prefix" type="string">
    <annotation>
      <documentation>Prefix for all labels (e.g. first part of an URI)</documentation>
    </annotation>
  </attribute>
  <attribute name="comments" type="string"/>
</complexType>

Attribute pc:LabelsType / @externalModel

Namespace No namespace
Annotations
Reference to external model / ontology / schema
Type string
Properties
content: simple
Used by
Source
<attribute name="externalModel" type="string">
  <annotation>
    <documentation>Reference to external model / ontology / schema</documentation>
  </annotation>
</attribute>

Attribute pc:LabelsType / @externalId

Namespace No namespace
Annotations
E.g. an RDF resource identifier
(to be used as subject or object of an RDF triple)
Type string
Properties
content: simple
Used by
Source
<attribute name="externalId" type="string">
  <annotation>
    <documentation>E.g. an RDF resource identifier (to be used as subject or object of an RDF triple)</documentation>
  </annotation>
</attribute>

Attribute pc:LabelsType / @prefix

Namespace No namespace
Annotations
Prefix for all labels (e.g. first part of an URI)
Type string
Properties
content: simple
Used by
Source
<attribute name="prefix" type="string">
  <annotation>
    <documentation>Prefix for all labels (e.g. first part of an URI)</documentation>
  </annotation>
</attribute>

Attribute pc:LabelsType / @comments

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

Element pc:LabelsType / pc:Label

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
A semantic label / tag
Diagram
Attribute pc:LabelType / @valueAttribute pc:LabelType / @typeAttribute pc:LabelType / @commentsComplex Type pc:LabelType
Type Complex Type pc:LabelType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
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
<element name="Label" type="pc:LabelType" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>A semantic label / tag</documentation>
  </annotation>
</element>