Complex Type pc:MetadataItemType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:MetadataItemType / @typeAttribute pc:MetadataItemType / @nameAttribute pc:MetadataItemType / @valueAttribute pc:MetadataItemType / @dateElement pc:MetadataItemType / pc:Labels
Used by
Model Element pc:MetadataItemType / pc:Labels
Children Element pc:MetadataItemType / pc:Labels
Attributes
QName Type Use
Attribute pc:MetadataItemType / @date dateTime optional
Attribute pc:MetadataItemType / @name string optional
E.g. imagePhotometricInterpretation
Attribute pc:MetadataItemType / @type restriction of string optional
Type of metadata (e.g. author)
Attribute pc:MetadataItemType / @value string required
E.g. RGB
Source
<complexType name="MetadataItemType">
  <sequence>
    <element name="Labels" type="pc:LabelsType" minOccurs="0" maxOccurs="unbounded">
      <annotation>
        <documentation>Semantic labels / tags</documentation>
      </annotation>
    </element>
  </sequence>
  <attribute name="type">
    <annotation>
      <documentation>Type of metadata (e.g. author)</documentation>
    </annotation>
    <simpleType>
      <restriction base="string">
        <enumeration value="author"/>
        <enumeration value="imageProperties"/>
        <enumeration value="processingStep"/>
        <enumeration value="other"/>
      </restriction>
    </simpleType>
  </attribute>
  <attribute name="name" type="string">
    <annotation>
      <documentation>E.g. imagePhotometricInterpretation</documentation>
    </annotation>
  </attribute>
  <attribute name="value" type="string" use="required">
    <annotation>
      <documentation>E.g. RGB</documentation>
    </annotation>
  </attribute>
  <attribute name="date" type="dateTime"/>
</complexType>

Attribute pc:MetadataItemType / @type

Namespace No namespace
Annotations
Type of metadata (e.g. author)
Type restriction of string
Properties
content: simple
Facets
enumeration author
enumeration imageProperties
enumeration processingStep
enumeration other
Used by
Source
<attribute name="type">
  <annotation>
    <documentation>Type of metadata (e.g. author)</documentation>
  </annotation>
  <simpleType>
    <restriction base="string">
      <enumeration value="author"/>
      <enumeration value="imageProperties"/>
      <enumeration value="processingStep"/>
      <enumeration value="other"/>
    </restriction>
  </simpleType>
</attribute>

Attribute pc:MetadataItemType / @name

Namespace No namespace
Annotations
E.g. imagePhotometricInterpretation
Type string
Properties
content: simple
Used by
Source
<attribute name="name" type="string">
  <annotation>
    <documentation>E.g. imagePhotometricInterpretation</documentation>
  </annotation>
</attribute>

Attribute pc:MetadataItemType / @value

Namespace No namespace
Annotations
E.g. RGB
Type string
Properties
use: required
Used by
Source
<attribute name="value" type="string" use="required">
  <annotation>
    <documentation>E.g. RGB</documentation>
  </annotation>
</attribute>

Attribute pc:MetadataItemType / @date

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

Element pc:MetadataItemType / pc:Labels

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Semantic labels / tags
Diagram
Attribute pc:LabelsType / @externalModelAttribute pc:LabelsType / @externalIdAttribute pc:LabelsType / @prefixAttribute pc:LabelsType / @commentsElement pc:LabelsType / pc:LabelComplex Type pc:LabelsType
Type Complex Type pc:LabelsType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model Element pc:LabelsType / pc:Label
Children Element pc:LabelsType / pc:Label
Instance
<pc:Labels comments="" externalId="" externalModel="" prefix="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:Label comments="" type="" value="">{0,unbounded}</pc:Label>
</pc:Labels>
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
<element name="Labels" type="pc:LabelsType" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>Semantic labels / tags</documentation>
  </annotation>
</element>