Skip to content

Commit

Permalink
Minor updates to Kernel and Piling schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
dponti committed Dec 6, 2024
1 parent 4e00f58 commit 462f75e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Kernel.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,7 @@
</annotation>
</element>
<complexType name="AssociatedFilePropertyType">
<sequence minOccurs="0">
<sequence minOccurs="1">
<element ref="diggs:AssociatedFile" maxOccurs="1" minOccurs="1"> </element>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
Expand Down
7 changes: 6 additions & 1 deletion Piling.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
</extension>
</complexContent>
</complexType>
<element name="SteelPipePile" substitutionGroup="diggs:AbstractSamplingFeature"
<element name="SteelPipePile" substitutionGroup="diggs:AbstractLinearSamplingFeature"
type="diggs:SteelPipePileType">
<annotation>
<documentation>A SteelPipePile object, including all its properties.</documentation>
Expand Down Expand Up @@ -1589,4 +1589,9 @@
<simpleType name="RecordTypeEnumExtType">
<union memberTypes="diggs:RecordTypeEnumType diggs:OtherNameType"/>
</simpleType>
<element name="VibrationRecord" substitutionGroup="gml:AbstractCoverage">
<annotation>
<documentation>Stub - not yet implemented</documentation>
</annotation>
</element>
</schema>

0 comments on commit 462f75e

Please sign in to comment.