Project

Profile

Help

Support #4911 » schemaB.xsd

Octavian Nadolu, 2021-02-17 08:20

 
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" elementFormDefault="qualified"
targetNamespace="http://www.namespace.2" xmlns:ns2="http://www.namespace.2">
<xs:complexType name="TypeB">
<xs:sequence>
<xs:element maxOccurs="unbounded" name="child" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
(2-2/3)