Package com.priint.pubserver.comet3.entity
package com.priint.pubserver.comet3.entity
Types for Comet3 environment
Notice the 3 in the package name. These are, indeed, types relevant in the Comet3 environment only. There should be no need to refer to any of these classes.
XML Schema for Comet3 types
<complexType name="action">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="sequencenr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="classid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="domain" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="inputdocumentation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="outputdocumentation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="actions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="action" type="{http://comet.priint.com/configuration/entities}action" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType> *
<complexType name="preview">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="src" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="data">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="src" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="domain">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="color">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="spread">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="position" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="leftitem" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="middleitem" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="rightitem" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="record">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="id2" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="id2" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="stringid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="condition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="conditionmenueid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="sequencenr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="typeid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="replacebyvalue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="conditionmenue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="keyword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="conditionmenues">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="conditionmenue" type="{http://comet.priint.com/configuration/entities}conditionmenue" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="conditions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="condition" type="{http://comet.priint.com/configuration/entities}condition" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="datafile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="alias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="datafiles">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="datafile" type="{http://comet.priint.com/configuration/entities}datafile" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="domain">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="domainclassid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="domains">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="domain" type="{http://comet.priint.com/configuration/entities}domain" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="sourcefile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="alias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="sourcefiles">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sourcefile" type="{http://comet.priint.com/configuration/entities/findstatement}sourcefile" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="findstatement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="classid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="userid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="statement" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="sequencenr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="hasstringids" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="label1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="label1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="label1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="label1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="value1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="value2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="value3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="value4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="sourcefiles" type="{http://comet.priint.com/configuration/entities/findstatement}sourcefiles" minOccurs="1"/>
<element name="candelete" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="findstatements">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="findstatement" type="{http://comet.priint.com/configuration/entities}findstatement" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="rule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="params" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="banner">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="gridid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="elementid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="pagerelative" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="intersection" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="distance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="framerule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pageitemid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="prerule" type="{http://comet.priint.com/configuration/entities/framerule}rule" minOccurs="1"/>
<element name="postrule" type="{http://comet.priint.com/configuration/entities/framerule}rule" minOccurs="1"/>
<element name="banner" type="{http://comet.priint.com/configuration/entities/framerule}banner" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="direction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="placeholders">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="placeholder" type="{http://comet.priint.com/configuration/entities/grid}placeholder" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="placeholder">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="xpos" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="ypos" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="xsize" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="ysize" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="grid">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="masterdocid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="xpos" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="ypos" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="xsize" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="ysize" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="preview" type="{http://comet.priint.com/configuration/entities/common}preview" minOccurs="1"/>
<element name="type" type="{http://comet.priint.com/configuration/entities/grid}type" minOccurs="1"/>
<element name="domain" type="{http://comet.priint.com/configuration/entities/common}domain" minOccurs="1"/>
<element name="spread" type="{http://comet.priint.com/configuration/entities/common}spread" minOccurs="1"/>
<element name="placeholders" type="{http://comet.priint.com/configuration/entities/grid}placeholders" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="grids">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="grid" type="{http://comet.priint.com/configuration/entities}grid" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="gridtype">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="gridtypes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="gridtype" type="{http://comet.priint.com/configuration/entities}gridtype" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="pageitem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="direction" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="magnets" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="mirrored" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="data" type="{http://comet.priint.com/configuration/entities/common}data" minOccurs="1"/>
<element name="preview" type="{http://comet.priint.com/configuration/entities/common}preview" minOccurs="1"/>
<element name="type" type="{http://comet.priint.com/configuration/entities/common}type" minOccurs="1"/>
<element name="state" type="{http://comet.priint.com/configuration/entities/common}state" minOccurs="1"/>
<element name="domain" type="{http://comet.priint.com/configuration/entities/common}domain" minOccurs="1"/>
<element name="placeholder" type="{http://comet.priint.com/configuration/entities/common}placeholder" minOccurs="1"/>
<element name="leftpos" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="toppos" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="rightpos" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="bottompos" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="spread" type="{http://comet.priint.com/configuration/entities/common}spread" minOccurs="1"/>
<element name="kind" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="format" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="record" type="{http://comet.priint.com/configuration/entities/common}record" minOccurs="1"/>
<element name="color" type="{http://comet.priint.com/configuration/entities/common}color" minOccurs="1"/>
<element name="textflowPrefix1Action" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="textflowPrefix1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="textflowPrefixNAction" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="textflowPrefixN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="memberships" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="buildSupportScript" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="hasShapes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="pageitems">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pageitem" type="{http://comet.priint.com/configuration/entities}pageitem" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="pageitemtype">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="pageitemtypes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pageitemtype" type="{http://comet.priint.com/configuration/entities}pageitemtype" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="pagetemplates">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pagetemplate" type="{http://comet.priint.com/configuration/entities}pagetemplate" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="bbox">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Left" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="Top" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="Right" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="Bottom" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="template">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/> *
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="Sequ" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="ColorIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="AutoLink" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="VerticalJust" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="MinimumVJ" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="StylesVJ" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="MinimumVJEnabled" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="StylesVJEnabled" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="HasMoreObjects" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="HasMoreFrames" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="BuildDirection" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="MinDistX" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="MinDistY" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="JustificationEnabled" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="JustificationX" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="JustificationY" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="JustificationScript" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="BBox" type="{http://comet.priint.com/configuration/entities/pagetemplate}bbox" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="templates">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="template" type="{http://comet.priint.com/configuration/entities/pagetemplate}template" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="pagetemplate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://comet.priint.com/configuration/entities/pagetemplate}id" minOccurs="1"/>
<element name="OwnerID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="DocName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="PageWidth" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="PageHeight" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="PageNum" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="MarginLeft" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="MarginTop" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="MarginRight" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="MarginBottom" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="1"/>
<element name="PageType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="Barrier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="StringID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="Oposite" type="{http://comet.priint.com/configuration/entities/pagetemplate}id" minOccurs="1"/>
<element name="Successor" type="{http://comet.priint.com/configuration/entities/pagetemplate}id" minOccurs="1"/>
<element name="Masterpages" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="AutoOposite" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="AutoSuccessor" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="templates" type="{http://comet.priint.com/configuration/entities/pagetemplate}templates" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="panelstatement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="usage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="statement" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="in_parameters" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="out_parameters" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="hasstringids" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="panelstatements">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="panelstatement" type="{http://comet.priint.com/configuration/entities}panelstatement" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="placeholder">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="domainid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="class" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="load" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="sync" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="store" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="lov" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="color" type="{http://comet.priint.com/configuration/entities/common}color" minOccurs="1"/>
<element name="style" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="styleid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="syncstatevisible" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="loadconstraint" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="objectnameid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="prefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="postfix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="prefixifempty" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="postfixifempty" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="placeholders">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="placeholder" type="{http://comet.priint.com/configuration/entities}placeholder" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="previewstatement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="classid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="hasstringids" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="needsselection" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="hasButtonState" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="hasLinkScript" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="condition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="statement" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="objectstatementid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="sequencenr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="isdefault" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="previewstatements">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="previewstatement" type="{http://comet.priint.com/configuration/entities}previewstatement" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="relatedto">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="relatedtos">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="relatedto" type="{http://comet.priint.com/configuration/entities}relatedto" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="xentities">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="entity" type="{http://comet.priint.com/configuration/entities/xentity}entity" minOccurs="0" maxOccurs="unbounded"/>
<element name="typedef" type="{http://comet.priint.com/configuration/entities/xentity}typedef" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="xentity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="file" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="entity">
<complexContent>
<restriction base="{http://comet.priint.com/configuration/entities}xentity">
<sequence>
<element name="search" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="replace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="typedef">
<complexContent>
<restriction base="{http://comet.priint.com/configuration/entities}xentity">
<sequence>
<element name="attr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="indicees">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="index" type="{http://comet.priint.com/configuration/entities}index" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
<complexType name="index">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="file" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="nodepath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="unique" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
ClassDescriptionJava class for action complex type.Deprecated.Java class for actions (i.e.BinaryData<T extends Comet3Entity>The type Binary data.Java Interface for condition complex type.Java class for conditions (i.e.Collection of various types references in several schemas.The type Color.The type Data.The type Domain.The type Placeholder.The type Preview.The type Record.The type State.The type Type.Java Interface for condition complex type.Java Interface for conditionmenue complex type.Java class for conditionmenues (i.e.Java class for conditions (i.e.Java Interface for datafile complex type.Java class for datafiles (i.e.Java Interface for domain complex type.Java class for domains (i.e.Java Interface for findstatement complex type.The type Sourcefile.The type Sourcefiles.Java class for findstatements (i.e.The type Font data base.The type Font variant.The enum Stretch.The enum Style.The enum Weight.Java Interface for framerule complex type.The type Banner.The type Rule.Java class for framerules (i.e.Java class for grid complex type.The type Placeholder.The type Placeholders.The type Spread.The type Type.Java class for grids (i.e.Java Interface for grid complex type.Java class for grids (i.e.Java class for manifest complex type.Java Interface for message complex type.Java class for messages (i.e.Java class for pageitem complex type.The type Spread.Java class for pageitems (i.e.Java Interface for pageitemstate complex type.Java class for pageitemstates (i.e.Java Interface for pageitemtype complex type.Java class for pageitemtypes (i.e.Java Interface for pagetemplate complex type.The type B box.The type Id.The type Template.The type Templates.Java class for pagetemplates (i.e.Java Interface for panelstatement complex type.Java class for panelstatements (i.e.Java Interface for placeholder complex type.Java class for the Placeholder Group configuration type.The type Placeholder.The type Placeholders.Java class for placeholders (i.e.Java class for placeholders (i.e.Java Interface for placeholder complex type.The type Definition.Java class for placeholder variants (i.e.Java Interface for previewstatement complex type.Java class for preview statements (i.e.Java Interface for manifest complex type.Java Interface for relatedto complex type.Java class for related to's (i.e.The type Row.The type Template.Java class for xentities (i.e.Java Interface for xentity complex type.The type Entity.The type Typedef.Java Interface for index complex type.Java class for indexes to's (i.e.
Action.allowedTagsinstead.