文件操作 - ComponentTree.xsd
返回文件管理
返回主菜单
删除本文件
文件: /opt/dell/srvadmin/lib64/openmanage/apache-tomcat/webapps/omsa/oma/docs/ComponentTree.xsd
编辑文件内容
<?xml version="1.0" encoding="UTF-8"?> <xsd:schema targetNamespace="http://www.dell.com" xmlns:xsd="http://www.w3.org/2000/10/XMLSchema" xmlns="http://www.dell.com" elementFormDefault="qualified"> <xsd:element name="ComponentTree"> <xsd:complexType> <xsd:sequence> <xsd:element ref="Component" minOccurs="0" maxOccurs="100"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="Component"> <xsd:complexType> <xsd:sequence> <xsd:element ref="SNBMenuItem" minOccurs="0" maxOccurs="50"/> <xsd:element ref="Component" minOccurs="0" maxOccurs="100"/> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required"/> <xsd:attribute name="help" type="xsd:string" use="optional"/> <xsd:attribute name="display" type="xsd:string" use="optional"/> </xsd:complexType> </xsd:element> <xsd:element name="SNBMenuItem"> <xsd:complexType> <xsd:sequence> <xsd:element ref="LSNBMenuItem" minOccurs="0" maxOccurs="50"/> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required"/> <xsd:attribute name="display" type="xsd:string" use="optional"/> <xsd:attribute name="href" type="xsd:string" use="optional"/> <xsd:attribute name="help" type="xsd:string" use="optional"/> <xsd:attribute name="default" type="xsd:boolean" use="optional"/> </xsd:complexType> </xsd:element> <xsd:element name="LSNBMenuItem"> <xsd:complexType> <xsd:attribute name="name" type="xsd:string" use="required"/> <xsd:attribute name="display" type="xsd:string" use="optional"/> <xsd:attribute name="href" type="xsd:string" use="optional"/> <xsd:attribute name="help" type="xsd:string" use="optional"/> <xsd:attribute name="default" type="xsd:boolean" use="optional"/> </xsd:complexType> </xsd:element> </xsd:schema>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件