Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
modelica committed Jan 20, 2024
1 parent 710863b commit f2d7a6c
Show file tree
Hide file tree
Showing 15 changed files with 1,117 additions and 1,949 deletions.
Binary file modified static/docs/main/images/image27.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/docs/main/images/image38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/docs/main/images/image49.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/docs/main/images/image53.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/docs/main/images/image54.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/docs/main/images/image55.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/docs/main/images/image59.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/docs/main/images/image60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/docs/main/images/image61.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,746 changes: 833 additions & 1,913 deletions static/docs/main/index.html

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions static/docs/main/schema/SystemStructureCommon.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -556,4 +556,48 @@
</xs:choice>
</xs:group>

<xs:group name="GDimensions">
<xs:sequence>
<xs:element name="Dimension" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">
This optional element specifies one dimension of an array connector.
If no dimension elements are present in a connector, it is a scalar
connector. The number of dimension elements in a connector provides
the dimensionality of the array.

Either the size or the sizeConnector attributes CAN be present
on the element, indicating a fixed size, or a size that depends on
the structural parameter or constant referenced by the sizeConnector
attribute.

If none of the attributes are present, then the size of the dimension
is unspecified at the SSD level. If both attributes are present this
is considered an error.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="size" type="xs:unsignedLong" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">
This attribute gives the size of this dimension of the
connector as a fixed, unchangeable number.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="sizeConnector" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">
This attribute references another connector by name, that
gives the size of this dimension of the connector, e.g. a
structural parameter or a constant of the underlying
component that gives the dimension size.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:group>

</xs:schema>
36 changes: 36 additions & 0 deletions static/docs/main/schema/SystemStructureDescription.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,19 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="startIndices" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">
This optional attribute gives the list of indices of an
array connector that this connection is restricted to.
If not supplied this indicates that this connection
applies to the whole connector, not just a single element.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:list itemType="xs:unsignedLong"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="endElement" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">
Expand All @@ -478,6 +491,19 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="endIndices" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">
This optional attribute gives the list of indices of an
array connector that this connection is restricted to.
If not supplied this indicates that this connection
applies to the whole connector, not just a single element.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:list itemType="xs:unsignedLong"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="suppressUnitConversion" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation xml:lang="en">
Expand Down Expand Up @@ -602,6 +628,16 @@
</xs:documentation>
</xs:annotation>
</xs:group>
<xs:group ref="ssc:GDimensions">
<xs:annotation>
<xs:documentation xml:lang="en">
This optional sequence of elements specifies the dimensions of an
array connector. If no dimension elements are present in a
connector, it is a scalar connector. The number of dimension
elements in a connector providesthe dimensionality of the array.
</xs:documentation>
</xs:annotation>
</xs:group>
<xs:element name="ConnectorGeometry" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">
Expand Down
36 changes: 36 additions & 0 deletions static/docs/main/schema/SystemStructureDescription11.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,19 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="startIndices" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">
This optional attribute gives the list of indices of an
array connector that this connection is restricted to.
If not supplied this indicates that this connection
applies to the whole connector, not just a single element.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:list itemType="xs:unsignedLong"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="endElement" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">
Expand All @@ -475,6 +488,19 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="endIndices" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">
This optional attribute gives the list of indices of an
array connector that this connection is restricted to.
If not supplied this indicates that this connection
applies to the whole connector, not just a single element.
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:list itemType="xs:unsignedLong"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="suppressUnitConversion" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation xml:lang="en">
Expand Down Expand Up @@ -599,6 +625,16 @@
</xs:documentation>
</xs:annotation>
</xs:group>
<xs:group ref="ssc:GDimensions">
<xs:annotation>
<xs:documentation xml:lang="en">
This optional sequence of elements specifies the dimensions of an
array connector. If no dimension elements are present in a
connector, it is a scalar connector. The number of dimension
elements in a connector providesthe dimensionality of the array.
</xs:documentation>
</xs:annotation>
</xs:group>
<xs:element name="ConnectorGeometry" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">
Expand Down
Loading

0 comments on commit f2d7a6c

Please sign in to comment.