Skip to content

Commit

Permalink
Improved docs
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Mar 4, 2024
1 parent fcf501b commit b9ce7b0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions phive-ves-model/src/main/resources/schemas/ves/ves-1.0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,18 @@ Version: 2023-08-23
</xs:complexType>

<xs:complexType name="VesRequiresType">
<xs:annotation>
<xs:documentation>
Defines a "requires" dependency to a different VES
</xs:documentation>
</xs:annotation>
<xs:sequence>
<!-- Required references -->
<xs:group ref="VesCoordinateGroup"/>

<!-- Customization parameter -->
<xs:element name="namespaces" type="VesNamespaceListType" minOccurs="0"/>
<xs:element name="output" type="VesOutputType" minOccurs="0"/>
<xs:element name="namespaces" type="VesNamespaceListType" minOccurs="0" />
<xs:element name="output" type="VesOutputType" minOccurs="0" />
</xs:sequence>
<xs:attribute name="stopOnError" type="xs:boolean" default="true">
<xs:annotation>
Expand Down Expand Up @@ -424,7 +429,7 @@ Version: 2023-08-23

<xs:element name="requires" type="VesRequiresType" minOccurs="0">
<xs:annotation>
<xs:documentation>An optional reference to an existing validation artefact that must be executed prior to this validation artefact.</xs:documentation>
<xs:documentation>An optional reference to an existing validation artefact (VES) that must be executed prior to this validation artefact.</xs:documentation>
</xs:annotation>
</xs:element>

Expand Down

0 comments on commit b9ce7b0

Please sign in to comment.