Complex Type pc:OrderedGroupType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Numbered group (contains ordered elements)
Diagram
Attribute pc:OrderedGroupType / @idAttribute pc:OrderedGroupType / @regionRefAttribute pc:OrderedGroupType / @captionAttribute pc:OrderedGroupType / @typeAttribute pc:OrderedGroupType / @continuationAttribute pc:OrderedGroupType / @customAttribute pc:OrderedGroupType / @commentsElement pc:OrderedGroupType / pc:UserDefinedElement pc:OrderedGroupType / pc:LabelsElement pc:OrderedGroupType / pc:RegionRefIndexedElement pc:OrderedGroupType / pc:OrderedGroupIndexedElement pc:OrderedGroupType / pc:UnorderedGroupIndexed
Used by
Model Element pc:OrderedGroupType / pc:UserDefined , Element pc:OrderedGroupType / pc:Labels , (Element pc:OrderedGroupType / pc:RegionRefIndexed | Element pc:OrderedGroupType / pc:OrderedGroupIndexed | Element pc:OrderedGroupType / pc:UnorderedGroupIndexed)
Children Element pc:OrderedGroupType / pc:Labels, Element pc:OrderedGroupType / pc:OrderedGroupIndexed, Element pc:OrderedGroupType / pc:RegionRefIndexed, Element pc:OrderedGroupType / pc:UnorderedGroupIndexed, Element pc:OrderedGroupType / pc:UserDefined
Attributes
QName Type Use
Attribute pc:OrderedGroupType / @caption string optional
Attribute pc:OrderedGroupType / @comments string optional
Attribute pc:OrderedGroupType / @continuation boolean optional
Is this group a continuation of another group
(from previous column or page, for example)?
Attribute pc:OrderedGroupType / @custom string optional
For generic use
Attribute pc:OrderedGroupType / @id ID required
Attribute pc:OrderedGroupType / @regionRef IDREF optional
Optional link to a parent region of nested regions.
The parent region doubles as reading order group.
Only the nested regions should be allowed as group members.
Attribute pc:OrderedGroupType / @type Simple Type pc:GroupTypeSimpleType optional
Source
<complexType name="OrderedGroupType">
  <annotation>
    <documentation>Numbered group (contains ordered elements)</documentation>
  </annotation>
  <sequence>
    <element name="UserDefined" type="pc:UserDefinedType" minOccurs="0" maxOccurs="1">
    </element>
    <element name="Labels" type="pc:LabelsType" minOccurs="0" maxOccurs="unbounded">
      <annotation>
        <documentation>Semantic labels / tags</documentation>
      </annotation>
    </element>
    <choice minOccurs="1" maxOccurs="unbounded">
      <element name="RegionRefIndexed" type="pc:RegionRefIndexedType"/>
      <element name="OrderedGroupIndexed" type="pc:OrderedGroupIndexedType"/>
      <element name="UnorderedGroupIndexed" type="pc:UnorderedGroupIndexedType"/>
    </choice>
  </sequence>
  <attribute name="id" type="ID" use="required"/>
  <attribute name="regionRef" type="IDREF">
    <annotation>
      <documentation>Optional link to a parent region of nested regions. The parent region doubles as reading order group. Only the nested regions should be allowed as group members.</documentation>
    </annotation>
  </attribute>
  <attribute name="caption" type="string"/>
  <attribute name="type" type="pc:GroupTypeSimpleType"/>
  <attribute name="continuation" type="boolean">
    <annotation>
      <documentation>Is this group a continuation of another group (from previous column or page, for example)?</documentation>
    </annotation>
  </attribute>
  <attribute name="custom" type="string">
    <annotation>
      <documentation>For generic use</documentation>
    </annotation>
  </attribute>
  <attribute name="comments" type="string"/>
</complexType>

Attribute pc:OrderedGroupType / @id

Namespace No namespace
Type ID
Properties
use: required
Used by
Source
<attribute name="id" type="ID" use="required"/>

Attribute pc:OrderedGroupType / @regionRef

Namespace No namespace
Annotations
Optional link to a parent region of nested regions.
The parent region doubles as reading order group.
Only the nested regions should be allowed as group members.
Type IDREF
Properties
content: simple
Used by
Source
<attribute name="regionRef" type="IDREF">
  <annotation>
    <documentation>Optional link to a parent region of nested regions. The parent region doubles as reading order group. Only the nested regions should be allowed as group members.</documentation>
  </annotation>
</attribute>

Attribute pc:OrderedGroupType / @caption

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

Attribute pc:OrderedGroupType / @type

Namespace No namespace
Type Simple Type pc:GroupTypeSimpleType
Properties
content: simple
Facets
enumeration paragraph
enumeration list
enumeration list-item
enumeration figure
enumeration article
enumeration div
enumeration other
Used by
Source
<attribute name="type" type="pc:GroupTypeSimpleType"/>

Attribute pc:OrderedGroupType / @continuation

Namespace No namespace
Annotations
Is this group a continuation of another group
(from previous column or page, for example)?
Type boolean
Properties
content: simple
Used by
Source
<attribute name="continuation" type="boolean">
  <annotation>
    <documentation>Is this group a continuation of another group (from previous column or page, for example)?</documentation>
  </annotation>
</attribute>

Attribute pc:OrderedGroupType / @custom

Namespace No namespace
Annotations
For generic use
Type string
Properties
content: simple
Used by
Source
<attribute name="custom" type="string">
  <annotation>
    <documentation>For generic use</documentation>
  </annotation>
</attribute>

Attribute pc:OrderedGroupType / @comments

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

Element pc:OrderedGroupType / 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:OrderedGroupType / 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>

Element pc:OrderedGroupType / pc:RegionRefIndexed

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionRefIndexedType / @indexAttribute pc:RegionRefIndexedType / @regionRefComplex Type pc:RegionRefIndexedType
Type Complex Type pc:RegionRefIndexedType
Properties
content: complex
Attributes
QName Type Use
Attribute pc:RegionRefIndexedType / @index int required
Position (order number) of this item within the current hierarchy level.
Attribute pc:RegionRefIndexedType / @regionRef IDREF required
Source
<element name="RegionRefIndexed" type="pc:RegionRefIndexedType"/>

Element pc:OrderedGroupType / pc:OrderedGroupIndexed

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:OrderedGroupIndexedType / @idAttribute pc:OrderedGroupIndexedType / @regionRefAttribute pc:OrderedGroupIndexedType / @indexAttribute pc:OrderedGroupIndexedType / @captionAttribute pc:OrderedGroupIndexedType / @typeAttribute pc:OrderedGroupIndexedType / @continuationAttribute pc:OrderedGroupIndexedType / @customAttribute pc:OrderedGroupIndexedType / @commentsElement pc:OrderedGroupIndexedType / pc:UserDefinedElement pc:OrderedGroupIndexedType / pc:LabelsElement pc:OrderedGroupIndexedType / pc:RegionRefIndexedElement pc:OrderedGroupIndexedType / pc:OrderedGroupIndexedElement pc:OrderedGroupIndexedType / pc:UnorderedGroupIndexedComplex Type pc:OrderedGroupIndexedType
Type Complex Type pc:OrderedGroupIndexedType
Properties
content: complex
Model Element pc:OrderedGroupIndexedType / pc:UserDefined , Element pc:OrderedGroupIndexedType / pc:Labels , (Element pc:OrderedGroupIndexedType / pc:RegionRefIndexed | Element pc:OrderedGroupIndexedType / pc:OrderedGroupIndexed | Element pc:OrderedGroupIndexedType / pc:UnorderedGroupIndexed)
Children Element pc:OrderedGroupIndexedType / pc:Labels, Element pc:OrderedGroupIndexedType / pc:OrderedGroupIndexed, Element pc:OrderedGroupIndexedType / pc:RegionRefIndexed, Element pc:OrderedGroupIndexedType / pc:UnorderedGroupIndexed, Element pc:OrderedGroupIndexedType / pc:UserDefined
Instance
<pc:OrderedGroupIndexed caption="" comments="" continuation="" custom="" id="" index="" regionRef="" type="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:RegionRefIndexed index="" regionRef="">{1,1}</pc:RegionRefIndexed>
  <pc:OrderedGroupIndexed caption="" comments="" continuation="" custom="" id="" index="" regionRef="" type="">{1,1}</pc:OrderedGroupIndexed>
  <pc:UnorderedGroupIndexed caption="" comments="" continuation="" custom="" id="" index="" regionRef="" type="">{1,1}</pc:UnorderedGroupIndexed>
</pc:OrderedGroupIndexed>
Attributes
QName Type Use
Attribute pc:OrderedGroupIndexedType / @caption string optional
Attribute pc:OrderedGroupIndexedType / @comments string optional
Attribute pc:OrderedGroupIndexedType / @continuation boolean optional
Is this group a continuation of another group (from
previous column or page, for example)?
Attribute pc:OrderedGroupIndexedType / @custom string optional
For generic use
Attribute pc:OrderedGroupIndexedType / @id ID required
Attribute pc:OrderedGroupIndexedType / @index int required
Position (order number) of this item within the
current hierarchy level.
Attribute pc:OrderedGroupIndexedType / @regionRef IDREF optional
Optional link to a parent region of nested regions.
The parent region doubles as reading order group.
Only the nested regions should be allowed as group members.
Attribute pc:OrderedGroupIndexedType / @type Simple Type pc:GroupTypeSimpleType optional
Source
<element name="OrderedGroupIndexed" type="pc:OrderedGroupIndexedType"/>

Element pc:OrderedGroupType / pc:UnorderedGroupIndexed

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:UnorderedGroupIndexedType / @idAttribute pc:UnorderedGroupIndexedType / @regionRefAttribute pc:UnorderedGroupIndexedType / @indexAttribute pc:UnorderedGroupIndexedType / @captionAttribute pc:UnorderedGroupIndexedType / @typeAttribute pc:UnorderedGroupIndexedType / @continuationAttribute pc:UnorderedGroupIndexedType / @customAttribute pc:UnorderedGroupIndexedType / @commentsElement pc:UnorderedGroupIndexedType / pc:UserDefinedElement pc:UnorderedGroupIndexedType / pc:LabelsElement pc:UnorderedGroupIndexedType / pc:RegionRefElement pc:UnorderedGroupIndexedType / pc:OrderedGroupElement pc:UnorderedGroupIndexedType / pc:UnorderedGroupComplex Type pc:UnorderedGroupIndexedType
Type Complex Type pc:UnorderedGroupIndexedType
Properties
content: complex
Model Element pc:UnorderedGroupIndexedType / pc:UserDefined , Element pc:UnorderedGroupIndexedType / pc:Labels , (Element pc:UnorderedGroupIndexedType / pc:RegionRef | Element pc:UnorderedGroupIndexedType / pc:OrderedGroup | Element pc:UnorderedGroupIndexedType / pc:UnorderedGroup)
Children Element pc:UnorderedGroupIndexedType / pc:Labels, Element pc:UnorderedGroupIndexedType / pc:OrderedGroup, Element pc:UnorderedGroupIndexedType / pc:RegionRef, Element pc:UnorderedGroupIndexedType / pc:UnorderedGroup, Element pc:UnorderedGroupIndexedType / pc:UserDefined
Instance
<pc:UnorderedGroupIndexed caption="" comments="" continuation="" custom="" id="" index="" regionRef="" type="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:UserDefined>{0,1}</pc:UserDefined>
  <pc:Labels comments="" externalId="" externalModel="" prefix="">{0,unbounded}</pc:Labels>
  <pc:RegionRef regionRef="">{1,1}</pc:RegionRef>
  <pc:OrderedGroup caption="" comments="" continuation="" custom="" id="" regionRef="" type="">{1,1}</pc:OrderedGroup>
  <pc:UnorderedGroup caption="" comments="" continuation="" custom="" id="" regionRef="" type="">{1,1}</pc:UnorderedGroup>
</pc:UnorderedGroupIndexed>
Attributes
QName Type Use
Attribute pc:UnorderedGroupIndexedType / @caption string optional
Attribute pc:UnorderedGroupIndexedType / @comments string optional
Attribute pc:UnorderedGroupIndexedType / @continuation boolean optional
Is this group a continuation of another group
(from previous column or page, for example)?
Attribute pc:UnorderedGroupIndexedType / @custom string optional
For generic use
Attribute pc:UnorderedGroupIndexedType / @id ID required
Attribute pc:UnorderedGroupIndexedType / @index int required
Position (order number) of this item within the
current hierarchy level.
Attribute pc:UnorderedGroupIndexedType / @regionRef IDREF optional
Optional link to a parent region of nested regions.
The parent region doubles as reading order group.
Only the nested regions should be allowed as group members.
Attribute pc:UnorderedGroupIndexedType / @type Simple Type pc:GroupTypeSimpleType optional
Source
<element name="UnorderedGroupIndexed" type="pc:UnorderedGroupIndexedType"/>