simpleType InternationalString255
namespace http://fifa.com/exchange/fe
type restriction of fe:String255
properties
base fe:String255
used by
attributes CompositeNameType/@Lastname TraditionalCompositeNameType/@Lastname
facets
Kind Value Annotation
minLength 1
maxLength 255
pattern [ -ɿ]*
annotation
documentation
A 255 character string containing only latin characters (international character set)
source <xsd:simpleType name="InternationalString255">
 
<xsd:annotation>
   
<xsd:documentation>A 255 character string containing only latin characters (international character set)</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fe:String255">
   
<xsd:pattern value="[&#x0020;-&#x027F;]*"/>
 
</xsd:restriction>
</xsd:simpleType>


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