⚲
Project
Profile
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Search
:
Projects
All Projects
Help
Tour this page
Frequent Planio Questions
Learning Resources
Sign in
Register
Switch Planio account
Open in Planio App
Share current page
Saxon
Overview
Roadmap
Issues
Calendar
Blog
Documents
Forums
Files
Repository
Download (608 Bytes)
Bug #6057
» first.xsd
Khalil Rahmouni
, 2023-06-01 18:43
<?xml version="1.0" encoding="ISO-8859-1"?>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns=
"http://meinnamespace.meinefirma.de"
targetNamespace=
"http://meinnamespace.meinefirma.de"
elementFormDefault=
"qualified"
>
<xs:import
namespace=
"http://www.example.org/simple"
schemaLocation=
"simple.xsd"
/>
<xs:element
name=
"MeinRootElement"
>
<xs:complexType>
<xs:sequence>
<xs:element
name=
"MeinUnterElement"
type=
"xs:string"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
« Previous
1
2
3
4
Next »
(3-3/4)
Loading...