simpleType InternationalLongString
namespace http://fifa.com/exchange/fe
type restriction of fe:LongString
properties
base fe:LongString
used by
elements SanctionType/Description SeasonType/Description CustomExtensionType/Value
facets
Kind Value Annotation
minLength 1
maxLength 1000000
pattern [ -ɿ]*
annotation
documentation
A very long international string upt o 1M of latin characters.
source <xsd:simpleType name="InternationalLongString">
 
<xsd:annotation>
   
<xsd:documentation>A very long international string upt o 1M of latin characters.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fe:LongString">
   
<xsd:pattern value="[&#x0020;-&#x027F;]*"/>
 
</xsd:restriction>
</xsd:simpleType>


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