simpleType TeamStatusType
namespace http://fifa.com/exchange/fe
type restriction of xsd:string
properties
base xsd:string
used by
attribute TeamType/@Status
facets
Kind Value Annotation
enumeration active
documentation
An active team
enumeration inactive
documentation
An inactive team
enumeration suspended
documentation
A discipline action stops participation within the world of football
enumeration dissolved
documentation
The team is no longer financially viable
annotation
documentation
The status of a team.
source <xsd:simpleType name="TeamStatusType">
 
<xsd:annotation>
   
<xsd:documentation>The status of a team.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:string">
   
<xsd:enumeration value="active">
     
<xsd:annotation>
       
<xsd:documentation>An active team</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="inactive">
     
<xsd:annotation>
       
<xsd:documentation>An inactive team</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="suspended">
     
<xsd:annotation>
       
<xsd:documentation>A discipline action stops participation within the world of football</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
   
<xsd:enumeration value="dissolved">
     
<xsd:annotation>
       
<xsd:documentation>The team is no longer financially viable</xsd:documentation>
     
</xsd:annotation>
   
</xsd:enumeration>
 
</xsd:restriction>
</xsd:simpleType>


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