Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files (x86)/Microsoft Visual Studio 10.0/Common7/Packages/schemas/xml/ |
Upload File : |
<?xml version="1.0" encoding="utf-8" ?> <xsd:schema targetNamespace='http://schemas.microsoft.com/Mobile/Page' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns='http://schemas.microsoft.com/Mobile/Page' xmlns:vs='http://schemas.microsoft.com/Visual-Studio-Intellisense' vs:ishtmlschema='true' vs:isserverschema='true' vs:SuccinctFriendlyName="Mobile HTML"> <xsd:element name="html" type="htmlType" /> <xsd:element name="script" type="scriptType" vs:nonbrowseable="true" /> <xsd:element name="head" type="headType" vs:nonbrowseable="true" /> <xsd:element name="body" type="bodyType" vs:nonbrowseable="true" /> <xsd:complexType name="htmlType"> <xsd:choice> <xsd:element name="body" type="bodyType" /> <xsd:element name="head" type="headType" /> <xsd:element name="script" type="scriptType" /> </xsd:choice> </xsd:complexType> <xsd:complexType name="headType" mixed="true"> <xsd:choice> <xsd:element name="meta" vs:htmlequivalent="meta"> <xsd:complexType mixed="true"> <xsd:attribute name="content"/> <xsd:attribute name="http-equiv"/> <xsd:attribute name="name"/> <xsd:attribute name="id"/> <xsd:attribute name="runat" vs:readonly="true"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="server"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:choice> </xsd:complexType> <xsd:complexType name="scriptType" mixed="true"> <xsd:attribute name="language" default="jscript"> <xsd:union> <xsd:simpleType vs:serverlanguages="true"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="vbs" /> <xsd:enumeration value="vbscript" /> <xsd:enumeration value="js" /> <xsd:enumeration value="jscript" /> <xsd:enumeration value="javascript" /> </xsd:restriction> </xsd:simpleType> <xsd:simpleType> <xsd:restriction base="xsd:string" /> </xsd:simpleType> </xsd:union> </xsd:attribute> <xsd:attribute name="src" type="xsd:anyURI" /> <xsd:attribute name="id" /> <xsd:attribute name="runat" vs:readonly="true"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="server" /> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> <xsd:complexType name="bodyType" mixed="true"> <xsd:element name="script" type="scriptType" vs:nonbrowseable="true"/> <xsd:attribute name="runat" vs:readonly="true"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="server"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:complexType> </xsd:schema>