public void SchemaAssociationWithPrefixConvertedToString()
        {
            XmlSchemaFileAssociation schemaAssocation = new XmlSchemaFileAssociation(".xml", "namespaceUri", "prefix");

            Assert.AreEqual(".xml|namespaceUri|prefix", schemaAssocation.ToString());
        }