Creating an XML document with more than 1 child element with XML schema
问题 I have come with an xml schema to create an xml document. The root node is movies . Now this root element has child elements called movie which contains other elements of a string type and every movie also has about three or four attributes. However after linking my XML document with the schema I am only able to create ONE movie node and no more than that. Here is my xml schema: <?xml version="1.0" encoding="UTF-8"?> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <!--root element