blob: 646a3f6e215ab63b75a8907ccf3632f7bbbff3f5 [file] [log] [blame]
module IdRefInTypeDef2 {
namespace "http://org/IdRefInTypeDef2";
prefix id-ref-in-type-2;
identity id4 {
description "base identity";
}
identity id3 {
base id4;
}
typedef value {
type identityref {
base id3;
}
}
}