CT_Cnf

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
evenHBand ST_OnOff optional
evenVBand ST_OnOff optional
firstColumn ST_OnOff optional
firstRow ST_OnOff optional
firstRowFirstColumn ST_OnOff optional
firstRowLastColumn ST_OnOff optional
lastColumn ST_OnOff optional
lastRow ST_OnOff optional
lastRowFirstColumn ST_OnOff optional
lastRowLastColumn ST_OnOff optional
oddHBand ST_OnOff optional
oddVBand ST_OnOff optional

Used By

Source

<xsd:complexType name="CT_Cnf">
  <xsd:attribute name="firstRow" type="s:ST_OnOff"/>
  <xsd:attribute name="lastRow" type="s:ST_OnOff"/>
  <xsd:attribute name="firstColumn" type="s:ST_OnOff"/>
  <xsd:attribute name="lastColumn" type="s:ST_OnOff"/>
  <xsd:attribute name="oddVBand" type="s:ST_OnOff"/>
  <xsd:attribute name="evenVBand" type="s:ST_OnOff"/>
  <xsd:attribute name="oddHBand" type="s:ST_OnOff"/>
  <xsd:attribute name="evenHBand" type="s:ST_OnOff"/>
  <xsd:attribute name="firstRowFirstColumn" type="s:ST_OnOff"/>
  <xsd:attribute name="firstRowLastColumn" type="s:ST_OnOff"/>
  <xsd:attribute name="lastRowFirstColumn" type="s:ST_OnOff"/>
  <xsd:attribute name="lastRowLastColumn" type="s:ST_OnOff"/>
</xsd:complexType>