Description: |
This is a continuation of artf5847.
All FileSystem examples need to be checked because the order of the elements in the pseudo-schema was fixed to match the
real schema. This is irrespective of whether MountSource appears in the example.
For example, the FileSystemType often appears after Description or MountPoint and should be changed to be the first
element.
Current pseudo schema:
<FileSystem name=”xsd:NCName”>
<FileSystemType ... />?
<Description ... />?
<MountPoint ... />?
<DiskSpace ... />?
<xsd:any##other/>*
</FileSystem>*
(I've added this as a new issue rather than reverting artf5847 which is now closed.)
|