enc:arraySize
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 information
Namespace: http://www.w3.org/2003/05/soap-encoding
Schema document: soap-encoding.xsd
Content
from type enc:arraySizeBase
- Union of:
- xsd:nonNegativeInteger
- Type based on xsd:token
-
Valid value *
-
- Pattern of list: (\*|(\d+))(\s+\d+)*
Used by
- Attribute enc:arraySize
Type inheritance chain
- enc:arraySizeBase
- enc:arraySize