Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following is the complete listing of the application configuration file schema.
<?xml version="1.0" encoding="US-ASCII"?>
<Schema name="Microsoft per Application Configuration Schema" xmlns="urn:schemas-microsoft-com:xml-data"
xmlns:dt="urn:schemas-microsoft-com:datatypes">
<!-- Attributes -->
<AttributeType name="manifestVersion" dt:type="enumeration" dt:values="1.0"/>
<AttributeType name="name" dt:type="string"/>
<AttributeType name="type" dt:type="enumeration" dt:values="win32" required="yes"/>
<AttributeType name="publicKeyToken" dt:type="bin.hex"/>
<AttributeType name="language" dt:type="string"/>
<AttributeType name="processorArchitecture" dt:type="string"/>
<AttributeType name="version" dt:type="string"/>
<AttributeType name="oldVersion" dt:type="string"/>
<AttributeType name="newVersion" dt:type="string"/>
<!-- Elements-->
<ElementType name="configuration" model = "closed" content="eltOnly">
<element type ="windows" minOccurs="0" maxOccurs="1"/>
</ElementType>
<ElementType name="windows" content="eltOnly">
<element type="assemblyBinding" minOccurs="0" maxOccurs="1"/>
</ElementType>
<ElementType name="assemblyBinding" content="eltOnly">
<element type="assemblyIdentity" minOccurs="1" maxOccurs="1"/>
<element type="dependentAssembly" minOccurs="0" maxOccurs="*"/>
</ElementType>
<ElementType name="assemblyIdentity" model = "closed">
<attribute type="type" required="yes"/>
<attribute type="name" required="yes"/>
<attribute type="publicKeyToken" required="no"/>
<attribute type="language" required="no"/>
<attribute type="processorArchitecture" required="yes" />
<attribute type="version" required="no"/>
</ElementType>
<ElementType name="dependentAssembly" model = "closed" content="eltOnly">
<element type="assemblyIdentity" minOccurs="1" maxOccurs="1"/>
<element type="bindingRedirect" minOccurs="1" maxOccurs="1"/>
</ElementType>
<ElementType name="bindingRedirect" model = "closed">
<attribute type="oldVersion" required="yes"/>
<attribute type="newVersion" required="yes"/>
</ElementType>
</Schema>