<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://wbex.ru/index.php?action=history&amp;feed=atom&amp;title=XML%2FXML_Schema%2Fany</id>
		<title>XML/XML Schema/any - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://wbex.ru/index.php?action=history&amp;feed=atom&amp;title=XML%2FXML_Schema%2Fany"/>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=XML/XML_Schema/any&amp;action=history"/>
		<updated>2026-04-05T12:07:22Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://wbex.ru/index.php?title=XML/XML_Schema/any&amp;diff=10181&amp;oldid=prev</id>
		<title>Admin: 1 версия</title>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=XML/XML_Schema/any&amp;diff=10181&amp;oldid=prev"/>
				<updated>2010-05-26T08:26:06Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 08:26, 26 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>http://wbex.ru/index.php?title=XML/XML_Schema/any&amp;diff=10180&amp;oldid=prev</id>
		<title> в 18:22, 25 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://wbex.ru/index.php?title=XML/XML_Schema/any&amp;diff=10180&amp;oldid=prev"/>
				<updated>2010-05-25T18:22:29Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==xsd:sequence with xsd:any==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   &lt;br /&gt;
  &amp;lt;!-- start source code --&amp;gt;&lt;br /&gt;
   &lt;br /&gt;
    &amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
            &lt;br /&gt;
File: Data.xml&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;addr:address xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;br /&gt;
  xsi:schemaLocation=&amp;quot;http://www.wbex.ru Schema.xsd&amp;quot;&lt;br /&gt;
  xmlns:addr=&amp;quot;http://www.wbex.ru&amp;quot; addr:language=&amp;quot;en&amp;quot;&lt;br /&gt;
  addr:ssn=&amp;quot;123-45-6789&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;fullName&amp;gt;&lt;br /&gt;
    &amp;lt;first&amp;gt;first&amp;lt;/first&amp;gt;&lt;br /&gt;
    &amp;lt;middle&amp;gt;middle&amp;lt;/middle&amp;gt;&lt;br /&gt;
    &amp;lt;last&amp;gt;last&amp;lt;/last&amp;gt;&lt;br /&gt;
  &amp;lt;/fullName&amp;gt;&lt;br /&gt;
  &amp;lt;contacts&amp;gt;&lt;br /&gt;
    &amp;lt;phone addr:location=&amp;quot;home&amp;quot; addr:number=&amp;quot;111.222.3333&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;/contacts&amp;gt;&lt;br /&gt;
&amp;lt;/addr:address&amp;gt;&lt;br /&gt;
File: Schema.xsd&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xsd:schema xmlns:xsd=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&lt;br /&gt;
  targetNamespace=&amp;quot;http://www.wbex.ru&amp;quot;&lt;br /&gt;
  xmlns:addr=&amp;quot;http://www.wbex.ru&amp;quot;&lt;br /&gt;
  attributeFormDefault=&amp;quot;qualified&amp;quot;&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
 &amp;lt;xsd:complexType name=&amp;quot;nameComponent&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xsd:simpleContent&amp;gt;&lt;br /&gt;
    &amp;lt;xsd:extension base=&amp;quot;addr:nameString&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/xsd:simpleContent&amp;gt;&lt;br /&gt;
 &amp;lt;/xsd:complexType&amp;gt;&lt;br /&gt;
 &amp;lt;xsd:complexType name=&amp;quot;nameList&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xsd:simpleContent&amp;gt;&lt;br /&gt;
    &amp;lt;xsd:extension base=&amp;quot;addr:nameListType&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/xsd:simpleContent&amp;gt;&lt;br /&gt;
 &amp;lt;/xsd:complexType&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;xsd:simpleType name=&amp;quot;nameListType&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xsd:list itemType=&amp;quot;addr:nameString&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/xsd:simpleType&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;xsd:simpleType name=&amp;quot;nameString&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xsd:restriction base=&amp;quot;xsd:string&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsd:maxLength value=&amp;quot;50&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/xsd:restriction&amp;gt;&lt;br /&gt;
 &amp;lt;/xsd:simpleType&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;xsd:simpleType name=&amp;quot;ssn&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xsd:restriction base=&amp;quot;xsd:string&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsd:pattern value=&amp;quot;\d\d\d-\d\d-\d\d\d\d&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/xsd:restriction&amp;gt;&lt;br /&gt;
 &amp;lt;/xsd:simpleType&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;xsd:attributeGroup name=&amp;quot;nationality&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xsd:attribute name=&amp;quot;language&amp;quot; type=&amp;quot;xsd:language&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/xsd:attributeGroup&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
  &amp;lt;xsd:complexType name=&amp;quot;contactsType&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsd:sequence&amp;gt;&lt;br /&gt;
      &amp;lt;xsd:element name=&amp;quot;phone&amp;quot; minOccurs=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;xsd:complexType&amp;gt;&lt;br /&gt;
          &amp;lt;xsd:complexContent&amp;gt;&lt;br /&gt;
            &amp;lt;xsd:restriction base=&amp;quot;xsd:anyType&amp;quot;&amp;gt;&lt;br /&gt;
              &amp;lt;xsd:attribute name=&amp;quot;location&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xsd:simpleType&amp;gt;&lt;br /&gt;
                  &amp;lt;xsd:union memberTypes=&amp;quot;addr:locationType xsd:NMTOKEN&amp;quot;/&amp;gt;&lt;br /&gt;
                &amp;lt;/xsd:simpleType&amp;gt;&lt;br /&gt;
              &amp;lt;/xsd:attribute&amp;gt;&lt;br /&gt;
              &amp;lt;xsd:attribute name=&amp;quot;number&amp;quot; type=&amp;quot;xsd:string&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;/xsd:restriction&amp;gt;&lt;br /&gt;
          &amp;lt;/xsd:complexContent&amp;gt;&lt;br /&gt;
        &amp;lt;/xsd:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;/xsd:element&amp;gt;&lt;br /&gt;
    &amp;lt;/xsd:sequence&amp;gt;&lt;br /&gt;
  &amp;lt;/xsd:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;xsd:simpleType name=&amp;quot;locationType&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsd:restriction base=&amp;quot;xsd:string&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;xsd:enumeration value=&amp;quot;work&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsd:enumeration value=&amp;quot;home&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsd:enumeration value=&amp;quot;mobile&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsd:restriction&amp;gt;      &lt;br /&gt;
  &amp;lt;/xsd:simpleType&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
   &lt;br /&gt;
 &amp;lt;xsd:element name=&amp;quot;address&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xsd:complexType&amp;gt;&lt;br /&gt;
    &amp;lt;xsd:sequence&amp;gt;&lt;br /&gt;
      &amp;lt;xsd:element name=&amp;quot;fullName&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;xsd:complexType&amp;gt;&lt;br /&gt;
          &amp;lt;xsd:sequence&amp;gt;&lt;br /&gt;
            &amp;lt;xsd:element name=&amp;quot;first&amp;quot; type=&amp;quot;addr:nameComponent&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;xsd:element name=&amp;quot;middle&amp;quot; type=&amp;quot;addr:nameList&amp;quot; minOccurs=&amp;quot;0&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;xsd:element name=&amp;quot;last&amp;quot; type=&amp;quot;addr:nameComponent&amp;quot;/&amp;gt;&lt;br /&gt;
          &amp;lt;/xsd:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;/xsd:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;/xsd:element&amp;gt;&lt;br /&gt;
      &amp;lt;xsd:element name=&amp;quot;contacts&amp;quot; type=&amp;quot;addr:contactsType&amp;quot; minOccurs=&amp;quot;0&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsd:element name=&amp;quot;notes&amp;quot; minOccurs=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;xsd:complexType&amp;gt;&lt;br /&gt;
          &amp;lt;xsd:sequence&amp;gt;&lt;br /&gt;
            &amp;lt;xsd:any namespace=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&lt;br /&gt;
                 minOccurs=&amp;quot;0&amp;quot; maxOccurs=&amp;quot;unbounded&amp;quot;&lt;br /&gt;
                 processContents=&amp;quot;skip&amp;quot;/&amp;gt;&lt;br /&gt;
          &amp;lt;/xsd:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;/xsd:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;/xsd:element&amp;gt;&lt;br /&gt;
    &amp;lt;/xsd:sequence&amp;gt;&lt;br /&gt;
  &amp;lt;xsd:attributeGroup ref=&amp;quot;addr:nationality&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;xsd:attribute name=&amp;quot;ssn&amp;quot; type=&amp;quot;addr:ssn&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/xsd:complexType&amp;gt;&lt;br /&gt;
 &amp;lt;/xsd:element&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;/xsd:schema&amp;gt;&lt;br /&gt;
 &amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
			</entry>

	</feed>