Complex Type pc:MetadataType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:MetadataType / @externalRefElement pc:MetadataType / pc:CreatorElement pc:MetadataType / pc:CreatedElement pc:MetadataType / pc:LastChangeElement pc:MetadataType / pc:CommentsElement pc:MetadataType / pc:UserDefinedElement pc:MetadataType / pc:MetadataItem
Used by
Model Element pc:MetadataType / pc:Creator , Element pc:MetadataType / pc:Created , Element pc:MetadataType / pc:LastChange , Element pc:MetadataType / pc:Comments , Element pc:MetadataType / pc:UserDefined , Element pc:MetadataType / pc:MetadataItem
Children Element pc:MetadataType / pc:Comments, Element pc:MetadataType / pc:Created, Element pc:MetadataType / pc:Creator, Element pc:MetadataType / pc:LastChange, Element pc:MetadataType / pc:MetadataItem, Element pc:MetadataType / pc:UserDefined
Attributes
QName Type Use
Attribute pc:MetadataType / @externalRef string optional
External reference of any kind
Source
<complexType name="MetadataType">
  <sequence>
    <element name="Creator" type="string"/>
    <element name="Created" type="dateTime">
      <annotation>
        <documentation>The timestamp has to be in UTC (Coordinated Universal Time) and not local time.</documentation>
      </annotation>
    </element>
    <element name="LastChange" type="dateTime">
      <annotation>
        <documentation>The timestamp has to be in UTC (Coordinated Universal Time) and not local time.</documentation>
      </annotation>
    </element>
    <element name="Comments" type="string" minOccurs="0" maxOccurs="1">
    </element>
    <element name="UserDefined" type="pc:UserDefinedType" minOccurs="0" maxOccurs="1">
    </element>
    <element name="MetadataItem" type="pc:MetadataItemType" minOccurs="0" maxOccurs="unbounded">
    </element>
  </sequence>
  <attribute name="externalRef" type="string">
    <annotation>
      <documentation>External reference of any kind</documentation>
    </annotation>
  </attribute>
</complexType>

Attribute pc:MetadataType / @externalRef

Namespace No namespace
Annotations
External reference of any kind
Type string
Properties
content: simple
Used by
Source
<attribute name="externalRef" type="string">
  <annotation>
    <documentation>External reference of any kind</documentation>
  </annotation>
</attribute>

Element pc:MetadataType / pc:Creator

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram

Type string
Properties
content: simple
Source
<element name="Creator" type="string"/>

Element pc:MetadataType / pc:Created

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
The timestamp has to be in UTC (Coordinated
Universal Time) and not local time.
Diagram

Type dateTime
Properties
content: simple
Source
<element name="Created" type="dateTime">
  <annotation>
    <documentation>The timestamp has to be in UTC (Coordinated Universal Time) and not local time.</documentation>
  </annotation>
</element>

Element pc:MetadataType / pc:LastChange

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
The timestamp has to be in UTC
(Coordinated Universal Time)
and not local time.
Diagram

Type dateTime
Properties
content: simple
Source
<element name="LastChange" type="dateTime">
  <annotation>
    <documentation>The timestamp has to be in UTC (Coordinated Universal Time) and not local time.</documentation>
  </annotation>
</element>

Element pc:MetadataType / pc:Comments

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram

Type string
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="Comments" type="string" minOccurs="0" maxOccurs="1">
</element>

Element pc:MetadataType / pc:UserDefined

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Element pc:UserDefinedType / pc:UserAttributeComplex Type pc:UserDefinedType
Type Complex Type pc:UserDefinedType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model Element pc:UserDefinedType / pc:UserAttribute
Children Element pc:UserDefinedType / pc:UserAttribute
Instance
<pc:UserDefined xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:UserAttribute description="" name="" type="" value="">{1,unbounded}</pc:UserAttribute>
</pc:UserDefined>
Source
<element name="UserDefined" type="pc:UserDefinedType" minOccurs="0" maxOccurs="1">
</element>

Element pc:MetadataType / pc:MetadataItem

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:LabelsComplex Type pc:MetadataItemType
Type Complex Type pc:MetadataItemType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model Element pc:MetadataItemType / pc:Labels
Children Element pc:MetadataItemType / pc:Labels
Instance
<pc:MetadataItem date="" name="" type="" value="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
</pc:MetadataItem>
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
<element name="MetadataItem" type="pc:MetadataItemType" minOccurs="0" maxOccurs="unbounded">
</element>