SlideShare une entreprise Scribd logo
1  sur  54
Session 2 DTDs and XML Schema Create by ChungLD faculty XML by Example / Bachkhoa – Aptech Computer Education /41
Objectives ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Definition of a DTD ,[object Object],[object Object],Create by Chungld faculty /41
Structure of DTD Create by Chungld faculty /41 Element Declarations Attribute Declarations Entity Declarations
Internal DTD Declaration ,[object Object],Create by Chungld faculty /41 Internal DTDs
External DTD Declaration ,[object Object],Create by Chungld faculty /41 External DTDs
Declaring Element ,[object Object],[object Object],Create by Chungld faculty /41
Example ,[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Declaring Elements Create by Chungld faculty /41
More on declaring elements Create by Chungld faculty /41
Declaring attributes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41 The attribute-value in a DTD declaration can have values as show in the table:
Default Example ,[object Object],[object Object],Create by Chungld faculty /41
#REQUIRED Example ,[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
#IMPLIED Example ,[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
#FIXED example ,[object Object],[object Object],[object Object],Create by Chungld faculty /41
Enumerated Attribute Values ,[object Object],[object Object],[object Object],Create by Chungld faculty /41
Avoid using attributes? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
DTD - Entities ,[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Internal Entity Declaration ,[object Object],[object Object],[object Object],Create by Chungld faculty /41
External Entity Declaration ,[object Object],Create by Chungld faculty /34
DTD Example Create by Chungld faculty /41 Click  and see
XML Schema Create by Chungld faculty /41
What is an XML Schema? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Need for Schema ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Comparing DTDs with Schemas ,[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41 DTD Schema <!ELEMENT>  declaration xsd:element  element <!ATTLIST>  declaration xsd:attribute  element <!ENTITY>  declaration n/a #PCDATA  content xsd:string  type n/a other data types
Advantages of XML Schemas over DTD ,[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41 Click and see
How to write an XML Schema ,[object Object],[object Object],Create by Chungld faculty /41 Click and see
XML Schemas Support Data Types ,[object Object],[object Object],[object Object],Create by Chungld faculty /41
XML Schemas Support Data Types… ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Schema Vocabulary ,[object Object],Create by Chungld faculty /41 <?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?> <xsd:schema xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; targetNamespace=&quot;http:// aptech .com&quot;  xmlns=&quot;http:// aptech .com&quot; elementFormDefault=&quot;qualified&quot;>
Schema Vocabulary… ,[object Object],Create by Chungld faculty /41 <mail xmlns=&quot;http://aptech.com&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation=&quot;http://aptech.com mail.xsd&quot;>
XSD Simple Elements ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Default and Fixed Values for Simple Elements ,[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
XSD Attributes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Default and Fixed Values for Attributes ,[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Optional and Required Attributes ,[object Object],Create by Chungld faculty /41
User-defined simple types ,[object Object],Create by Chungld faculty /41
Restrictions on Values ,[object Object],[object Object],Create by Chungld faculty /41
Restrictions on a Set of Values ,[object Object],[object Object],Create by Chungld faculty /41
Restriction by pattern ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Restrictions on Length ,[object Object],[object Object],Create by Chungld faculty /41
Restrictions on Whitespace Characters ,[object Object],[object Object],[object Object],Create by Chungld faculty /41
Restrictions on Whitespace Characters… ,[object Object],[object Object],Create by Chungld faculty /41
Restrictions on Whitespace Characters… ,[object Object],[object Object],Create by Chungld faculty /41
Working with complex  types ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
How to Define a Complex Element ,[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Complex Empty Elements ,[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Complex Types Containing Elements Only ,[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Complex Text-Only Elements ,[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Complex Types with Mixed Content ,[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Defining number of element occurrences ,[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
minOccurs and maxOccurs Create by Chungld faculty /41 Click and see
Grouping Constructs… ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Create by Chungld faculty /41
Summary and workshop Create by Chungld faculty /41

Contenu connexe

Tendances (19)

XML and DTD
XML and DTDXML and DTD
XML and DTD
 
Xml
XmlXml
Xml
 
4 xml namespaces and xml schema
4   xml namespaces and xml schema4   xml namespaces and xml schema
4 xml namespaces and xml schema
 
Document Type Definition
Document Type DefinitionDocument Type Definition
Document Type Definition
 
Xml dtd
Xml dtdXml dtd
Xml dtd
 
DTD
DTDDTD
DTD
 
Xml For Dummies Chapter 8 Understanding And Using Dt Ds it-slideshares.blog...
Xml For Dummies   Chapter 8 Understanding And Using Dt Ds it-slideshares.blog...Xml For Dummies   Chapter 8 Understanding And Using Dt Ds it-slideshares.blog...
Xml For Dummies Chapter 8 Understanding And Using Dt Ds it-slideshares.blog...
 
Xml dtd
Xml dtdXml dtd
Xml dtd
 
Session 1
Session 1Session 1
Session 1
 
Introduction to XML
Introduction to XMLIntroduction to XML
Introduction to XML
 
Xml Java
Xml JavaXml Java
Xml Java
 
XML Schema
XML SchemaXML Schema
XML Schema
 
It8074 soa-unit i
It8074 soa-unit iIt8074 soa-unit i
It8074 soa-unit i
 
Chen's first test slides
Chen's first test slidesChen's first test slides
Chen's first test slides
 
Chen test paper20abcdeftfdfd
Chen test paper20abcdeftfdfdChen test paper20abcdeftfdfd
Chen test paper20abcdeftfdfd
 
XML, DTD & XSD Overview
XML, DTD & XSD OverviewXML, DTD & XSD Overview
XML, DTD & XSD Overview
 
XML Introduction
XML IntroductionXML Introduction
XML Introduction
 
Xml2
Xml2Xml2
Xml2
 
Introduction to xml
Introduction to xmlIntroduction to xml
Introduction to xml
 

Similaire à Session 2

Test for an issue
Test for an issueTest for an issue
Test for an issue
techweb08
 
Web Services Part 1
Web Services Part 1Web Services Part 1
Web Services Part 1
patinijava
 
10. XML in DBMS
10. XML in DBMS10. XML in DBMS
10. XML in DBMS
koolkampus
 
02. session 02 working with html elements
02. session 02   working with html elements02. session 02   working with html elements
02. session 02 working with html elements
Phúc Đỗ
 
Jungahan web presentation
Jungahan web presentationJungahan web presentation
Jungahan web presentation
garden8an
 

Similaire à Session 2 (20)

Test for an issue
Test for an issueTest for an issue
Test for an issue
 
2-DTD.ppt
2-DTD.ppt2-DTD.ppt
2-DTD.ppt
 
Web Services Part 1
Web Services Part 1Web Services Part 1
Web Services Part 1
 
Unit iv xml
Unit iv xmlUnit iv xml
Unit iv xml
 
Csphtp1 18
Csphtp1 18Csphtp1 18
Csphtp1 18
 
Everything You Always Wanted To Know About XML But Were Afraid To Ask
Everything You Always Wanted To Know About XML But Were Afraid To AskEverything You Always Wanted To Know About XML But Were Afraid To Ask
Everything You Always Wanted To Know About XML But Were Afraid To Ask
 
it8074-soa-uniti-.pdf
it8074-soa-uniti-.pdfit8074-soa-uniti-.pdf
it8074-soa-uniti-.pdf
 
Encoded Archival Description (EAD)
Encoded Archival Description (EAD) Encoded Archival Description (EAD)
Encoded Archival Description (EAD)
 
Xml and Co.
Xml and Co.Xml and Co.
Xml and Co.
 
Xml sasidhar
Xml  sasidharXml  sasidhar
Xml sasidhar
 
10. XML in DBMS
10. XML in DBMS10. XML in DBMS
10. XML in DBMS
 
What is xml
What is xmlWhat is xml
What is xml
 
DOM Quick Overview
DOM Quick OverviewDOM Quick Overview
DOM Quick Overview
 
Significant Characteristics In Planets Manfred Thaller
Significant Characteristics In Planets Manfred ThallerSignificant Characteristics In Planets Manfred Thaller
Significant Characteristics In Planets Manfred Thaller
 
It8074 soa-unit i
It8074 soa-unit iIt8074 soa-unit i
It8074 soa-unit i
 
Digital + Container List
Digital + Container ListDigital + Container List
Digital + Container List
 
02. session 02 working with html elements
02. session 02   working with html elements02. session 02   working with html elements
02. session 02 working with html elements
 
Jungahan web presentation
Jungahan web presentationJungahan web presentation
Jungahan web presentation
 
Relax NG, a Schema Language for XML
Relax NG, a Schema Language for XMLRelax NG, a Schema Language for XML
Relax NG, a Schema Language for XML
 
Xml11
Xml11Xml11
Xml11
 

Dernier

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Dernier (20)

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 

Session 2