• Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 145 for Xml/Working/AnalysisModule.xsd

Show
Ignore:
Timestamp:
02/05/08 16:47:29 (10 months ago)
Author:
andrew
Message:

Working changes as I am updating the schema

Files:
1 modified

  • Xml/Working/AnalysisModule.xsd (modified) (5 diffs)

Legend:

Unmodified
Added
Removed
  • Xml/Working/AnalysisModule.xsd

    r105 r145  
    6363                        <sequence> 
    6464                                <element ref = "AML:Entry" maxOccurs = "unbounded"/> 
    65                                 <element ref = "AML:Description" minOccurs = "0"/> 
     65                                <element ref = "OME:Description" minOccurs = "0"/> 
    6666                        </sequence> 
    6767                        <attribute name = "Name" use = "required"> 
    … …  
    8585                        <sequence> 
    8686                                <element ref = "AML:LookupTable" minOccurs = "0"/> 
    87                                 <element ref = "AML:Description" minOccurs = "0"/> 
     87                                <element ref = "OME:Description" minOccurs = "0"/> 
    8888                        </sequence> 
    8989                        <attribute name = "UserDefined" default = "false" type = "boolean"> 
    … …  
    131131                <complexType> 
    132132                        <sequence> 
    133                                 <element ref = "AML:Description" minOccurs = "0"/> 
     133                                <element ref = "OME:Description" minOccurs = "0"/> 
    134134                        </sequence> 
    135135                        <attribute name = "IBelongTo"> 
    … …  
    200200                <complexType> 
    201201                        <sequence> 
    202                                 <element ref = "AML:Description" minOccurs = "0"/> 
     202                                <element ref = "OME:Description" minOccurs = "0"/> 
    203203                                <element ref = "AML:Declaration"/> 
    204204                                <choice minOccurs = "0"> 
    … …  
    419419                </restriction> 
    420420        </simpleType> 
    421         <element name = "Description" type = "string"> 
    422                 <annotation> 
    423                         <documentation> 
    424                                 Just some free-form text to describe Images, Screens and Projects. 
    425                                 The content model is ANY, which means that en entire XML sub-document can be placed here. 
    426                         </documentation> 
    427                 </annotation> 
    428         </element> 
    429421        <element name = "Category"> 
    430422                <complexType> 
    431423                        <sequence> 
    432                                 <element ref = "AML:Description"/> 
     424                                <element ref = "OME:Description"/> 
    433425                        </sequence> 
    434426                        <attribute name = "Path" use = "required"> 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/