Skip to content

Commit

Permalink
Fix propertyType name in DirectShear
Browse files Browse the repository at this point in the history
  • Loading branch information
dponti committed Nov 8, 2024
1 parent ff6f7b3 commit 4e00f58
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Geotechnical.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
<documentation>An object containing properties of a single trial within a direct shear test procedure.</documentation>
</annotation>
</element>
<complexType name="DirectShearTestTrialPropertyType">
<complexType name="DirectShearTestIncrementPropertyType">
<annotation>
<documentation>Property for DirectShearTestTrials, required parent element that holds
the multiple trials.</documentation>
Expand Down Expand Up @@ -528,12 +528,6 @@
consolidation increment prior to shearing.</documentation>
</annotation>
</element>
<element maxOccurs="unbounded" minOccurs="0"
name="shearingIncrementPeakStressStage"
type="diggs_geo:DirectShearTestTrialPropertyType"/>
<element maxOccurs="unbounded" minOccurs="0"
name="shearingIncrementResidualStressStage"
type="diggs_geo:DirectShearTestTrialPropertyType"/>
<element minOccurs="0" name="verticalDisplacementPriorToShearing"
type="eml:LengthMeasure">
<annotation>
Expand All @@ -553,6 +547,12 @@
stress.</documentation>
</annotation>
</element>
<element maxOccurs="unbounded" minOccurs="0"
name="shearingIncrementPeakStressStage"
type="diggs_geo:DirectShearTestIncrementPropertyType"/>
<element maxOccurs="unbounded" minOccurs="0"
name="shearingIncrementResidualStressStage"
type="diggs_geo:DirectShearTestIncrementPropertyType"/>
</sequence>
</extension>
</complexContent>
Expand Down

0 comments on commit 4e00f58

Please sign in to comment.