Skip to content

Commit

Permalink
make refType optional for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Oct 25, 2023
1 parent 52ad070 commit fc88b06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion matsim/src/main/java/org/matsim/counts/CountsWriterV2.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ final class CountsWriterV2 extends MatsimXmlWriter {

private static final Logger logger = LogManager.getLogger(CountsWriterV2.class);


private final Counts<?> counts;

private final AttributesXmlWriterDelegate attributesWriter = new AttributesXmlWriterDelegate();
Expand Down
2 changes: 1 addition & 1 deletion matsim/src/main/resources/dtd/counts_v2.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</xs:sequence>

<xs:attribute name="refId" type="xs:string" use="required"/>
<!-- <xs:attribute name="refType" type="xs:string" use="required"/>-->
<xs:attribute name="refType" type="xs:string" use="optional"/>
<xs:attribute name="id" type="xs:string" use="optional"/>
<xs:attribute name="name" type="xs:string" use="optional"/>
<xs:attribute name="description" type="xs:string" use="optional"/>
Expand Down

0 comments on commit fc88b06

Please sign in to comment.