<?xml version="1.0" encoding="UTF-8"?> <company xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Schema/company.xsd"> <departments> <department short="a"> <name>A</name> </department> </departments> <employees> <employee ssn="213-55-3213" department="a"/> <!--Error: missing <commonName> --> </employees> </company> <?xmlTest points = "1" expectedToBeValid = "false" preconditionValid = "0300valid_minEmployee.xml" ?>