simpleType String50
namespace http://fifa.com/exchange/fe
type restriction of xsd:string
properties
base xsd:string
used by
element NativePersonNameType/Title
simpleTypes EmailAddressType InternationalString50 MatchOfficalRoleType OfficialLicenceType PictureUsageType PositionNatureType TeamColourUsageType TeamOfficialRoleType
attributes AddressType/@AddressLine1 AddressType/@AddressLine2 AddressType/@AddressLine3 NativeCompositeNameType/@Firstname LicenceType/@LicenceNumber LicenceType/@PlaceOfIssue AddressType/@PostalCode AddressType/@Region AchievementType/@Title AddressType/@Town LocalizedString/@Value
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
A 50 character string.
source <xsd:simpleType name="String50">
 
<xsd:annotation>
   
<xsd:documentation> A 50 character string.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:minLength value="1"/>
   
<xsd:maxLength value="50"/>
 
</xsd:restriction>
</xsd:simpleType>


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