Changeset 68 for Xml/Release
- Timestamp:
- 07/18/07 16:13:34 (17 months ago)
- Location:
- Xml/Release
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
Xml/Release/SPW.xsd
r54 r68 34 34 </xsd:annotation> 35 35 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 45 36 <xsd:element name="Plate"> 46 37 <xsd:annotation> … … 78 69 </xsd:annotation> 79 70 </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. 85 75 </xsd:documentation> 86 76 </xsd:annotation> … … 181 171 <xsd:attribute name="ID" use="required" type="ScreenID"/> 182 172 <xsd:attribute name="Name" use="required" type="xsd:string"/> 183 <xsd:attribute name="ProtocolIdentifier" type=" ExternDBref">173 <xsd:attribute name="ProtocolIdentifier" type="xsd:string"> 184 174 <xsd:annotation> 185 175 <xsd:documentation> … … 317 307 <xsd:annotation> 318 308 <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. 320 310 </xsd:documentation> 321 311 </xsd:annotation> … … 365 355 </xsd:annotation> 366 356 </xsd:attribute> 367 <xsd:attribute name="PosX" type="xsd: integer">357 <xsd:attribute name="PosX" type="xsd:float"> 368 358 <xsd:annotation> 369 359 <xsd:documentation> … … 372 362 </xsd:annotation> 373 363 </xsd:attribute> 374 <xsd:attribute name="PosY" type="xsd: integer">364 <xsd:attribute name="PosY" type="xsd:float"> 375 365 <xsd:annotation> 376 366 <xsd:documentation> -
Xml/Release/ome.xsd
r54 r68 962 962 <xsd:documentation> 963 963 Just some free-form text to describe Images, Screens and Projects. 964 The content model is ANY, which means that en entire XML sub-document can be placed here.964 The content model is ANY, which means that an entire XML sub-document can be placed here. 965 965 </xsd:documentation> 966 966 </xsd:annotation>
