OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   XML Schema - redefine

[ Lists Home | Date Index | Thread Index ]
  • To: <xml-dev@lists.xml.org>
  • Subject: XML Schema - redefine
  • From: "Morcom, Harvey" <Harvey.Morcom@KPMG.co.uk>
  • Date: Fri, 6 Feb 2004 14:52:24 -0000
  • Thread-index: AcPswNQxVdvyvzeGTpa4wnLZHvqKTw==
  • Thread-topic: XML Schema - redefine

Is it possible to use <redefine> to extend a simpleType using union? I have tried to achieve this using the approach below but with no luck, does anybody know where I am going wrong?

For example, 
Schema_A.xsd contains the simpleType
	<xsd:simpleType name="myString">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Football"/>
			<xsd:enumeration value="Rugby"/>
		</xsd:restriction>
	</xsd:simpleType>

Schema_B.xsd extends this datatype using union
	<xs:import namespace="http://foo/sports"; schemaLocation="Schema_C.xsd"/>
	<xsd:redefine schemaLocation="Schema_A.xsd">
		<xsd:simpleType name="myString">
			<xsd:union memberTypes="myString foo:Sports"/>
		</xsd:simpleType>
	</xsd:redefine>  

Schema_C.xsd contains the new dataType
	<xsd:simpleType name="Sports">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Elephant Wrestling"/>
		</xsd:restriction>
	</xsd:simpleType>

Thanks in advance
Harvey

> Harvey Morcom
> Knowledge Analyst
> harvey.morcom@kpmg.co.uk
> Tel: 782 8695 (020 7694 8695)
> 


		Email Disclaimer

This email has been sent from KPMG LLP, a UK limited
liability partnership, or from one of the companies within
its control (which include KPMG Audit Plc , KPMG United
Kingdom Plc and KPMG UK Limited). The information in
this email is confidential and may be legally privileged.
It is intended solely for the addressee.  Access to this
email by anyone else is unauthorised. If you are not the
intended recipient, any disclosure, copying, distribution
or any action taken or omitted to be taken in reliance on it,
 is prohibited and may be unlawful.  When addressed to
our clients any opinions or advice contained in this email
are subject to the terms and conditions expressed in the
governing KPMG client engagement letter.





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS