Defines the range protection permission start.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| edGrp | edGrpType | optional | Gets or sets the group with edit permissions | 
 | 
| ed | stringType | optional | Gets or sets the user with edit permissions | |
| col-first | decimalNumberType | optional | For table range permissions, specifies the beginning column for the permission. | |
| col-last | decimalNumberType | optional | For table range permissions, specifies the ending column for the permission. | 
      
<xsd:complexType name="permStartElt" >
  <xsd:complexContent>
    <xsd:extension base="permElt">
      <xsd:attribute name="edGrp" type="edGrpType" use="optional">
      </xsd:attribute>
      <xsd:attribute name="ed" type="stringType" use="optional">
      </xsd:attribute>
      <xsd:attribute name="col-first" type="decimalNumberType" use="optional">
      </xsd:attribute>
      <xsd:attribute name="col-last" type="decimalNumberType" use="optional">
      </xsd:attribute>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>