Complex Type pc:UnorderedGroupIndexedType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Indexed group containing unordered elements
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:UnorderedGroup
Used by
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
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
<complexType name="UnorderedGroupIndexedType">
  <annotation>
    <documentation>Indexed group containing unordered 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="RegionRef" type="pc:RegionRefType"/>
      <element name="OrderedGroup" type="pc:OrderedGroupType"/>
      <element name="UnorderedGroup" type="pc:UnorderedGroupType"/>
    </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="index" type="int" use="required">
    <annotation>
      <documentation>Position (order number) of this item within the current hierarchy level.</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:UnorderedGroupIndexedType / @id

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

Attribute pc:UnorderedGroupIndexedType / @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:UnorderedGroupIndexedType / @index

Namespace No namespace
Annotations
Position (order number) of this item within the
current hierarchy level.
Type int
Properties
use: required
Used by
Source
<attribute name="index" type="int" use="required">
  <annotation>
    <documentation>Position (order number) of this item within the current hierarchy level.</documentation>
  </annotation>
</attribute>

Attribute pc:UnorderedGroupIndexedType / @caption

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

Attribute pc:UnorderedGroupIndexedType / @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:UnorderedGroupIndexedType / @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:UnorderedGroupIndexedType / @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:UnorderedGroupIndexedType / @comments

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

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

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:RegionRefType / @regionRefComplex Type pc:RegionRefType
Type Complex Type pc:RegionRefType
Properties
content: complex
Attributes
QName Type Use
Attribute pc:RegionRefType / @regionRef IDREF required
Source
<element name="RegionRef" type="pc:RegionRefType"/>

Element pc:UnorderedGroupIndexedType / pc:OrderedGroup

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
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:UnorderedGroupIndexedComplex Type pc:OrderedGroupType
Type Complex Type pc:OrderedGroupType
Properties
content: complex
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
Instance
<pc:OrderedGroup caption="" comments="" continuation="" custom="" id="" 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:OrderedGroup>
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
<element name="OrderedGroup" type="pc:OrderedGroupType"/>

Element pc:UnorderedGroupIndexedType / pc:UnorderedGroup

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:UnorderedGroupType / @idAttribute pc:UnorderedGroupType / @regionRefAttribute pc:UnorderedGroupType / @captionAttribute pc:UnorderedGroupType / @typeAttribute pc:UnorderedGroupType / @continuationAttribute pc:UnorderedGroupType / @customAttribute pc:UnorderedGroupType / @commentsElement pc:UnorderedGroupType / pc:UserDefinedElement pc:UnorderedGroupType / pc:LabelsElement pc:UnorderedGroupType / pc:RegionRefElement pc:UnorderedGroupType / pc:OrderedGroupElement pc:UnorderedGroupType / pc:UnorderedGroupComplex Type pc:UnorderedGroupType
Type Complex Type pc:UnorderedGroupType
Properties
content: complex
Model Element pc:UnorderedGroupType / pc:UserDefined , Element pc:UnorderedGroupType / pc:Labels , (Element pc:UnorderedGroupType / pc:RegionRef | Element pc:UnorderedGroupType / pc:OrderedGroup | Element pc:UnorderedGroupType / pc:UnorderedGroup)
Children Element pc:UnorderedGroupType / pc:Labels, Element pc:UnorderedGroupType / pc:OrderedGroup, Element pc:UnorderedGroupType / pc:RegionRef, Element pc:UnorderedGroupType / pc:UnorderedGroup, Element pc:UnorderedGroupType / pc:UserDefined
Instance
<pc:UnorderedGroup caption="" comments="" continuation="" custom="" id="" 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:UnorderedGroup>
Attributes
QName Type Use
Attribute pc:UnorderedGroupType / @caption string optional
Attribute pc:UnorderedGroupType / @comments string optional
Attribute pc:UnorderedGroupType / @continuation boolean optional
Is this group a continuation of another group
(from previous column or page, for example)?
Attribute pc:UnorderedGroupType / @custom string optional
For generic use
Attribute pc:UnorderedGroupType / @id ID required
Attribute pc:UnorderedGroupType / @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:UnorderedGroupType / @type Simple Type pc:GroupTypeSimpleType optional
Source
<element name="UnorderedGroup" type="pc:UnorderedGroupType"/>