namespace | http://fifa.com/exchange/fe | |||||||||
type | restriction of xsd:string | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:simpleType name="LongString"> <xsd:annotation> <xsd:documentation>A very long String with up to 1M of characters.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:maxLength value="1000000"/> <xsd:minLength value="1"/> </xsd:restriction> </xsd:simpleType> |