simpleType String255
namespace http://fifa.com/exchange/fe
type restriction of xsd:string
properties
base xsd:string
used by
simpleType InternationalString255
attributes NativeCompositeNameType/@Lastname LocalizedString255/@Value
facets
Kind Value Annotation
minLength 1
maxLength 255
annotation
documentation
A 255 character string.
source <xsd:simpleType name="String255">
 
<xsd:annotation>
   
<xsd:documentation> A 255 character string.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:minLength value="1"/>
   
<xsd:maxLength value="255"/>
 
</xsd:restriction>
</xsd:simpleType>


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