Changeset 27
- Timestamp:
- Apr 28, 2008 5:32:58 PM (13 years ago)
- Location:
- 1dwg/trunk
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
1dwg/trunk/IgorPro/ISIS_SANS_Example.xml
r21 r27 169 169 </SASsource> 170 170 <SAScollimation name="fixed"> 171 < distance unit="m"> 10.995</distance>171 <length unit="m"> 10.995</length> 172 172 <aperture name="A2" type="pinhole"> 173 173 <size> -
1dwg/trunk/IgorPro/W1W2.XML
r22 r27 169 169 </SASsource> 170 170 <SAScollimation name="fixed"> 171 < distance unit="m"> 10.995 </distance>171 <length unit="m"> 10.995 </length> 172 172 <aperture name="A2" type="pinhole"> 173 173 <size> … … 380 380 </SASsource> 381 381 <SAScollimation name="fixed"> 382 < distance unit="m"> 10.995 </distance>382 <length unit="m"> 10.995 </length> 383 383 <aperture name="A2" type="pinhole"> 384 384 <size> -
1dwg/trunk/IgorPro/cansasXML.ipf
r22 r27 313 313 collimationPath = CS_correctedXpathStr(SAScollimationList[i]) 314 314 CS_appendMetaData("collimation_name"+suffix, collimationPath+CS_XPath_NS("/@name"), "") 315 CS_appendMetaData("collimation_ distance"+suffix, collimationPath+CS_XPath_NS("/distance"), "")316 CS_appendMetaData("collimation_ distance_unit"+suffix, collimationPath+CS_XPath_NS("/distance/@unit"), "")315 CS_appendMetaData("collimation_length"+suffix, collimationPath+CS_XPath_NS("/length"), "") 316 CS_appendMetaData("collimation_length_unit"+suffix, collimationPath+CS_XPath_NS("/length/@unit"), "") 317 317 CS_appendMetaData("collimation_aperture_name"+suffix, collimationPath+CS_XPath_NS("/aperture/@name"), "") 318 318 CS_appendMetaData("collimation_aperture_type"+suffix, collimationPath+CS_XPath_NS("/aperture/type"), "") -
1dwg/trunk/IgorPro/ill_sasxml_example.xml
r21 r27 99 99 </SASsource> 100 100 <SAScollimation> 101 < distance unit="m">11.200</distance>101 <length unit="m">11.200</length> 102 102 </SAScollimation> 103 103 <SASdetector> -
1dwg/trunk/IgorPro/isis_sasxml_example.xml
r21 r27 166 166 </SASsource> 167 167 <SAScollimation> 168 < distance unit="m">11.000</distance>168 <length unit="m">11.000</length> 169 169 </SAScollimation> 170 170 <SASdetector> -
1dwg/trunk/IgorPro/r586.xml
r21 r27 71 71 </SASsource> 72 72 <SAScollimation> 73 < distance unit="m">10.000</distance>73 <length unit="m">10.000</length> 74 74 </SAScollimation> 75 75 <SASdetector> -
1dwg/trunk/IgorPro/r597.xml
r21 r27 73 73 </SASsource> 74 74 <SAScollimation> 75 < distance unit="m">34.000</distance>75 <length unit="m">34.000</length> 76 76 </SAScollimation> 77 77 <SASdetector> -
1dwg/trunk/IgorPro/xg009036_001.xml
r22 r27 101 101 </SASsource> 102 102 <SAScollimation> 103 <distance unit="m">5.60</distance>104 103 <aperture name="source" type="disc"> 105 104 <size> … … 107 106 <y unit="mm">0.00</y> 108 107 </size> 108 <distance unit="m">5.60</distance> 109 109 </aperture> 110 </SAScollimation>111 <SAScollimation>112 <distance unit="m">0</distance>113 110 <aperture name="sample" type="disc"> 114 111 <size> … … 116 113 <y unit="mm">0.00</y> 117 114 </size> 115 <distance unit="m">0</distance> 118 116 </aperture> 119 117 </SAScollimation> -
1dwg/trunk/cansas1d-template.xml
r26 r27 93 93 </SASsource> 94 94 <SAScollimation name="this name is optional"> 95 < distance unit="mm">255.0</distance>95 <length unit="mm">255.0</length> 96 96 <aperture name="source" type="radius"> 97 97 <size> -
1dwg/trunk/cansas1d.xsd
r26 r27 347 347 </annotation> 348 348 </element> 349 <xsd:any minOccurs="0" maxOccurs="unbounded" 350 processContents="skip" namespace="##other"> 351 <annotation> 352 <documentation> 353 <DT> 354 /cs:SASroot/cs:SASentry/cs:SASdata/cs:Idata/_any_; 355 </DT> 356 <DD> 357 [0..inf] Provision at this point for any 358 element to be entered that is not part of 359 the canSAS standard. Use a 360 '''xmlns="some-simple-identification-string"''' 361 to identify that this is a ''foreign 362 element.'' 363 </DD> 364 </documentation> 365 </annotation> 366 </xsd:any> 349 367 </sequence> 350 368 </complexType> … … 626 644 <documentation> 627 645 <DT> 628 /cs:SASroot/cs:SASentry/cs:SASsample/ <any>646 /cs:SASroot/cs:SASentry/cs:SASsample/_any_; 629 647 </DT> 630 648 <DD> … … 774 792 <documentation> 775 793 <DT> 776 /cs:SASroot/cs:SASentry/cs:SASprocess/cs:SASprocessnote/ <any>794 /cs:SASroot/cs:SASentry/cs:SASprocess/cs:SASprocessnote/_any_; 777 795 </DT> 778 796 <DD> … … 1030 1048 <complexType name="SAScollimationType"> 1031 1049 <sequence> 1032 <element name=" distance" minOccurs="0" maxOccurs="1"1050 <element name="length" minOccurs="0" maxOccurs="1" 1033 1051 type="tns:floatUnitType"> 1034 1052 <annotation> 1035 1053 <documentation> 1036 1054 <DT> 1037 /cs:SASroot/cs:SASentry/cs:SASinstrument/cs:SAScollimation/cs: distance1055 /cs:SASroot/cs:SASentry/cs:SASinstrument/cs:SAScollimation/cs:length 1038 1056 </DT> 1039 1057 <DD> … … 1043 1061 <documentation> 1044 1062 <DT> 1045 /cs:SASroot/cs:SASentry/cs:SASinstrument/cs:SAScollimation/cs: distance/@unit1046 </DT> 1047 <DD> 1048 [1..1] distancerequires a unit to be1063 /cs:SASroot/cs:SASentry/cs:SASinstrument/cs:SAScollimation/cs:length/@unit 1064 </DT> 1065 <DD> 1066 [1..1] length requires a unit to be 1049 1067 specified. (See @unit for details.) 1050 1068 </DD> … … 1701 1719 <documentation> 1702 1720 <DT> 1703 /cs:SASroot/cs:SASentry/ <any>1721 /cs:SASroot/cs:SASentry/_any_; 1704 1722 </DT> 1705 1723 <DD> … … 1735 1753 <documentation> 1736 1754 <DT> 1737 /cs:SASroot/cs:SASentry/ <any>1755 /cs:SASroot/cs:SASentry/_any_; 1738 1756 </DT> 1739 1757 <DD>
Note: See TracChangeset
for help on using the changeset viewer.