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

86 lines
3.2 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xml.netbeans.org/schema/customenc" xmlns:enc="urn:com.sun:encoder" xmlns:tns="http://xml.netbeans.org/schema/customenc" elementFormDefault="qualified">
<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:element name="Root">
<xsd:annotation>
<xsd:appinfo source="urn:com.sun:encoder">
<urn:top xmlns:urn="urn:com.sun:encoder" xmlns:enc="urn:com.sun:encoder">true
</urn:top>
<urn:nodeProperties xmlns:urn="urn:com.sun:encoder-custom-1.0" xmlns:enc="urn:com.sun:encoder">
<urn:nodeType>group</urn:nodeType>
<urn:delimiterSet>
<urn:level>
<urn:delimiter>
<urn:kind>normal</urn:kind>
<urn:precedence>10</urn:precedence>
<urn:optionalMode>never</urn:optionalMode>
<urn:terminatorMode>never</urn:terminatorMode>
<urn:bytes>
<urn:constant>+++</urn:constant>
</urn:bytes>
</urn:delimiter>
<urn:delimiter>
<urn:kind>normal</urn:kind>
<urn:precedence>10</urn:precedence>
<urn:optionalMode>never</urn:optionalMode>
<urn:terminatorMode>never</urn:terminatorMode>
<urn:bytes>
<urn:constant>++</urn:constant>
</urn:bytes>
</urn:delimiter>
</urn:level>
</urn:delimiterSet>
</urn:nodeProperties>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="one">
<xsd:annotation>
<xsd:appinfo source="urn:com.sun:encoder"/>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
</xsd:element>
<xsd:element name="two">
<xsd:annotation>
<xsd:appinfo source="urn:com.sun:encoder"/>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
</xsd:element>
<xsd:element name="three" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="urn:com.sun:encoder"/>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
</xsd:element>
<xsd:element name="four" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="urn:com.sun:encoder"/>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
</xsd:element>
<xsd:element name="five" minOccurs="0">
<xsd:annotation>
<xsd:appinfo source="urn:com.sun:encoder"/>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>