| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/Xml/Schemas/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE xsd:schema [
<!ENTITY href "A file path or http URL pointing to the schema.
The path can be relative to the catalog document.
The following variables (delimited by %...%) will be
recognized and expanded in the path: VsInstallDir, System,
ProgramFiles, Programs, CommonProgramFiles, ApplicationData,
CommonApplicationData.">
]>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="1.0"
xmlns="http://schemas.microsoft.com/xsd/catalog"
targetNamespace="http://schemas.microsoft.com/xsd/catalog"
elementFormDefault="qualified" attributeFormDefault="unqualified">
<xsd:element name="SchemaCatalog">
<xsd:annotation>
<xsd:documentation>
A SchemaCatalog contains a list of schemas and their associated
target namespaces and/or a list of other external catalogs to be
included.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="Schema">
<xsd:complexType>
<xsd:attribute name="href" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
&href;
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="targetNamespace" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The targetNamespace of the schema referenced in the href attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="Catalog">
<xsd:complexType>
<xsd:attribute name="href" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
&href;
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name="Association">
<xsd:complexType>
<xsd:attribute name="extension" type="xsd:string" use="required"/>
<xsd:attribute name="schema" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
&href;
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="condition" type="xsd:string"/>
<xsd:attribute name="defaultNamespace" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The default namespace to use for this files associatiation.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="enableValidation" type="xsd:boolean" default="true">
<xsd:annotation>
<xsd:documentation>
Value indicating whether to enable schema validation for this file association.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>