CT_PermStart

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
colFirst ST_DecimalNumber optional
colLast ST_DecimalNumber optional
displacedByCustomXml ST_DisplacedByCustomXml optional
ed ST_String optional
edGrp ST_EdGrp optional
id ST_String required

Used By

Source

<xsd:complexType name="CT_PermStart">
  <xsd:complexContent>
    <xsd:extension base="CT_Perm">
      <xsd:attribute name="edGrp" type="ST_EdGrp" use="optional"/>
      <xsd:attribute name="ed" type="s:ST_String" use="optional"/>
      <xsd:attribute name="colFirst" type="ST_DecimalNumber" use="optional"/>
      <xsd:attribute name="colLast" type="ST_DecimalNumber" use="optional"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>