Rev

Blame | Last modification | View Log | Download | SVN | Bug Tracker

module oma_xml_xdm_common_policy {
  import from XSDAUX language "TTCN-3:2009" all; 

  type record EmptyType {
  }

  type record AnchorType {
    XSDAUX.anyURI anc optional,
    record of record {
      charstring name,
      anytype value_
    } anyAttributes optional
  }

  type record External_list {
    record of AnchorType entry optional
  }

}
with {
  encode "SupplementaryServices";
}