The element Include references a Rubric, which shall be included in the current Rubric. EXAMPLE<Class code="A00"> <Rubric id="r123" kind="preferred"> <Label xml:lang="en">Incision of ear</Label> </Rubric> </Class> <Class code="A00.0"> <Rubric kind="preferred"> <Label xml:lang="en"> <Include rubric="r123"/>external ear</Label> </Rubric> </Class>displayed as: A00 Incision of ear A00.0 Incision of ear: external ear |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
class | optional |
|
|||||
rubric | xs:IDREF | required |
|
Element Group | rubric.complex |
Elements | Cell, ListItem |
<xs:element name="Include"> <xs:annotation> <xs:documentation xml:lang="en-US">The element Include references a Rubric, which shall be included in the current Rubric. EXAMPLE <Class code="A00"> <Rubric id="r123" kind="preferred"> <Label xml:lang="en">Incision of ear</Label> </Rubric> </Class> <Class code="A00.0"> <Rubric kind="preferred"> <Label xml:lang="en"> <Include rubric="r123"/>external ear</Label> </Rubric> </Class>displayed as: A00 Incision of ear A00.0 Incision of ear: external ear</xs:documentation> </xs:annotation> <xs:complexType> <xs:attributeGroup ref="attlist.Include"/> </xs:complexType> </xs:element> |