Skip to content

Commit

Permalink
[NAE-1946] Connector to S3
Browse files Browse the repository at this point in the history
- returned remote as deprecated
  • Loading branch information
renczesnetgrif committed Sep 23, 2024
1 parent 2fea327 commit 744b733
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions petriflow.schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<xs:element type="actionRef" name="actionRef" minOccurs="0" maxOccurs="unbounded"/>
<xs:element type="documentRef" name="documentRef" minOccurs="0"/>
<xs:element type="storage" name="storage" minOccurs="0"/>
<xs:element type="remote" name="remote" minOccurs="0"/>
<xs:element type="xs:int" name="length" minOccurs="0"/>
<xs:element type="allowedNets" name="allowedNets" minOccurs="0"/>
</xs:sequence>
Expand Down Expand Up @@ -602,6 +603,16 @@
<xs:extension base="i18nStringTypeWithExpression"/>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="remote">
<xs:annotation>
<xs:documentation>
This attribute is deprecated, use <storage>...</storage> instead.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="0"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="storage">
<xs:sequence>
<xs:element type="xs:string" name="type"/>
Expand Down

0 comments on commit 744b733

Please sign in to comment.