Next in thread →
Next in month →
Re: [xml-dev] XSD - Difference between element ref and element type
the 'type' attribute is a reference to a simple or complex type declaration whereas the 'ref' attribute references a global element declaration
Fraser.
On 01/08/07, Valsalan, Unnikrishnan <[email protected]> wrote:
Hi experts,
Could someone here please explain me the difference between these two
ways of defining elements,
<xsd:element name="aggregateElement" type="base:baseType"/>
<xsd:element ref="base:baseElement"/>
The only difference that I could understand is the one specified in this
article [1], which says that during an import,
elements created with ref retains the Namespace of the schema from which
it is imported.
That seams to be an obvious difference. I am not clear on when to use
*type=* style and when to use *ref=* style.
Thanks in advance for any help,
Regards,
Unni.
[1] -
http://developers.sun.com/jsenterprise/nb_enterprise_pack/reference/tech
art/namespaces2.html
_______________________________________________________________________
XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.
[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: [email protected]
subscribe: [email protected]
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
Next in thread →
Next in month →