| <?xml version="1.0" encoding="UTF-8"?> | |
| <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:emp"> | |
| <xsd:complexType name="simple-xml-format"> | |
| <xsd:sequence> | |
| <xsd:any minOccurs="0"/> | |
| </xsd:sequence> | |
| </xsd:complexType> | |
| </xsd:schema> |