tools: display EndpointId in 'nfdc fib list'
Refs: #4816
Change-Id: Id656939d9595adbd8c96a78e9aedfdd8dda2a555
diff --git a/docs/_static/nfd-status.xsd b/docs/_static/nfd-status.xsd
index 0052162..8407a86 100644
--- a/docs/_static/nfd-status.xsd
+++ b/docs/_static/nfd-status.xsd
@@ -100,6 +100,7 @@
<xs:complexType name="nextHopType">
<xs:sequence>
<xs:element type="xs:nonNegativeInteger" name="faceId"/>
+ <xs:element type="xs:nonNegativeInteger" name="endpointId"/>
<xs:element type="xs:nonNegativeInteger" name="cost"/>
</xs:sequence>
</xs:complexType>