Skip to Main Content
XML and Related Technologies
book

XML and Related Technologies

by Atul kahate
May 2024
Beginner to intermediate content levelBeginner to intermediate
527 pages
17h 52m
English
Pearson India
Content preview from XML and Related Technologies
XML Schemas • 155
for these two elements separately, can we not combine this declaration? The answer is yes, and that is what
we mean by content model sharing or content model reuse.
The idea is simple. Rather than declaring ProjectType and SubordinateType, we would declare a single
type, let us say NameType (for want of a better name!) and use it for both projects and subordinates. This is
shown in Figure 4.17.
<?xml version = “1.0”?>
<xsd:schema xmlns:xsd = “http://www.w3.org/2001/XMLSchema”>
<xsd:element name = “EMPLOYEE” type = “EmpType”/>
<xsd:complexType name = “NameType”>
<xsd:sequence>
<xsd:element name = “NAME” type = “xsd:string”/> ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

XML Schema

XML Schema

Eric van der Vlist
XML in a Nutshell, 3rd Edition

XML in a Nutshell, 3rd Edition

Elliotte Rusty Harold, W. Scott Means
Beginning XML, 5th Edition

Beginning XML, 5th Edition

Danny Ayers, Liam R.E. Quin, Joe Fawcett

Publisher Resources

ISBN: 9781282652262