home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / InfoPath.en-us / InfLR.cab / FL_enum_xml_120475_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2009-04-01  |  1KB  |  40 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <CodeSnippet Format="1.0.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  3.   <Header>
  4.     <Title>
  5.       <!-- _locID_text="title" _locComment="" -->enumeration</Title>
  6.     <Author>Microsoft Corporation</Author>
  7.     <Shortcut>stenum</Shortcut>
  8.     <Description>
  9.       <!-- _locID_text="description" _locComment="" -->XML snippet for XSD simpleType enumeration</Description>
  10.     <SnippetTypes>
  11.       <SnippetType>SurroundsWith</SnippetType>
  12.       <SnippetType>Expansion</SnippetType>
  13.     </SnippetTypes>
  14.   </Header>
  15.   <Snippet>
  16.     <Declarations>
  17.       <Literal Editable="false">
  18.         <ID>prefix</ID>
  19.         <Function>LookupPrefix("http://www.w3.org/2001/XMLSchema")</Function>
  20.       </Literal>
  21.       <Literal>
  22.         <ID>name</ID>
  23.         <Default>name</Default>
  24.       </Literal>
  25.       <Literal>
  26.         <ID>type</ID>
  27.         <Default>string</Default>
  28.       </Literal>
  29.       <Literal>
  30.         <ID>value</ID>
  31.         <Default>value</Default>
  32.       </Literal>
  33.     </Declarations>
  34.     <Code Language="XML"><![CDATA[<xsd:simpleType name="$name$" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  35.     <xsd:restriction base="$prefix$$type$">
  36.     <xsd:enumeration value="$value$"/>$selected$$end$
  37.     </xsd:restriction>
  38.     </xsd:simpleType>]]></Code>
  39.   </Snippet>
  40. </CodeSnippet>