element <properties> (global)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<properties |
|
|
= |
xs:string |
|
= |
xs:NMTOKEN |
|
= |
xs:NMTOKENS |
|
= |
xs:string |
|
= |
xs:string |
|
= |
("50" | "60" | "70" | "80" | "90" | "100" | "110" | "120" | "140" | "160" | "180" | "200" | "-dita-use-conref-target") |
|
= |
("top" | "bottom" | "topbot" | "all" | "sides" | "none" | "-dita-use-conref-target") |
|
= |
("page" | "column" | "textline" | "-dita-use-conref-target") |
|
= |
xs:NMTOKEN |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string |
|
= |
("obsolete" | "deprecated" | "optional" | "default" | "low" | "normal" | "high" | "recommended" | "required" | "urgent" | "-dita-use-conref-target") |
|
= |
("new" | "changed" | "deleted" | "unchanged" | "-dita-use-conref-target") |
|
= |
("yes" | "no" | "-dita-use-conref-target") |
|
= |
xs:language |
|
= |
xs:string |
|
= |
xs:string |
|
= |
xs:string : "- topic/simpletable reference/properties " |
|
|
> |
|
|
</properties> |
Included in content model of elements (1):
-
Annotation
The <properties> element gives a list of properties for
the subject of the current topic, for example whether a class is public or protected.
Each property can include the type, value, and a description. The typical rendering is
usually in a table-like format. To represent multiple values for a type, just create
additional property elements and use only the <propvalue>
element (and <propdesc> when needed) for each successive
value.
Type Derivation Tree
complexType
|
XML Source (w/o annotations (1); see within schema source)
<xs:complexType>
<xs:complexContent>
<xs:extension base="properties.class">
<xs:attribute default="- topic/simpletable reference/properties " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|
Attribute Detail (all declarations; defined within this component only; 1/24)
-
Type: |
xs:string, predefined
|
Use: |
optional |
Attribute Value
Default: |
"- topic/simpletable reference/properties " |
XML Source (see within schema source)
<xs:attribute default="- topic/simpletable reference/properties " ref="class"/>
|