<?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
sivak, Use code tags. How to use code tag? 115 posts and another one.
i am helpless..plz send me the source code ..its very urgent plzzzzzzzzzzz
http://www.codeproject.com/KB/recipes/NIEM_IEPD2.aspx