Complex Type pc:ChartRegionType

Namespace http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15
Annotations
Regions containing charts or graphs of any type, should
be marked as chart regions.
Diagram
Attribute pc:RegionType / @idAttribute pc:RegionType / @customAttribute pc:RegionType / @commentsAttribute pc:RegionType / @continuationElement pc:RegionType / pc:AlternativeImageElement pc:RegionType / pc:CoordsElement pc:RegionType / pc:UserDefinedElement pc:RegionType / pc:LabelsElement pc:RegionType / pc:RolesElement pc:RegionType / pc:TextRegionElement pc:RegionType / pc:ImageRegionElement pc:RegionType / pc:LineDrawingRegionElement pc:RegionType / pc:GraphicRegionElement pc:RegionType / pc:TableRegionElement pc:RegionType / pc:ChartRegionElement pc:RegionType / pc:SeparatorRegionElement pc:RegionType / pc:MathsRegionElement pc:RegionType / pc:ChemRegionElement pc:RegionType / pc:MusicRegionElement pc:RegionType / pc:AdvertRegionElement pc:RegionType / pc:NoiseRegionElement pc:RegionType / pc:UnknownRegionElement pc:RegionType / pc:CustomRegionComplex Type pc:RegionTypeAttribute pc:ChartRegionType / @orientationAttribute pc:ChartRegionType / @typeAttribute pc:ChartRegionType / @numColoursAttribute pc:ChartRegionType / @bgColourAttribute pc:ChartRegionType / @embText
Type extension of Complex Type pc:RegionType
Type hierarchy
Used by
Model Element pc:RegionType / pc:AlternativeImage , Element pc:RegionType / pc:Coords , Element pc:RegionType / pc:UserDefined , Element pc:RegionType / pc:Labels , Element pc:RegionType / pc:Roles , (Element pc:RegionType / pc:TextRegion | Element pc:RegionType / pc:ImageRegion | Element pc:RegionType / pc:LineDrawingRegion | Element pc:RegionType / pc:GraphicRegion | Element pc:RegionType / pc:TableRegion | Element pc:RegionType / pc:ChartRegion | Element pc:RegionType / pc:SeparatorRegion | Element pc:RegionType / pc:MathsRegion | Element pc:RegionType / pc:ChemRegion | Element pc:RegionType / pc:MusicRegion | Element pc:RegionType / pc:AdvertRegion | Element pc:RegionType / pc:NoiseRegion | Element pc:RegionType / pc:UnknownRegion | Element pc:RegionType / pc:CustomRegion)
Children Element pc:RegionType / pc:AdvertRegion, Element pc:RegionType / pc:AlternativeImage, Element pc:RegionType / pc:ChartRegion, Element pc:RegionType / pc:ChemRegion, Element pc:RegionType / pc:Coords, Element pc:RegionType / pc:CustomRegion, Element pc:RegionType / pc:GraphicRegion, Element pc:RegionType / pc:ImageRegion, Element pc:RegionType / pc:Labels, Element pc:RegionType / pc:LineDrawingRegion, Element pc:RegionType / pc:MathsRegion, Element pc:RegionType / pc:MusicRegion, Element pc:RegionType / pc:NoiseRegion, Element pc:RegionType / pc:Roles, Element pc:RegionType / pc:SeparatorRegion, Element pc:RegionType / pc:TableRegion, Element pc:RegionType / pc:TextRegion, Element pc:RegionType / pc:UnknownRegion, Element pc:RegionType / pc:UserDefined
Attributes
QName Type Use
Attribute pc:ChartRegionType / @bgColour Simple Type pc:ColourSimpleType optional
The background colour of the region
Attribute pc:RegionType / @comments string optional
Attribute pc:RegionType / @continuation boolean optional
Is this region a continuation of another region
(in previous column or page, for example)?
Attribute pc:RegionType / @custom string optional
For generic use
Attribute pc:ChartRegionType / @embText boolean optional
Specifies whether the region also contains
text
Attribute pc:RegionType / @id ID required
Attribute pc:ChartRegionType / @numColours int optional
An approximation of the number of colours
used in the region
Attribute pc:ChartRegionType / @orientation float optional
The angle the rectangle encapsulating a region
has to be rotated in clockwise direction
in order to correct the present skew
(negative values indicate anti-clockwise rotation).
Range: -179.999,180
Attribute pc:ChartRegionType / @type Simple Type pc:ChartTypeSimpleType optional
The type of chart in the region
Source
<complexType name="ChartRegionType">
  <annotation>
    <documentation>Regions containing charts or graphs of any type, should be marked as chart regions.</documentation>
  </annotation>
  <complexContent>
    <extension base="pc:RegionType">
      <attribute name="orientation" type="float">
        <annotation>
          <documentation>The angle the rectangle encapsulating a region has to be rotated in clockwise direction in order to correct the present skew (negative values indicate anti-clockwise rotation). Range: -179.999,180</documentation>
        </annotation>
      </attribute>
      <attribute name="type" type="pc:ChartTypeSimpleType">
        <annotation>
          <documentation>The type of chart in the region</documentation>
        </annotation>
      </attribute>
      <attribute name="numColours" type="int">
        <annotation>
          <documentation>An approximation of the number of colours used in the region</documentation>
        </annotation>
      </attribute>
      <attribute name="bgColour" type="pc:ColourSimpleType">
        <annotation>
          <documentation>The background colour of the region</documentation>
        </annotation>
      </attribute>
      <attribute name="embText" type="boolean">
        <annotation>
          <documentation>Specifies whether the region also contains text</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>

Attribute pc:ChartRegionType / @orientation

Namespace No namespace
Annotations
The angle the rectangle encapsulating a region
has to be rotated in clockwise direction
in order to correct the present skew
(negative values indicate anti-clockwise rotation).
Range: -179.999,180
Type float
Properties
content: simple
Used by
Source
<attribute name="orientation" type="float">
  <annotation>
    <documentation>The angle the rectangle encapsulating a region has to be rotated in clockwise direction in order to correct the present skew (negative values indicate anti-clockwise rotation). Range: -179.999,180</documentation>
  </annotation>
</attribute>

Attribute pc:ChartRegionType / @type

Namespace No namespace
Annotations
The type of chart in the region
Type Simple Type pc:ChartTypeSimpleType
Properties
content: simple
Facets
enumeration bar
enumeration line
enumeration pie
enumeration scatter
enumeration surface
enumeration other
Used by
Source
<attribute name="type" type="pc:ChartTypeSimpleType">
  <annotation>
    <documentation>The type of chart in the region</documentation>
  </annotation>
</attribute>

Attribute pc:ChartRegionType / @numColours

Namespace No namespace
Annotations
An approximation of the number of colours
used in the region
Type int
Properties
content: simple
Used by
Source
<attribute name="numColours" type="int">
  <annotation>
    <documentation>An approximation of the number of colours used in the region</documentation>
  </annotation>
</attribute>

Attribute pc:ChartRegionType / @bgColour

Namespace No namespace
Annotations
The background colour of the region
Type Simple Type pc:ColourSimpleType
Properties
content: simple
Facets
enumeration black
enumeration blue
enumeration brown
enumeration cyan
enumeration green
enumeration grey
enumeration indigo
enumeration magenta
enumeration orange
enumeration pink
enumeration red
enumeration turquoise
enumeration violet
enumeration white
enumeration yellow
enumeration other
Used by
Source
<attribute name="bgColour" type="pc:ColourSimpleType">
  <annotation>
    <documentation>The background colour of the region</documentation>
  </annotation>
</attribute>

Attribute pc:ChartRegionType / @embText

Namespace No namespace
Annotations
Specifies whether the region also contains
text
Type boolean
Properties
content: simple
Used by
Source
<attribute name="embText" type="boolean">
  <annotation>
    <documentation>Specifies whether the region also contains text</documentation>
  </annotation>
</attribute>