1*c5591576SRob Johnston<?xml version="1.0"?>
2*c5591576SRob Johnston<!DOCTYPE topology SYSTEM "/usr/share/lib/xml/dtd/digraph-topology.dtd.1">
3*c5591576SRob Johnston
4*c5591576SRob Johnston<!--
5*c5591576SRob Johnston  Copyright 2020 Joyent, Inc.
6*c5591576SRob Johnston
7*c5591576SRob Johnston-->
8*c5591576SRob Johnston
9*c5591576SRob Johnston<topo-digraph fmri-scheme='hc' nodename='test-nodename' os-version='test-os-version' product-id='test-product-id' timestamp='2019-12-20T01:51:26Z'>
10*c5591576SRob Johnston<vertices>
11*c5591576SRob Johnston<vertex name='node' instance='0x0' fmri='hc:///node=0'>
12*c5591576SRob Johnston
13*c5591576SRob Johnston  <nvpair name='property-groups' type='nvlist-array'>
14*c5591576SRob Johnston    <nvlist>
15*c5591576SRob Johnston      <nvpair name='property-group-name' type='string' value='protocol' />
16*c5591576SRob Johnston      <nvpair name='property-values' type='nvlist-array'>
17*c5591576SRob Johnston        <nvlist>
18*c5591576SRob Johnston          <nvpair name='property-name' type='string' value='resource' />
19*c5591576SRob Johnston          <!-- bad numeric value -->
20*c5591576SRob Johnston          <nvpair name='property-type' type='uint32' value='gdfgdfgdffg' />
21*c5591576SRob Johnston          <nvpair name='property-value' type='nvlist'>
22*c5591576SRob Johnston            <nvlist>
23*c5591576SRob Johnston              <nvpair name='scheme' type='string' value='hc' />
24*c5591576SRob Johnston              <nvpair name='version' type='uint8' value='0' />
25*c5591576SRob Johnston              <nvpair name='hc-list' type='nvlist-array'>
26*c5591576SRob Johnston                <nvlist>
27*c5591576SRob Johnston                  <nvpair name='hc-name' type='string' value='node' />
28*c5591576SRob Johnston                  <nvpair name='hc-id' type='string' value='0' />
29*c5591576SRob Johnston                </nvlist>
30*c5591576SRob Johnston              </nvpair>
31*c5591576SRob Johnston            </nvlist>
32*c5591576SRob Johnston          </nvpair> <!-- property-value -->
33*c5591576SRob Johnston        </nvlist>
34*c5591576SRob Johnston      </nvpair> <!-- property-values -->
35*c5591576SRob Johnston    </nvlist>
36*c5591576SRob Johnston
37*c5591576SRob Johnston  </nvpair> <!-- property-groups -->
38*c5591576SRob Johnston
39*c5591576SRob Johnston</vertex>
40*c5591576SRob Johnston
41*c5591576SRob Johnston</vertices>
42*c5591576SRob Johnston</topo-digraph>
43