Click here to Skip to main content
15,893,381 members
Articles / Programming Languages / XSLT

XmlXsdDocument

Rate me:
Please Sign up or sign in to vote.
4.56/5 (4 votes)
27 Oct 200610 min read 24.5K   568   17  
This article explains the applcation of the XmlXsdDocument class.
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <ProjectType>Local</ProjectType>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{57127D1C-3064-4EAB-AEC0-3414A569347D}</ProjectGuid>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ApplicationIcon>
    </ApplicationIcon>
    <AssemblyKeyContainerName>
    </AssemblyKeyContainerName>
    <AssemblyName>Puma.Xml</AssemblyName>
    <AssemblyOriginatorKeyFile>
    </AssemblyOriginatorKeyFile>
    <DefaultClientScript>JScript</DefaultClientScript>
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
    <DelaySign>false</DelaySign>
    <OutputType>Library</OutputType>
    <RootNamespace>Puma.Xml</RootNamespace>
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
    <StartupObject>
    </StartupObject>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <OutputPath>bin\Debug\</OutputPath>
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    <BaseAddress>285212672</BaseAddress>
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    <ConfigurationOverrideFile>
    </ConfigurationOverrideFile>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DocumentationFile>
    </DocumentationFile>
    <DebugSymbols>true</DebugSymbols>
    <FileAlignment>4096</FileAlignment>
    <NoStdLib>false</NoStdLib>
    <NoWarn>
    </NoWarn>
    <Optimize>false</Optimize>
    <RegisterForComInterop>false</RegisterForComInterop>
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <WarningLevel>4</WarningLevel>
    <DebugType>full</DebugType>
    <ErrorReport>prompt</ErrorReport>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <OutputPath>bin\Release\</OutputPath>
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    <BaseAddress>285212672</BaseAddress>
    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    <ConfigurationOverrideFile>
    </ConfigurationOverrideFile>
    <DefineConstants>TRACE</DefineConstants>
    <DocumentationFile>
    </DocumentationFile>
    <DebugSymbols>false</DebugSymbols>
    <FileAlignment>4096</FileAlignment>
    <NoStdLib>false</NoStdLib>
    <NoWarn>
    </NoWarn>
    <Optimize>true</Optimize>
    <RegisterForComInterop>false</RegisterForComInterop>
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    <WarningLevel>4</WarningLevel>
    <DebugType>none</DebugType>
    <ErrorReport>prompt</ErrorReport>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System">
      <Name>System</Name>
    </Reference>
    <Reference Include="System.Data">
      <Name>System.Data</Name>
    </Reference>
    <Reference Include="System.XML">
      <Name>System.XML</Name>
    </Reference>
    <ProjectReference Include="..\Puma.Collections\Puma.Collections.csproj">
      <Name>Puma.Collections</Name>
      <Project>{8316498E-9202-4824-89AA-4FE7C27D8146}</Project>
      <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
    </ProjectReference>
    <ProjectReference Include="..\Puma.Converters\Puma.Converters.csproj">
      <Project>{4CB0A7DD-B04F-47B4-ABEE-8E8BCF8B9B62}</Project>
      <Name>Puma.Converters</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AssemblyInfo.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.BinaryWriter.cs" />
    <Compile Include="Puma.Xml.ConstructParams.cs" />
    <Compile Include="Puma.Xml.XmlXsdNodeBuilder.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Main.cs" />
    <Compile Include="Puma.Xml.FragmentConstructor.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.NodeExtensible.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.ValueConstructor.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.XmlAttributeArray.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.XmlAttributesMS.cs" />
    <Compile Include="Puma.Xml.XmlDocument.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.XmlExceptions.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.XmlNode.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.XmlSimpleTypeRestriction.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.XmlValidatingReader.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.XmlXsdDocument.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.XmlXsdNode.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.XmlXsdNodeCollection.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.XmlXsdNodeCollectionFragment.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.XsdDocument.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.XsdNode.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.XsdSimpleType.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="Puma.Xml.XsdSimpleTypeRestrictions.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="TagExContainer.cs">
      <SubType>Code</SubType>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <Content Include="XML\PX_1.xml" />
  </ItemGroup>
  <ItemGroup>
    <None Include="XML\PX_1.xsd">
      <SubType>Designer</SubType>
    </None>
    <None Include="XML\PX_1.xsx">
      <DependentUpon>PX_1.xsd</DependentUpon>
    </None>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PreBuildEvent>
    </PreBuildEvent>
    <PostBuildEvent>
    </PostBuildEvent>
  </PropertyGroup>
</Project>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Russian Federation Russian Federation
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions