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_sequence_xml_120463_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2009-04-01  |  1KB  |  30 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="" -->sequence</Title>
  6.     <Author>Microsoft Corporation</Author>
  7.     <Shortcut>elsequence</Shortcut>
  8.     <Description>
  9.       <!-- _locID_text="description" _locComment="" -->XML snippet for XSD complexType element with XSD sequence</Description>
  10.     <SnippetTypes>
  11.       <SnippetType>SurroundsWith</SnippetType>
  12.       <SnippetType>Expansion</SnippetType>
  13.     </SnippetTypes>
  14.   </Header>
  15.   <Snippet>
  16.     <Declarations>
  17.       <Literal>
  18.         <ID>name</ID>
  19.         <ToolTip>
  20.           <!-- _locID_text="tooltip" _locComment="" -->Name of the element.</ToolTip>
  21.         <Default>name</Default>
  22.       </Literal>
  23.     </Declarations>
  24.     <Code Language="XML"><![CDATA[<xsd:element name="$name$" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  25.     <xsd:complexType>
  26.     <xsd:sequence>$selected$$end$</xsd:sequence>
  27.     </xsd:complexType>
  28.     </xsd:element>]]></Code>
  29.   </Snippet>
  30. </CodeSnippet>