simpleType LongString
namespace http://fifa.com/exchange/fe
type restriction of xsd:string
properties
base xsd:string
used by
element LongLocalizedString/Value
simpleType InternationalLongString
facets
Kind Value Annotation
minLength 1
maxLength 1000000
annotation
documentation
A very long String with up to 1M of characters.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy