http://www.w3.org/2003/05/soap-encoding
The arraySizeBase Simple Type
A list type that allows * and non negative integers. Used as the base type for arraySize below.
Simple Type arraySizeBase
arraySizeBase is a list of (union of (nonNegativeInteger, token)).
• nonNegativeInteger: There are several restrictions on the value. The range of the value is [0..*]. The schema processor collapses value's whitespace. The number of fractional digits is less than or equals to 0.
• token: There are several restrictions on the value. The schema processor collapses value's whitespace. Enumeration values are Click here to show Comment(*).
 Collapse XML
-<xs:simpleType  name="arraySizeBase">
-<xs:annotation>
<xs:documentation> A list type that allows * and non negative integers. Used as the base type for arraySize below. </xs:documentation>
</xs:annotation>
-<xs:list>
-<xs:simpleType>
-<xs:union  memberTypes="xs:nonNegativeInteger">
-<xs:simpleType>
-<xs:restriction  base="xs:token">
<xs:enumeration  value="*" />
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:list>
</xs:simpleType>
 Collapse Uses
 Collapse Type (2)
 
 Collapse Used-By
 Collapse Type (1)
 
Generated by XSDdoc 2.0 ©