Newer
Older
Import / applications / MakePDF / Tests / exip-0.5.4 / tests / test-set / exip / NonBlockingStreaming.xsd
@John Ryland John Ryland on 22 Dec 2020 605 bytes import NUC files
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
		targetNamespace="non:blocking:check"
		xmlns:tns="non:blocking:check"
		elementFormDefault="unqualified">
		
	<element name="test">
		<complexType>
			<sequence>
				<element name="long-test" maxOccurs="unbounded">
					<complexType>
						<simpleContent>
							<extension base="string">
								<attribute name="sample-2" type="string"/>
							</extension>
						</simpleContent>
					</complexType>
				</element>
			</sequence>
			<attribute name="sample" type="string"/>
		</complexType>
	</element>
</schema>