pub type ResourceObjectRef = SimpleContent<String, ResourceObjScheme>;Expand description
A network connection point or resource object reference (simpleContent).
Aliased Type§
pub struct ResourceObjectRef {
pub value: String,
pub coding_scheme: ResourceObjScheme,
}Fields§
§value: StringText content of the element.
coding_scheme: ResourceObjSchemeCoding scheme qualifier attribute.