In An XML Schema. Say I already have a root element and this is a child element
<car type="firebird">1970 Red Firebird</car>
In an XML Schema how do I declare that attribute?
Also if I have more than one element and declare "minOccours" do I need to declare "maxOccours" also? I'm using this link as an example. XML Schema: how to have multiple identical elements?