<?xml version="1.0" encoding="utf-8"?>
<CodeSnippet Format="1.0.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  <Header>
    <Title>
      <!-- _locID_text="schema" _locComment="" -->Schema</Title>
    <Author>Microsoft Corporation</Author>
    <Shortcut>schema</Shortcut>
    <Description>
      <!-- _locID_text="description" _locComment="" -->用于 XSD 架构的扩展代码段</Description>
    <SnippetTypes>
      <SnippetType>Expansion</SnippetType>
      <SnippetType>SurroundsWith</SnippetType>
    </SnippetTypes>
  </Header>
  <Snippet>
    <Declarations>
      <Literal>
        <ID>namespace</ID>
        <ToolTip>
          <!-- _locID_text="tooltips" _locComment="" -->架构目标命名空间。</ToolTip>
        <Default>http://schemas.mycompany.com/myproduct/version/area</Default>
      </Literal>
    </Declarations>
    <Code Language="XML"><![CDATA[<xs:schema targetNamespace="$namespace$"
           xmlns="$namespace$"
           elementFormDefault="qualified"
           attributeFormDefault="unqualified"
           xmlns:xs="http://www.w3.org/2001/XMLSchema">$selected$$end$</xs:schema>]]></Code>
  </Snippet>
</CodeSnippet>
