Skip to content

Commit

Permalink
Added missing shear stage elements to DirectShear
Browse files Browse the repository at this point in the history
  • Loading branch information
dponti committed Nov 8, 2024
1 parent 6b3a95e commit ff6f7b3
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions Geotechnical.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -481,12 +481,34 @@
<documentation>Failure/residual strength criterion used.</documentation>
</annotation>
</element>
<element minOccurs="0" name="HorizDisplPeakShear" type="eml:LengthMeasure">
<annotation>
<documentation>Horizontal displacement at peak shear
stress.</documentation>
</annotation>
</element>
<element minOccurs="0" name="HorizDisplResidualShear" type="eml:LengthMeasure">
<annotation>
<documentation>Horizontal displacement at residual shear
stress.</documentation>
</annotation>
</element>
<element minOccurs="0" name="normalForcePriorToShearing" type="eml:ForceMeasure">
<annotation>
<documentation>Normal (or axial) load on specimen following final
consolidation increment prior to shearing.</documentation>
</annotation>
</element>
<element minOccurs="0" name="normalStressApplied" type="eml:PressureMeasure">
<annotation>
<documentation>Normal stress applied to specimen.</documentation>
</annotation>
</element>
<element minOccurs="0" name="peakShearStress" type="eml:PressureMeasure">
<annotation>
<documentation>Peak shear stress during this trial.</documentation>
</annotation>
</element>
<element minOccurs="0" name="relativeLaterallDisplacementPriorToShearing"
type="eml:LengthPerLengthMeasure">
<annotation>
Expand All @@ -495,6 +517,11 @@
increment prior to shearing.</documentation>
</annotation>
</element>
<element minOccurs="0" name="residualShearStress" type="eml:PressureMeasure">
<annotation>
<documentation>Residual shear stress during this trial.</documentation>
</annotation>
</element>
<element minOccurs="0" name="shearForcePriorToShearing" type="eml:ForceMeasure">
<annotation>
<documentation>Initial shear force on specimen following final
Expand All @@ -514,6 +541,18 @@
consolidation increment prior to shearing</documentation>
</annotation>
</element>
<element minOccurs="0" name="VertDisplPeakShear" type="eml:LengthMeasure">
<annotation>
<documentation>Vertical displacement at peak shear
stress.</documentation>
</annotation>
</element>
<element minOccurs="0" name="VertDisplResidualShear" type="eml:LengthMeasure">
<annotation>
<documentation>Vertical displacement at residual shear
stress.</documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
Expand Down

0 comments on commit ff6f7b3

Please sign in to comment.