Skip to content

Commit

Permalink
Fix xsd.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Sep 11, 2024
1 parent 0d30c2d commit 7376af1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/xsd/fastRTPS_profiles.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1856,6 +1856,10 @@
<xs:restriction base="xs:unsignedInt"/>
</xs:simpleType>

<xs:simpleType name="uint64">
<xs:restriction base="xs:unsignedLong"/>
</xs:simpleType>

<!--Octect vector-->
<xs:simpleType name="octectVector">
<xs:restriction base="xs:string">
Expand Down

0 comments on commit 7376af1

Please sign in to comment.