Complex Type pc:LayerType

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:RegionRef
Used by
Model Element pc:LayerType / pc:RegionRef
Children Element pc:LayerType / pc:RegionRef
Attributes
Source
<complexType name="LayerType">
  <sequence minOccurs="1" maxOccurs="unbounded">
    <element name="RegionRef" type="pc:RegionRefType"/>
  </sequence>
  <attribute name="id" type="ID" use="required"/>
  <attribute name="zIndex" type="int" use="required"/>
  <attribute name="caption" type="string"/>
</complexType>

Attribute pc:LayerType / @id

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

Attribute pc:LayerType / @zIndex

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

Attribute pc:LayerType / @caption

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

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