<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
         
   <xs:element name="Person">
               <xs:complexType>
                  <xs:sequence>
                   
  <xs:element name="PersonGivenName" type="xs:string"/>
                    
 <xs:element name="PersonSurName" type="xs:string"/>
                  
   <xs:element name="StreetFullText" type="xs:string" minOccurs="0"/>
                     
<xs:element name="LocationCityName" type="xs:string" minOccurs="0"/>
                    
 <xs:element name="LocationStateName" type="xs:string" minOccurs="0"/>
                   
 <xs:element name="LocationPostalCodeID" type="xs:string" minOccurs="0"/>
                    
 <xs:element name="ContactEmailID" type="xs:string" minOccurs="0"/>
                   
  <xs:element name="TelephoneNumberFullID" type="xs:string" minOccurs="0"/>
                  </xs:sequence>
               </xs:complexType>
            </xs:element>
</xs:schema>

this is my schema file ...i want the tast applications with source code by using this schema file along with NIEM STANDARDS..can anyone send me the code ..its urgent plz

kvprajapati commented: Arrogant poster. -1
sknake commented: You should know to use code tags by now +0

Recommended Answers

All 3 Replies

i am helpless..plz send me the source code ..its very urgent plzzzzzzzzzzz

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.