<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> |