intervaltype

Attribute Information

Used By

Element STARTVALUE

Source

<xsd:attribute name="intervaltype" use="optional" default="include">
  <xsd:simpleType>
    <xsd:restriction base="dtSTRING">
      <xsd:minLength value="1"/>
      <xsd:maxLength value="20"/>
      <xsd:enumeration value="exclude"/>
      <xsd:enumeration value="include"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>

Sample