blob: 18cf6fefb4ce1431430d0789e652fc1d8defeeff [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:tns="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"
>
<!-- Text number properties -->
<element name="list" type="tns:example1" />
<complexType name="example1">
<sequence>
<element name="x" type="xsd:decimal" maxOccurs="unbounded"
dfdl:lengthKind="delimited"
dfdl:separator="***"
dfdl:terminator="%NL;"
dfdl:textNumberRep="standard"
dfdl:textNumberJustification="right"
dfdl:textNumberPadCharacter="%WSP;"
dfdl:textStandardBase="10"
dfdl:textNumberPattern="###,###.##;-###,###.##"
dfdl:textStandardDecimalSeparator="!"
dfdl:textStandardGroupingSeparator="#"
dfdl:textStandardInfinityRep="INFINITO"
dfdl:textStandardNaNRep="NNN"
dfdl:textStandardZeroRep="ZERO NA NIL"
dfdl:ignoreCase="yes"/>
<element name="y" type="xsd:decimal" maxOccurs="unbounded"
dfdl:lengthKind="delimited"
dfdl:separator="***"
dfdl:terminator="%NL;"
dfdl:textNumberRep="standard"
dfdl:textNumberJustification="right"
dfdl:textNumberPadCharacter="%WSP;"
dfdl:textStandardBase="16"/>
<element name="z" type="xsd:float" maxOccurs="unbounded"
dfdl:lengthKind="delimited"
dfdl:separator="***"
dfdl:terminator="%NL;"
dfdl:textNumberJustification="right"
dfdl:textNumberPadCharacter="%WSP;"/>
</sequence>
</complexType>
</schema>