http://www.w3.org/2003/05/soap-encoding
The arraySize Simple Type
Pattern based restriction of the arraySizeBase list type. Used as the type of the arraySize attribute. Restricts asterisk ( * ) to first list item only. Instances must contain at least an asterisk ( * ) or a nonNegativeInteger. May contain other nonNegativeIntegers as subsequent list items. Valid instances include; * 1 * 2 2 2 * 2 0
Simple Type arraySize
arraySize is a list of (union of (nonNegativeInteger, token)). There are several restrictions on the list. The value must match "(\*|(\d+))(\s+\d+)*".
• 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="arraySize">
-<xs:annotation>
<xs:documentation> Pattern based restriction of the arraySizeBase list type. Used as the type of the arraySize attribute. Restricts asterisk ( * ) to first list item only. Instances must contain at least an asterisk ( * ) or a nonNegativeInteger. May contain other nonNegativeIntegers as subsequent list items. Valid instances include; * 1 * 2 2 2 * 2 0 </xs:documentation>
</xs:annotation>
-<xs:restriction  base="tns:arraySizeBase">
<xs:pattern  value="(\*|(\d+))(\s+\d+)*" />
</xs:restriction>
</xs:simpleType>
 Collapse Uses
 Collapse Type (1)
 
 Collapse Used-By
 Collapse Attribute (1)
 
Generated by XSDdoc 2.0 ©