blob: 9158ef6a57d961b48671ab496d2221afac120dfc [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" lengthKind="implicit"
textNumberRep="standard" representation="text" occursStopValue="-1" occursCountKind="expression" byteOrder="bigEndian"/>
</appinfo>
</annotation>
<!-- Binary with hexdecimal type -->
<element name="list">
<complexType>
<sequence>
<element name="x" type="xsd:hexBinary">
<annotation>
<appinfo source="http://www.ogf.org/dfdl/">
<dfdl:element representation="binary"
lengthKind="explicit"
length="4"/>
</appinfo>
</annotation>
</element>
<element name="y" type="xsd:hexBinary">
<annotation>
<appinfo source="http://www.ogf.org/dfdl/">
<dfdl:element representation="binary"
lengthKind="implicit"/>
</appinfo>
</annotation>
</element>
</sequence>
</complexType>
</element>
</schema>