-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debugging documentation build: add annotation for cuboid again
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10773,10 +10773,10 @@ [email protected] | |
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>Cuboid</ddue:para> | ||
<ddue:para>cst2DType</ddue:para> | ||
</ddue:summary> | ||
<ddue:remarks> | ||
<ddue:para>A cuboid is defined with a default volume of 1m3.</ddue:para> | ||
<ddue:para/> | ||
</ddue:remarks> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
|
@@ -10844,6 +10844,18 @@ [email protected] | |
</xsd:complexType> | ||
|
||
<xsd:complexType name="cuboidType"> | ||
<xsd:annotation> | ||
<xsd:appinfo> | ||
<sd:schemaDoc> | ||
<ddue:summary> | ||
<ddue:para>Cuboid</ddue:para> | ||
</ddue:summary> | ||
<ddue:remarks> | ||
<ddue:para>A cuboid is defined with a default volume of 1m3.</ddue:para> | ||
</ddue:remarks> | ||
</sd:schemaDoc> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
<xsd:complexContent> | ||
<xsd:extension base="complexBaseType"> | ||
<xsd:all> | ||
|