Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TDocumentation complex type defines the contents of the Documentation element. The Documentation element provides information about an object that is defined in the parent element that contains the Documentation element.
The TDocumentation complex type is defined in the schema as follows.
-
<xs:complexType name="TDocumentation"> <xs:sequence> <xs:element name="Summary" type="xs:string" minOccurs="0" maxOccurs="1" /> </xs:sequence> </xs:complexType>
The element that is defined by the TDocumentation complex type is specified in the following table.
|
Element |
Description |
|---|---|
|
Summary |
A description of a parent element's object. |