<?xml version="1.0" encoding="UTF-8"?> <schema xmlns-"http://www.w3.org/2001/XMLSchema">
I typically give my namespace a name e.g. xsd <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
this allows me to have particular elements in that namespace i.e. <xsd:element name="first_name">texttexttext</xsd:element>
Name (required)
Mail (will not be published) (required)
Website
Advertising | Contact Us | PrivacyCopyright © Learn XML. All Rights Reserved.
I typically give my namespace a name e.g. xsd
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
this allows me to have particular elements in that namespace
i.e. <xsd:element name="first_name">texttexttext</xsd:element>