设备网络SDK开发使用手册


<PersonInfoExtendList version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <!--req,人员扩展信息列表-->
  <PersonInfoExtend>
    <id>
      <!--req,xs:integer, "人员扩展信息序号, 从"1"开始赋值, 依次增加" -->
    </id>
    <enable>
      <!--req,xs: boolean, "人员扩展信息使能" -->
    </enable>
    <name>
      <!--opt,xs:string, "人员标签信息扩展名称" -->
    </name>
    <value>
      <!--opt,xs:string, "人员标签信息扩展内容" -->
    </value>
  </PersonInfoExtend>
</PersonInfoExtendList>