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>
-
Class Summary Class Description Action Java class for action complex type.Actions Java class for actions (i.e.BinaryData<T extends Comet3Entity> The type Binary data.Color Java Interface for condition complex type.Colors Java class for conditions (i.e.Common Collection of various types references in several schemas.Common.Color The type Color.Common.Data The type Data.Common.Domain The type Domain.Common.Placeholder The type Placeholder.Common.Preview The type Preview.Common.Record The type Record.Common.State The type State.Common.Type The type Type.Condition Java Interface for condition complex type.ConditionMenue Java Interface for conditionmenue complex type.ConditionMenues Java class for conditionmenues (i.e.Conditions Java class for conditions (i.e.DataFile Java Interface for datafile complex type.DataFiles Java class for datafiles (i.e.Domain Java Interface for domain complex type.Domains Java class for domains (i.e.FindStatement Java Interface for findstatement complex type.FindStatement.Sourcefile The type Sourcefile.FindStatement.Sourcefiles The type Sourcefiles.FindStatements Java class for findstatements (i.e.FontDataBase The type Font data base.FontVariant The type Font variant.FrameRule Java Interface for framerule complex type.FrameRule.Banner The type Banner.FrameRule.Rule The type Rule.FrameRules Java class for framerules (i.e.Grid Java class for grid complex type.Grid.Placeholder The type Placeholder.Grid.Placeholders The type Placeholders.Grid.Spread The type Spread.Grid.Type The type Type.Grids Java class for grids (i.e.GridType Java Interface for grid complex type.GridTypes Java class for grids (i.e.Manifest Java class for manifest complex type.Message Java Interface for message complex type.Messages Java class for messages (i.e.PageItem Java class for pageitem complex type.PageItem.Spread The type Spread.PageItems Java class for pageitems (i.e.PageItemState Java Interface for pageitemstate complex type.PageItemStates Java class for pageitemstates (i.e.PageItemType Java Interface for pageitemtype complex type.PageItemTypes Java class for pageitemtypes (i.e.PageTemplate Java Interface for pagetemplate complex type.PageTemplate.BBox The type B box.PageTemplate.Id The type Id.PageTemplate.Template The type Template.PageTemplate.Templates The type Templates.PageTemplates Java class for pagetemplates (i.e.PanelStatement Java Interface for panelstatement complex type.PanelStatements Java class for panelstatements (i.e.Placeholder Java Interface for placeholder complex type.PlaceholderGroup Java class for the Placeholder Group configuration type.PlaceholderGroup.Placeholder The type Placeholder.PlaceholderGroup.Placeholders The type Placeholders.PlaceholderGroups Java class for placeholders (i.e.Placeholders Java class for placeholders (i.e.PlaceholderVariant Java Interface for placeholder complex type.PlaceholderVariant.Definition The type Definition.PlaceholderVariants Java class for placeholder variants (i.e.PreviewStatement Java Interface for previewstatement complex type.PreviewStatements Java class for preview statements (i.e.Project Java Interface for manifest complex type.Project.Property RelatedTo Java Interface for relatedto complex type.RelatedTos Java class for related to's (i.e.Row The type Row.Template The type Template.XEntities Java class for xentities (i.e.XEntity Java Interface for xentity complex type.XEntity.Entity The type Entity.XEntity.Typedef The type Typedef.XIndex Java Interface for index complex type.XIndexes Java class for indexes to's (i.e. -
Enum Summary Enum Description Action.AllowedTags Deprecated. Use arrayAction.allowedTagsinstead.FontVariant.Stretch The enum Stretch.FontVariant.Style The enum Style.FontVariant.Weight The enum Weight.