|
Note: To enable character data to appear between the
child-element of "letter", the mixed attribute must be set to
"true". The <xs:sequence> tag mean that the elements defined
(name, orderid and shipdate) must appear in that order inside a
"letter" element.
We could also give the complexType element as a
name, and let the "letter" element have a type attribute that
refers to the name of the complexType (if you use this method,
several elements can refer to the same complex type):
|