complexType PhotoLinkType
diagram generic-types-2.1_p36.png
namespace http://fifa.com/exchange/fe
type extension of xsd:string
properties
base xsd:string
attributes
Name  Type  Use  Default  Fixed  Annotation
mimeType  xsd:string        
annotation
documentation
An link to the picture.
source <xsd:complexType name="PhotoLinkType">
 
<xsd:annotation>
   
<xsd:documentation>An link to the picture.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="mimeType" type="xsd:string"/>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute PhotoLinkType/@mimeType
type xsd:string
source <xsd:attribute name="mimeType" type="xsd:string"/>


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