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

Properties
This component is not nillable.

Model
<StringValue
  description = xsd:string
  maxValue = xsd:string
  minValue = xsd:string>
string
</StringValue>


Attribute Summary
 xsd:stringdescription
          
 xsd:stringmaxValue
          
 xsd:stringminValue
          

Attribute Detail

description

Type:
xsd:string
Use:
optional
Form:
unqualified

maxValue

Type:
xsd:string
Use:
optional
Form:
unqualified

minValue

Type:
xsd:string
Use:
optional
Form:
unqualified

Source
<xsd:element name="StringValue">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="minValue" type="xsd:string"/>
<xsd:attribute name="maxValue" type="xsd:string"/>
<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.