| 123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <xsd:schema targetNamespace="http://schemas.microsoft.com/office/infopath/2003/myXSD/2012-12-27T03:44:41" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:my="http://schemas.microsoft.com/office/infopath/2003/myXSD/2012-12-27T03:44:41" xmlns:xd="http://schemas.microsoft.com/office/infopath/2003" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:element name="myFields">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element ref="my:EU单号" minOccurs="0"/>
- <xsd:element ref="my:制度类别" minOccurs="0"/>
- <xsd:element ref="my:制定目的" minOccurs="0"/>
- <xsd:element ref="my:公司负责人意见" minOccurs="0"/>
- <xsd:element ref="my:表单记录" minOccurs="0"/>
- <xsd:element ref="my:明细条例" minOccurs="0"/>
- <xsd:element ref="my:部门经理意见" minOccurs="0"/>
- </xsd:sequence>
- <xsd:anyAttribute processContents="lax" namespace="http://www.w3.org/XML/1998/namespace"/>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="EU单号" type="xsd:string"/>
- <xsd:element name="制度类别" type="xsd:string"/>
- <xsd:element name="制定目的" type="xsd:string"/>
- <xsd:element name="公司负责人意见" type="xsd:string"/>
- <xsd:element name="表单记录" type="xsd:string"/>
- <xsd:element name="明细条例" type="xsd:string"/>
- <xsd:element name="部门经理意见" type="xsd:string"/>
- </xsd:schema>
|