Skip to content

Commit

Permalink
Update featuretype.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
richardforsterNVBW authored Sep 30, 2024
1 parent 1a6d352 commit 8851ea6
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ WHERE purpose='BIKE'
</attribute>
<attribute>
<name>type</name>
<minOccurs>0</minOccurs>
<minOccurs>1</minOccurs>
<maxOccurs>1</maxOccurs>
<nillable>true</nillable>
<nillable>false</nillable>
<binding>java.lang.String</binding>
</attribute>
<attribute>
Expand Down Expand Up @@ -220,9 +220,9 @@ WHERE purpose=&apos;BIKE&apos;
</attribute>
<attribute>
<name>capacity</name>
<minOccurs>0</minOccurs>
<minOccurs>1</minOccurs>
<maxOccurs>1</maxOccurs>
<nillable>true</nillable>
<nillable>false</nillable>
<binding>java.lang.Integer</binding>
</attribute>
<attribute>
Expand Down Expand Up @@ -311,9 +311,9 @@ WHERE purpose=&apos;BIKE&apos;
</attribute>
<attribute>
<name>static_data_updated_at</name>
<minOccurs>0</minOccurs>
<minOccurs>1</minOccurs>
<maxOccurs>1</maxOccurs>
<nillable>true</nillable>
<nillable>false</nillable>
<binding>java.sql.Timestamp</binding>
</attribute>
<attribute>
Expand Down

0 comments on commit 8851ea6

Please sign in to comment.