You are on page 1of 1

ANS 11) <? xml version = "1.

0" encoding = "UTF-8">

<! DOCTYPE Voter_Information

[ <! Element Voter_information (Id, Name, Address, Date_of_birth)>

  <! Element Id (#PCDATA)>

  <! Element Name (#PCDATA)>

  <! Element Address (#PCDATA)>

  <! Element Date_of_birth (#PCDATA)>

]>

<Voter_Information>

  <Id> Voter Id = FGK99567 </Id>

  <Name> Voter Name = Mohan Kumar </Name>

  <Address> Address = Assam </Address>

  <Date_of_birth> Date of birth = 05-03-1991 </Date_of_birth>

</Voter_Information>

You might also like