SlideShare una empresa de Scribd logo
1 de 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

Más contenido relacionado

La actualidad más candente (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
 

Similar a 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
 

Similar a 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
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
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
 

Último (20)

Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
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
 
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
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
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
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
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
 
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
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
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
 
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
 

Session 2