Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The top-level element in a Journal note XML file.
Definition
<xs:element name="JournalDocument">
<xs:complexType>
<xs:sequence>
<xs:element name="Stationery" type="StationeryType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="JournalPage" type="JournalPageType" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="Version" type="xs:string" use="required" fixed="1.0" />
<xs:attribute name="DefaultPageWidth" type="xs:nonNegativeInteger" use="required" />
<xs:attribute name="DefaultPageHeight" type="xs:nonNegativeInteger" use="required" />
</xs:complexType>
</xs:element>/>
Parent Elements
None.
Child Elements
Attributes
| Attribute | Type | Required | Description | Possible Values |
|---|---|---|---|---|
| Version | xs:string | Required | The version of the Journal document represented in the XML file. | 1.0 |
| DefaultPageWidth | xs:nonNegativeInteger | Required | The default width of the page for the Journal document. | Any non-negative integer. |
| DefaultPageHeight | xs:nonNegativeInteger | Required | The default height of the page for the Journal document. | Any non-negative integer. |
Element Information
| Element | Value |
|---|---|
| Element type | JournalDocument |
| Namespace | urn:schemas-microsoft-com:tabletpc:richink |
| Schema name | Journal Reader |