openesb-components/ojc-core/encodersl/encoder-custom/test/data/c068-import.xsd

33 lines
1.3 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:enc="urn:com.sun:encoder" xmlns:tns="http://xml.netbeans.org/schema/test" targetNamespace="http://xml.netbeans.org/schema/test" elementFormDefault="qualified">
<xsd:include schemaLocation="c068.xsd"/>
<xsd:annotation>
<xsd:appinfo source="urn:com.sun:encoder">
<enc:encoding name="Custom Encoding" namespace="urn:com.sun:encoder-custom-1.0" style="customencoder-1.0"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType name="listB">
<xsd:sequence>
<xsd:element name="dataB1" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="urn:com.sun:encoder"/>
</xsd:annotation>
</xsd:element>
<xsd:element name="dataB2" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="urn:com.sun:encoder"/>
</xsd:annotation>
</xsd:element>
<xsd:element name="nextB" type="tns:listA">
<xsd:annotation>
<xsd:appinfo source="urn:com.sun:encoder">
<urn:nodeProperties xmlns:urn="urn:com.sun:encoder-custom-1.0">
<urn:nodeType>group</urn:nodeType>
</urn:nodeProperties>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>