<xsd:complexType name="permStartElt">
<xsd:annotation>
<xsd:documentation>Defines the range protection permission start.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="permElt">
<xsd:attribute name="edGrp" type="edGrpType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the group with edit permissions</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ed" type="stringType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the user with edit permissions</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="col-first" type="decimalNumberType" use="optional">
<xsd:annotation>
<xsd:documentation>For table range permissions, specifies the beginning column for the permission.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="col-last" type="decimalNumberType" use="optional">
<xsd:annotation>
<xsd:documentation>For table range permissions, specifies the ending column for the permission.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|