home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / XML Utilities / XML Writer 2.12 / XML writer.exe / file0036.bin < prev    next >
Encoding:
Text File  |  2003-04-14  |  5.8 KB  |  182 lines

  1. XML declaration
  2. <?xml version="" ?>
  3. XML declaration (including all attributes)
  4. <?xml version="" encoding="" standalone="" ?>
  5. schema declaration
  6. <schema></schema>
  7. schema declaration (including all attributes)
  8. <schema attributeFormDefault="" blockDefault="" elementFormDefault="" finalDefault="" id="" targetNamespace="" version="" xml:lang=""></schema>
  9. all
  10. <all></all>
  11. all (including all attributes)
  12. <all id="" maxOccurs="" minOccurs=""></all>
  13. annotation
  14. <annotation></annotation>
  15. annotation (including all attributes)
  16. <annotation id=""></annotation>
  17. any
  18. <any></any>
  19. any (including all attributes)
  20. <any id="" maxOccurs="" minOccurs="" namespace="" processContents=""></any>
  21. anyAttribute
  22. <anyAttribute></anyAttribute>
  23. anyAttribute (including all attributes)
  24. <anyAttribute id="" namespace="" processContents=""></anyAttribute>
  25. appinfo
  26. <appinfo></appinfo>
  27. appinfo (including all attributes)
  28. <appinfo source=""></appinfo>
  29. attribute
  30. <attribute></attribute>
  31. attribute (including all attributes)
  32. <attribute default="" fixed="" form="" id="" name="" ref="" type="" use=""></attribute>
  33. attributeGroup
  34. <attributeGroup ref=""></attributeGroup>
  35. attributeGroup (including all attributes)
  36. <attributeGroup id="" name="" ref=""></attributeGroup>
  37. choice
  38. <choice></choice>
  39. choice (including all attributes)
  40. <choice id="" maxOccurs="" minOccurs=""></choice>
  41. complexContent
  42. <complexContent></complexContent>
  43. complexContent (including all attributes)
  44. <complexContent id="" mixed=""></complexContent>
  45. complexType
  46. <complexType></complexType>
  47. complexType (including all attributes)
  48. <complexType abstract="" block="" final="" id="" mixed="" name=""></complexType>
  49. documentation
  50. <documentation></documentation>
  51. documentation (including all attributes)
  52. <documentation source="" xml:lang=""></documentation>
  53. duration
  54. <duration value=""></duration>
  55. duration (including all attributes)
  56. <duration id="" value="" fixed=""></duration>
  57. element
  58. <element></element>
  59. element (including all attributes)
  60. <element abstract="" block="" default="" final="" fixed="" form="" id="" maxOccurs="" minOccurs="" name="" nillable="" ref="" substitutionGroup="" type=""></element>
  61. encoding
  62. <encoding value=""></encoding>
  63. encoding (including all attributes)
  64. <encoding id="" value="" fixed=""></encoding>
  65. enumeration
  66. <enumeration value=""></enumeration>
  67. enumeration (including all attributes)
  68. <enumeration id="" value="" fixed=""></enumeration>
  69. extension
  70. <extension base=""></extension>
  71. extension (including all attributes)
  72. <extension base="" id=""></extension>
  73. field
  74. <field xpath=""></field>
  75. field (including all attributes)
  76. <field id="" xpath=""></field>
  77. group
  78. <group name=""></group>
  79. import
  80. <import></import>
  81. import (including all attributes)
  82. <import id="" namespace="" schemaLocation=""></import>
  83. include
  84. <include schemaLocation=""></include>
  85. include (including all attributes)
  86. <include id="" schemaLocation=""></include>
  87. length
  88. <length value=""></length>
  89. length (including all attributes)
  90. <length id="" value="" fixed=""></length>
  91. list
  92. <list></list>
  93. list (including all attributes)
  94. <list id="" itemType=""></list>
  95. key
  96. <key name=""></key>
  97. key (including all attributes)
  98. <key id="" name=""></key>
  99. keyref
  100. <keyref name="" refer=""></keyref>
  101. keyref (including all attributes)
  102. <keyref id="" name="" refer=""></keyref>
  103. maxExclusive
  104. <maxExclusive value=""></maxExclusive>
  105. maxExclusive (including all attributes)
  106. <maxExclusive id="" value="" fixed=""></maxExclusive>
  107. maxInclusive
  108. <maxInclusive value=""></maxInclusive>
  109. maxInclusive (including all attributes)
  110. <maxInclusive id="" value="" fixed=""></maxInclusive>
  111. maxLength
  112. <maxLength value=""></maxLength>
  113. maxLength (including all attributes)
  114. <maxLength id="" value="" fixed=""></maxLength>
  115. minExclusive
  116. <minExclusive value=""></minExclusive>
  117. minExclusive (including all attributes)
  118. <minExclusive id="" value="" fixed=""></minExclusive>
  119. minInclusive
  120. <minInclusive value=""></minInclusive>
  121. minInclusive (including all attributes)
  122. <minInclusive id="" value="" fixed=""></minInclusive>
  123. minLength
  124. <minLength value=""></minLength>
  125. minLength (including all attributes)
  126. <minLength id="" value="" fixed=""></minLength>
  127. notation
  128. <notation name="" public=""></notation>
  129. notation (including all attributes)
  130. <notation id="" name="" public="" system=""></notation>
  131. pattern
  132. <pattern value=""></pattern>
  133. pattern (including all attributes)
  134. <pattern id="" value="" fixed=""></pattern>
  135. period
  136. <period value=""></period>
  137. period (including all attributes)
  138. <period id="" value="" fixed=""></period>
  139. precision
  140. <precision value=""></precision>
  141. precision (including all attributes)
  142. <precision id="" value="" fixed=""></precision>
  143. redefine
  144. <redefine schemaLocation=""></redefine>
  145. redefine (including all attributes)
  146. <redefine id="" schemaLocation=""></redefine>
  147. restriction
  148. <restriction></restriction>
  149. restriction (including all attributes)
  150. <restriction id="" base=""></restriction>
  151. scale
  152. <scale value=""></scale>
  153. scale (including all attributes)
  154. <scale id="" value="" fixed=""></scale>
  155. selector
  156. <selector xpath=""></selector>
  157. selector (including all attributes)
  158. <selector id="" xpath=""></selector>
  159. sequence
  160. <sequence></sequence>
  161. sequence (including all attributes)
  162. <sequence id="" maxOccurs="" minOccurs=""></sequence>
  163. simpleContent
  164. <simpleContent></simpleContent>
  165. simpleContent (including all attributes)
  166. <simpleContent id=""></simpleContent>
  167. simpleType
  168. <simpleType></simpleType>
  169. simpleType (including all attributes)
  170. <simpleType final="" id="" name=""></simpleType>
  171. union
  172. <union></union>
  173. union (including all attributes)
  174. <union memberTypes="" id=""></union>
  175. unique
  176. <unique name=""></unique>
  177. unique (including all attributes)
  178. <unique id="" name=""></unique>
  179. whiteSpace
  180. <whiteSpace value=""></whiteSpace>
  181. whiteSpace (including all attributes)
  182. <whiteSpace id="" value="" fixed=""></whiteSpace>