<xsd:complexType name="CT_PermStart">
<xsd:complexContent>
<xsd:extension base="CT_Perm">
<xsd:attribute name="edGrp" type="ST_EdGrp" use="optional">
<xsd:annotation>
<xsd:documentation>Editor Group For Range Permission</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ed" type="ST_String" use="optional">
<xsd:annotation>
<xsd:documentation>Single User For Range Permission</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="colFirst" type="ST_DecimalNumber" use="optional">
<xsd:annotation>
<xsd:documentation>First Table Column Covered By Range Permission</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="colLast" type="ST_DecimalNumber" use="optional">
<xsd:annotation>
<xsd:documentation>Last Table Column Covered By Range Permission</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|