Complex Type pc:LayersType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Can be used to express the z-index of overlapping
regions. An element with a greater z-index is always in
front of another element with lower z-index.
Diagram
Element pc:LayersType / pc:Layer
Used by
Model Element pc:LayersType / pc:Layer
Children Element pc:LayersType / pc:Layer
Source
<complexType name="LayersType">
  <annotation>
    <documentation>Can be used to express the z-index of overlapping regions. An element with a greater z-index is always in front of another element with lower z-index.</documentation>
  </annotation>
  <sequence minOccurs="1" maxOccurs="unbounded">
    <element name="Layer" type="pc:LayerType"/>
  </sequence>
</complexType>

Element pc:LayersType / pc:Layer

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Diagram
Attribute pc:LayerType / @idAttribute pc:LayerType / @zIndexAttribute pc:LayerType / @captionElement pc:LayerType / pc:RegionRefComplex Type pc:LayerType
Type Complex Type pc:LayerType
Properties
content: complex
Model Element pc:LayerType / pc:RegionRef
Children Element pc:LayerType / pc:RegionRef
Instance
<pc:Layer caption="" id="" zIndex="" xmlns:pc="http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15">
  <pc:RegionRef regionRef="">{1,1}</pc:RegionRef>
</pc:Layer>
Attributes
Source
<element name="Layer" type="pc:LayerType"/>