Definition Type Element
Name value-range
Type string
Abstract False
MinOccurs 1
MaxOccurs 1
Documentation The range of values that falls within this segment.  This can be a literal value ("1"), a range ("2-6"), a comma-separated list ("7,9,11") or a combination ("3,6-9,11,13-20").
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="1" maxOccurs="1" name="value-range" type="xs:string" >
  <xs:annotation>
    <xs:documentation>The range of values that falls within this segment.  This can be a literal value (&quot;1&quot;), a range (&quot;2-6&quot;), a comma-separated list (&quot;7,9,11&quot;) or a combination (&quot;3,6-9,11,13-20&quot;).</xs:documentation>
  </xs:annotation>

</xs:element>
Derivation Tree
[No Sub Types]
value-range
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd