ENDVALUE

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
intervaltype restriction of dtSTRING include optional

Used By

Element VALUE_RANGE

Source

<xsd:element name="ENDVALUE">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="dtNUMBER">
        <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>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>

Sample