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

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 68 for Xml/Working/SPW.xsd

Show
Ignore:
Timestamp:
07/18/07 16:13:34 (17 months ago)
Author:
andrew
Message:

Final changes to the SPW to remove ExternalDBRef
Adding the final version of the XSD to the web site

Files:
1 modified

  • Xml/Working/SPW.xsd (modified) (6 diffs)

Legend:

Unmodified
Added
Removed
  • Xml/Working/SPW.xsd

    r54 r68  
    3434    </xsd:annotation> 
    3535 
    36     <xsd:simpleType name="ExternDBref"> 
    37         <xsd:annotation> 
    38             <xsd:documentation> 
    39                                 A type based on string used to store a reference to an object in an external database.  
    40             </xsd:documentation> 
    41         </xsd:annotation> 
    42         <xsd:restriction base="xsd:string"/> 
    43     </xsd:simpleType> 
    44   
    4536    <xsd:element name="Plate"> 
    4637        <xsd:annotation> 
    … …  
    7869                    </xsd:annotation> 
    7970                        </xsd:attribute> 
    80             <xsd:attribute name="ExternRef" type="ExternDBref"> 
    81                 <xsd:annotation> 
    82                     <xsd:documentation> 
    83                                 The EternRef attribute may contain a reference to an external database. 
    84                                                 This is called ExternalIdentifier in the EA Diagrams 
     71            <xsd:attribute name="ExternalIdentifier" type="xsd:string"> 
     72                <xsd:annotation> 
     73                    <xsd:documentation> 
     74                        The ExternalIdentifier attribute may contain a reference to an external database. 
    8575                    </xsd:documentation> 
    8676                </xsd:annotation>        
    … …  
    181171            <xsd:attribute name="ID" use="required" type="ScreenID"/> 
    182172            <xsd:attribute name="Name" use="required" type="xsd:string"/> 
    183             <xsd:attribute name="ProtocolIdentifier" type="ExternDBref"> 
     173            <xsd:attribute name="ProtocolIdentifier" type="xsd:string"> 
    184174                                <xsd:annotation> 
    185175                                    <xsd:documentation> 
    … …  
    317307                <xsd:annotation> 
    318308                    <xsd:documentation> 
    319                                                 A pointer to an externally defined identifier for this plate. 
     309                        The ExternalIdentifier attribute may contain a reference to an external database. 
    320310                    </xsd:documentation> 
    321311                </xsd:annotation>            
    … …  
    365355                </xsd:annotation>      
    366356            </xsd:attribute> 
    367             <xsd:attribute name="PosX" type="xsd:integer"> 
     357            <xsd:attribute name="PosX" type="xsd:float"> 
    368358                <xsd:annotation> 
    369359                    <xsd:documentation> 
    … …  
    372362                </xsd:annotation> 
    373363            </xsd:attribute> 
    374             <xsd:attribute name="PosY" type="xsd:integer"> 
     364            <xsd:attribute name="PosY" type="xsd:float"> 
    375365                <xsd:annotation> 
    376366                    <xsd:documentation> 

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/