Skip to content
Snippets Groups Projects
Commit c4cd6284 authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Added tests for xsd2ttcn modification


Change-Id: I39371c5cec432805de3e1b1155b8a11c54acfeef
Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent f76158be
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