<schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.sportsml.org/schema/" xmlns:sportsml="http://www.sportsml.org/schema/"
>
<simpleType name="teamKeyType.l.nhl.com">
<restriction base="string">
<enumeration value="l.swede-ice.se-t.1">
<annotation>
<appinfo>
<firstname>Stockholm</firstname>
<lastname>AIK</lastname>
<division>Elitserien</division>
</appinfo>
</annotation>
</enumeration>
</restriction>
</simpleType>
</schema>
|