The root element of a record. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
color | dotml:color | optional | ||||
fillcolor | dotml:color | optional | ||||
fontcolor | dotml:color | optional | ||||
fontname | xs:string | optional | ||||
fontsize | xs:decimal | optional | ||||
height | xs:decimal | optional | ||||
style | dotml:style | optional | ||||
width | xs:decimal | optional |
<xs:complexType name="record-node"> <xs:annotation> <xs:documentation>The root element of a record.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="dotml:record"> <xs:attributeGroup ref="dotml:node-and-record-attributes"/> </xs:extension> </xs:complexContent> </xs:complexType> |