Skip to content
Snippets Groups Projects
Commit c00c4520 authored by Jeno Attila Balasko's avatar Jeno Attila Balasko Committed by Gerrit Code Review
Browse files

Merge "Added tests for xsd2ttcn modification"

parents cf94032b c4cd6284
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,16 @@ type Start_list List_ref length(4);
type XSD.String Info;
type XSD.AnyURI ID;
type record TypeWithIDs
{
XSD.ID id1,
XSD.ID id2
};
}
with {
encode "XML";
......
......@@ -64,4 +64,15 @@
<xsd:restriction base='xsd:string'/>
</xsd:simpleType>
<simpleType name="ID">
<restriction base="xsd:anyURI" />
</simpleType>
<complexType name="TypeWithIDs">
<sequence>
<element name="id1" type="this:ID" />
<element name="id2" type="xsd:ID" />
</sequence>
</complexType>
</xsd:schema>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment