封装保存音视频样例配置的方法
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<p:maat xmlns:p="http://www.w3school.com.cn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
<p:maat xmlns:p="http://www.w3school.com.cn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.w3school.com.cn maat.xsd">
|
||||
|
||||
|
||||
<p:maatType service="96,97,98,99,100,101,160,161,162,163,164,165">
|
||||
<p:maatType service="96;97;98;99;100;101;160;161;162;163;164;165">
|
||||
<p:expressions>
|
||||
<p:keyExpression>file_index_info,[cfg_id]</p:keyExpression>
|
||||
<p:valueExpression>[cfg_id],\t,[is_valid],\t,[dst_file],\t,[dst_file_md5],\t,[time_stamp],$nbsp,[level],\t,[file_id]\n</p:valueExpression>
|
||||
<p:keyExpression>file_index_info;,;[cfg_id]</p:keyExpression>
|
||||
<p:valueExpression>[cfg_id];\t;[is_valid];\t;[dst_file];\t;[dst_file_md5];\t;[time_stamp];&nbsp;[level];\t;[file_id];\n</p:valueExpression>
|
||||
<p:redisDB>2</p:redisDB>
|
||||
</p:expressions>
|
||||
</p:maatType>
|
||||
|
||||
|
||||
@@ -12,13 +12,6 @@
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:complexType>
|
||||
<xs:attribute name="service" type="xs:string" use="required">
|
||||
<xs:annotation>
|
||||
<xs:documentation><![CDATA[业务类型,多个业务类型用逗号分隔]]>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
||||
</xs:attribute>
|
||||
<xs:sequence>
|
||||
<xs:element name="sequences">
|
||||
<xs:annotation>
|
||||
@@ -77,7 +70,7 @@
|
||||
<xs:documentation>
|
||||
<![CDATA[rediskey规则,以[]包围的代表可变项,
|
||||
需要从map中获取的值,直接写的代表是固定值,直接拼接即可,
|
||||
每个属性间用逗号分隔,空格用&nbsp表示]]>
|
||||
每个属性间用分号分隔,空格用&nbsp表示]]>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
@@ -86,7 +79,7 @@
|
||||
<xs:documentation>
|
||||
<![CDATA[redisvalue规则,以[]包围的代表可变项,
|
||||
需要从map中获取的值,直接写的代表是固定值,直接拼接即可,
|
||||
每个属性间用逗号分隔,空格用&nbsp表示]]>
|
||||
每个属性间用分号分隔,空格用&nbsp表示]]>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
</xs:element>
|
||||
@@ -107,6 +100,15 @@
|
||||
</xs:element>
|
||||
|
||||
</xs:sequence>
|
||||
|
||||
|
||||
<xs:attribute name="service" type="xs:string" use="required">
|
||||
<xs:annotation>
|
||||
<xs:documentation><![CDATA[业务类型,多个业务类型用分号分隔]]>
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
||||
</xs:attribute>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
|
||||
Reference in New Issue
Block a user