Module erlsom_type2xsd

Data Types

form()

form() = any()

result of erl_parse:parse_form()

option()

option() = {target_namespace, {uri(), prefix()}}

prefix()

prefix() = string()

uri()

uri() = string()

Function Index

file/2
file/3
test/0
test/1
translate_forms/2
type_to_xsd/2
type_to_xsd/3

Function Details

file/2

file(Hrl_file, Xsd_file) -> any()

file/3

file(Hrl_file, Xsd_file, Options) -> any()

test/0

test() -> any()

test/1

test(Options) -> any()

translate_forms/2

translate_forms(XSD_forms::form(), Options::[option()]) -> #schemaType{}

type_to_xsd/2

type_to_xsd(String, XsdFile) -> any()

type_to_xsd/3

type_to_xsd(String, XsdFile, Options) -> any()


Generated by EDoc