blob: d7a8dce26c6cab678c819724798561f56731bde7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.ogf.org/dfdl/dfdl-1.0/XMLSchemaSubset"
targetNamespace="http://www.example.org/example1/"
xmlns:dfdl="http://www.ogf.org/dfdl/dfdl-1.0/"
xmlns:xsd="http://www.ogf.org/dfdl/dfdl-1.0/XMLSchemaSubset"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
<annotation>
<appinfo source="http://www.ogf.org/dfdl/dfdl-1.0/">
<dfdl:format separator="" initiator="" terminator="" emptyValueDelimiterPolicy="none"
textNumberRep="standard" representation="text" occursStopValue="-1" occursCountKind="expression"/>
</appinfo>
</annotation>
<!-- Text boolean -->
<element name="list">
<complexType>
<sequence>
<element name="x" type="xsd:boolean" maxOccurs="unbounded"
dfdl:separator=","
dfdl:terminator="%NL;"
dfdl:textBooleanTrueRep="yes Y 1"
dfdl:textBooleanFalseRep="no N 0"/>
<element name="y" type="xsd:boolean" maxOccurs="unbounded"
dfdl:separator=","
dfdl:terminator="%NL;"
dfdl:textBooleanTrueRep="{ 1*10 }"
dfdl:textBooleanFalseRep="{'a b c'}"/>
</sequence>
</complexType>
</element>
</schema>