This abstract type describes the information associated with a document provided by a DTM. The FdtDocumentType is formally described in Table 17.
Table 17 – FdtDocumentType Definition
Attribute |
Value |
||||
BrowseName |
FdtDocumentType |
||||
IsAbstract |
True |
||||
References |
Node Class |
BrowseName |
DataType |
TypeDefinition |
Other |
Subtype of 0:BaseObjectType |
|||||
0:HasProperty |
Variable |
Classification |
DocumentClassification |
0:PropertyType |
M |
0:HasProperty |
Variable |
Help |
0:String |
0:PropertyType |
O |
0:HasProperty |
Variable |
Language |
0:String |
0:PropertyType |
O |
0:HasProperty |
Variable |
MediaType |
0:String |
0:PropertyType |
M |
0:HasProperty |
Variable |
SemanticInfo |
SemanticInfoType |
0:PropertyType |
O |
The FdtDocumentType is an abstract type and cannot be used directly.
The MIME type of document is identified by the MediaType property of each Variable.
This is a type for representing documents, which are provided as files. It is formally defined in Table 18.
Table 18 – FdtDocumentFile Definition
Attribute |
Value |
||||
BrowseName |
FdtDocumentFile |
||||
IsAbstract |
False |
||||
References |
Node Class |
BrowseName |
DataType |
TypeDefinition |
Other |
Subtype of FdtDocumentType |
|||||
0:HasComponent |
Object |
File |
|
0:FileType |
M |
The FdtDocumentFile is a concrete type and can be used directly.
The document may be retrieved from the server by using the methods related to the object of type FileType.
This is a type for representing documents, which are provided as URL. It is formally defined in Table 19.
Table 19 – FdtDocumentUrl Definition
Attribute |
Value |
||||
BrowseName |
FdtDocumentUrl |
||||
IsAbstract |
False |
||||
References |
Node Class |
BrowseName |
DataType |
TypeDefinition |
Other |
Subtype of FdtDocumentType |
|||||
0:HasProperty |
Variable |
URL |
0:String |
0:PropertyType |
M |
The FdtDocumentUrl is a concrete type and can be used directly.
The actual document may be retrieved by the Client from the URL.