myschema.xsd 1.4 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <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">
  3. <xsd:element name="myFields">
  4. <xsd:complexType>
  5. <xsd:sequence>
  6. <xsd:element ref="my:EU单号" minOccurs="0"/>
  7. <xsd:element ref="my:制度类别" minOccurs="0"/>
  8. <xsd:element ref="my:制定目的" minOccurs="0"/>
  9. <xsd:element ref="my:公司负责人意见" minOccurs="0"/>
  10. <xsd:element ref="my:表单记录" minOccurs="0"/>
  11. <xsd:element ref="my:明细条例" minOccurs="0"/>
  12. <xsd:element ref="my:部门经理意见" minOccurs="0"/>
  13. </xsd:sequence>
  14. <xsd:anyAttribute processContents="lax" namespace="http://www.w3.org/XML/1998/namespace"/>
  15. </xsd:complexType>
  16. </xsd:element>
  17. <xsd:element name="EU单号" type="xsd:string"/>
  18. <xsd:element name="制度类别" type="xsd:string"/>
  19. <xsd:element name="制定目的" type="xsd:string"/>
  20. <xsd:element name="公司负责人意见" type="xsd:string"/>
  21. <xsd:element name="表单记录" type="xsd:string"/>
  22. <xsd:element name="明细条例" type="xsd:string"/>
  23. <xsd:element name="部门经理意见" type="xsd:string"/>
  24. </xsd:schema>