Gives information on a certain section of a document. 'name' is the name of the section. 'startPage' is the first page that contains this section in the document. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
name | ops:sectionNameType | required | ||||
start-page | xs:nonNegativeInteger | required |
Element | ops:document-instance |
<xs:element name="document-section"> <xs:annotation> <xs:documentation>Gives information on a certain section of a document. 'name' is the name of the section. 'startPage' is the first page that contains this section in the document.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="name" type="ops:sectionNameType" use="required"/> <xs:attribute name="start-page" type="xs:nonNegativeInteger" use="required"/> </xs:complexType> </xs:element> |