<xsd:element name="platform" substitutionGroup="oval:platformBase">
<xsd:annotation>
<xsd:documentation>The valid platforms for the Microsoft Windows Family.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Microsoft Windows 95" />
<xsd:enumeration value="Microsoft Windows 98" />
<xsd:enumeration value="Microsoft Windows ME" />
<xsd:enumeration value="Microsoft Windows NT" />
<xsd:enumeration value="Microsoft Windows 2000" />
<xsd:enumeration value="Microsoft Windows XP" />
<xsd:enumeration value="Microsoft Windows Server 2003" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
|