http://www.ibm.com/schema/twss/nm/v1_0
The integerRange Complex Type

An integerRange represents either an unbounded or bounded range of integral types. It can be used to provide a range for any type extending xsd:long per http://www.w3.org/TR/xmlschema-2/ section 3.

An integerRange's inclusiveLowerBound must be less than or equal to its inclusiveUpperBound.


Complex Type integerRange
The integerRange type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<...>
-Begin Sequence [1...1]
<twss_nm_xsd:inclusiveLowerBound>inclusiveLowerBound</inclusiveLowerBound> [1..1]
<twss_nm_xsd:inclusiveUpperBound>inclusiveUpperBound</inclusiveUpperBound> [1..1]
End Sequence
</...>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<xsd:complexType  name="integerRange">
-<xsd:annotation  id="integerRange.type.annotation">
-<xsd:documentation  xml:lang="en">
<xhtml:p> An integerRange represents either an unbounded or bounded range of integral types. It can be used to provide a range for any type extending xsd:long per http://www.w3.org/TR/xmlschema-2/ section 3. </xhtml:p>
<xhtml:p> An integerRange's inclusiveLowerBound must be less than or equal to its inclusiveUpperBound. </xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:sequence>
<xsd:element  ref="twss_nm_xsd:inclusiveLowerBound" />
<xsd:element  ref="twss_nm_xsd:inclusiveUpperBound" />
</xsd:sequence>
</xsd:complexType>

 Collapse Uses
 
 Collapse Used-By
 
Generated by WSDLdoc ©