Skip to content

Commit

Permalink
fix documentation; fix cargoContainer's externalGeometry definition
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder committed Nov 24, 2024
1 parent 183bad6 commit b7f260f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4973,7 +4973,7 @@ [email protected]
<xsd:complexType>
<xsd:choice>
<xsd:element name="containerGeometry" type="cargoContainerGeometryType"/>
<xsd:element name="genericGeometryComponent" type="genericGeometryComponentType"/>
<xsd:element name="externalGeometry" type="externalGeometryType"/>
<xsd:element name="boundingBox" type="boundingBoxType"/>
</xsd:choice>
</xsd:complexType>
Expand Down Expand Up @@ -12597,12 +12597,12 @@ [email protected]
</xsd:element>
<xsd:element name="b" minOccurs="0" type="doubleBaseType">
<xsd:annotation>
<xsd:documentation>a: Radius in y-direction [m] (if not defined: equals a)</xsd:documentation>
<xsd:documentation>b: Radius in y-direction [m] (if not defined: equals a)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="c" minOccurs="0" type="doubleBaseType">
<xsd:annotation>
<xsd:documentation>a: Radius in z-direction [m] (if not defined: equals a)</xsd:documentation>
<xsd:documentation>c: Radius in z-direction [m] (if not defined: equals a)</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:all>
Expand Down

0 comments on commit b7f260f

Please sign in to comment.