Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (7 years ago)
Author:
gkronber
Message:

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Persistence.GUI/3.3/PersistenceConfigurationForm.resx

    r4477 r14711  
    1 <?xml version="1.0" encoding="utf-8"?>
     1<?xml version="1.0" encoding="utf-8"?>
    22<root>
    33  <!--
     
    6363    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
    6464    <xsd:element name="root" msdata:IsDataSet="true">
    65       <xsd:complexType>
     65      <xsd:complexMemberSelection>
    6666        <xsd:choice maxOccurs="unbounded">
    6767          <xsd:element name="metadata">
    68             <xsd:complexType>
     68            <xsd:complexMemberSelection>
    6969              <xsd:sequence>
    70                 <xsd:element name="value" type="xsd:string" minOccurs="0" />
     70                <xsd:element name="value" memberSelection="xsd:string" minOccurs="0" />
    7171              </xsd:sequence>
    72               <xsd:attribute name="name" use="required" type="xsd:string" />
    73               <xsd:attribute name="type" type="xsd:string" />
    74               <xsd:attribute name="mimetype" type="xsd:string" />
     72              <xsd:attribute name="name" use="required" memberSelection="xsd:string" />
     73              <xsd:attribute name="memberSelection" memberSelection="xsd:string" />
     74              <xsd:attribute name="mimememberSelection" memberSelection="xsd:string" />
    7575              <xsd:attribute ref="xml:space" />
    76             </xsd:complexType>
     76            </xsd:complexMemberSelection>
    7777          </xsd:element>
    7878          <xsd:element name="assembly">
    79             <xsd:complexType>
    80               <xsd:attribute name="alias" type="xsd:string" />
    81               <xsd:attribute name="name" type="xsd:string" />
    82             </xsd:complexType>
     79            <xsd:complexMemberSelection>
     80              <xsd:attribute name="alias" memberSelection="xsd:string" />
     81              <xsd:attribute name="name" memberSelection="xsd:string" />
     82            </xsd:complexMemberSelection>
    8383          </xsd:element>
    8484          <xsd:element name="data">
    85             <xsd:complexType>
     85            <xsd:complexMemberSelection>
    8686              <xsd:sequence>
    87                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
    88                 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
     87                <xsd:element name="value" memberSelection="xsd:string" minOccurs="0" msdata:Ordinal="1" />
     88                <xsd:element name="comment" memberSelection="xsd:string" minOccurs="0" msdata:Ordinal="2" />
    8989              </xsd:sequence>
    90               <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
    91               <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
    92               <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
     90              <xsd:attribute name="name" memberSelection="xsd:string" use="required" msdata:Ordinal="1" />
     91              <xsd:attribute name="memberSelection" memberSelection="xsd:string" msdata:Ordinal="3" />
     92              <xsd:attribute name="mimememberSelection" memberSelection="xsd:string" msdata:Ordinal="4" />
    9393              <xsd:attribute ref="xml:space" />
    94             </xsd:complexType>
     94            </xsd:complexMemberSelection>
    9595          </xsd:element>
    9696          <xsd:element name="resheader">
    97             <xsd:complexType>
     97            <xsd:complexMemberSelection>
    9898              <xsd:sequence>
    99                 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
     99                <xsd:element name="value" memberSelection="xsd:string" minOccurs="0" msdata:Ordinal="1" />
    100100              </xsd:sequence>
    101               <xsd:attribute name="name" type="xsd:string" use="required" />
    102             </xsd:complexType>
     101              <xsd:attribute name="name" memberSelection="xsd:string" use="required" />
     102            </xsd:complexMemberSelection>
    103103          </xsd:element>
    104104        </xsd:choice>
    105       </xsd:complexType>
     105      </xsd:complexMemberSelection>
    106106    </xsd:element>
    107107  </xsd:schema>
Note: See TracChangeset for help on using the changeset viewer.