merge the comments of this changeset with the two prior: 13178-9, clarify that Facility is not a recommended group

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@13180 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
jemian
2011-07-17 03:09:24 +00:00
parent b7c8b95ee2
commit fc45965709

View File

@@ -25,7 +25,15 @@
<xs:element name="NXroot" >
<xs:complexType>
<xs:sequence>
<xs:element ref="Facility" minOccurs="0"/> <!-- not recommended for new projects -->
<xs:element ref="Facility" minOccurs="0">
<xs:annotation>
<xs:documentation>
Facility is a legacy group from APS's CCDImageServer.
It is not a NeXus group and is used only by some custom at APS.
Not recommended for new projects.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="NXentry" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="name" type="type_NeXus_name" />