http://ns.hr-xml.org/2006-02-28
element NumericValue

Properties
This component is not nillable.

Model
<NumericValue
  description = xsd:string
  interval = xsd:integer
  maxValue = xsd:integer
  minValue = xsd:integer>
integer
</NumericValue>


Attribute Summary
 xsd:stringdescription
          
 xsd:integerinterval
          
 xsd:integermaxValue
          
 xsd:integerminValue
          

Attribute Detail

description

Type:
xsd:string
Use:
optional
Form:
unqualified

interval

Type:
xsd:integer
Use:
optional
Form:
unqualified

maxValue

Type:
xsd:integer
Use:
optional
Form:
unqualified

minValue

Type:
xsd:integer
Use:
optional
Form:
unqualified

Source
<xsd:element name="NumericValue">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:integer">
<xsd:attribute name="minValue" type="xsd:integer"/>
<xsd:attribute name="maxValue" type="xsd:integer"/>
<xsd:attribute name="interval" type="xsd:integer"/>
<xsd:attribute name="description" type="xsd:string"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.