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/WindowsScriptHost' xmlns='http://schemas.microsoft.com/WindowsScriptHost' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:vs='urn:schemas-microsoft-com:HTML-Intellisense' vs:ishtmlschema="false" vs:isserverschema="false" vs:MultipleScriptLanguages="true" vs:SuccinctFriendlyName="Script"> <xsd:annotation> <xsd:documentation> Windows Script Host schema. Version 5.6 </xsd:documentation> </xsd:annotation> <xsd:element name='package' minOccurs="1" maxOccurs="1"> <xsd:complexType> <xsd:choice> <xsd:element ref='comment' /> <xsd:element ref='job' /> </xsd:choice> <xsd:attribute name='id' type='xsd:string' /> </xsd:complexType> </xsd:element> <xsd:element name='job'> <xsd:complexType> <xsd:choice> <xsd:element ref='comment' /> <xsd:element ref='object' /> <xsd:element ref='reference' /> <xsd:element ref='resource' /> <xsd:element ref='runtime' /> <xsd:element ref='script' /> </xsd:choice> <xsd:attribute name='id' type='xsd:string' /> </xsd:complexType> </xsd:element> <xsd:element name='comment'> <xsd:complexType mixed="true"> <xsd:attribute name='id' type='xsd:string' /> </xsd:complexType> </xsd:element> <xsd:element name='script'> <xsd:complexType mixed="true"> <xsd:attribute name='id' type='xsd:string' /> <xsd:attribute name='language'> <xsd:simpleType> <xsd:restriction base='xsd:string'> <xsd:enumeration value='JScript' /> <xsd:enumeration value='VBScript' /> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name='src' type='xsd:anyURI' /> </xsd:complexType> </xsd:element> <xsd:element name='object'> <xsd:complexType mixed="true"> <xsd:attribute name='events' type='xsd:string' /> <xsd:attribute name='id' type='xsd:string' /> <xsd:attribute name='classid' type='xsd:string' /> <xsd:attribute name='progid' type='xsd:string' /> <xsd:attribute name='reference' type='xsd:boolean' /> </xsd:complexType> </xsd:element> <xsd:element name='reference'> <xsd:complexType> <xsd:attribute name='id' type='xsd:string' /> <xsd:attribute name='guid' type='xsd:string' /> <xsd:attribute name='object' type='xsd:string' /> <xsd:attribute name='version' type='xsd:string' /> </xsd:complexType> </xsd:element> <xsd:element name='resource'> <xsd:complexType mixed="true"> <xsd:attribute name='id' type='xsd:string' /> <xsd:attribute name='src' type='xsd:anyURI' /> </xsd:complexType> </xsd:element> <xsd:element name='runtime'> <xsd:complexType> <xsd:choice> <xsd:element ref='comment' /> <xsd:element ref='named' /> <xsd:element ref='unnamed' /> <xsd:element ref='usage' /> <xsd:element ref='example' /> </xsd:choice> </xsd:complexType> </xsd:element> <xsd:element name='named'> <xsd:complexType mixed="true"> <xsd:attribute name='name' type='xsd:string' /> <xsd:attribute name='description' type='xsd:string' /> <xsd:attribute name='required' type='xsd:boolean' /> </xsd:complexType> </xsd:element> <xsd:element name='unnamed'> <xsd:complexType mixed="true"> <xsd:attribute name='name' type='xsd:string' /> <xsd:attribute name='description' type='xsd:string' /> <xsd:attribute name='required' type='xsd:boolean' /> </xsd:complexType> </xsd:element> <xsd:element name='usage'> <xsd:complexType mixed="true"> <xsd:attribute name='id' type='xsd:string' /> </xsd:complexType> </xsd:element> <xsd:element name='example'> <xsd:complexType mixed="true"> <xsd:attribute name='id' type='xsd:string' /> </xsd:complexType> </xsd:element> </xsd:schema>