Skip to content

Commit

Permalink
Made attribute "data-set-id" of telegram optional in accordance with …
Browse files Browse the repository at this point in the history
…the standard.

Added Definition for dummy Services.

git-svn-id: https://svn.code.sf.net/p/tcnopen/trdp/trunk@2151 3b5a3598-5f4e-4449-9e63-bd40438bfec0
  • Loading branch information
s-bender committed Jan 24, 2020
1 parent f9e7531 commit 2ab4e90
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion trdp/src/api/trdp-config.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,17 @@
<xs:documentation>Service's time to live</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="dummyService" default="off" use="optional">
<xs:annotation>
<xs:documentation>Defines whether the Service is a real Autosar Service or not.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="on"/>
<xs:enumeration value="off"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>

Expand Down Expand Up @@ -971,7 +982,7 @@
<xs:documentation>ID for exchange parameter. Required for TRDP telegrams.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="data-set-id" type="uint32" use="required">
<xs:attribute name="data-set-id" type="uint32" use="optional">
<xs:annotation>
<xs:documentation>ID for dataset to bve exchanged.</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit 2ab4e90

Please sign in to comment.