pub type ResourcePropertyValue = NodePropertyValue;
pub enum ResourcePropertyValue { IntValue(u32), StringValue(String), BoolValue(bool), EnumValue(String), // some variants omitted }