QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
author | ShortStringType | required | |||||
dir | TextDirectionsCV | optional | |||||
source | BooleanType | optional | |||||
timeStamp | DateTimeType | required | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:element name="NoteLine" maxOccurs="unbounded"> <xs:complexType> <xs:simpleContent> <xs:extension base="StringType.i18n"> <xs:attribute ref="timeStamp" use="required"/> <xs:attribute name="author" type="ShortStringType" use="required"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |