L
lfzxs
Unregistered / Unconfirmed
GUEST, unregistred user!
<xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882'
xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882'
xmlns:rs='urn:schemas-microsoft-com:rowset'
xmlns:z='#RowsetSchema'>
<s:Schema id='RowsetSchema'>
<s:ElementType name='row'>
<s:AttributeType name='员工' rs:number='1'>
<s:datatype dt:type='varchar' dt:maxLength='64'/>
</s:AttributeType>
<s:AttributeType name='奖励' rs:number='8'>
<s:datatype dt:type='numeric' dt:maxLength='22'/>
</s:AttributeType>
</s:ElementType>
</s:Schema>
<rs:data>
<z:row 员工='0001' 奖励='100.00' />
</rs:data>
</xml>
xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882'
xmlns:rs='urn:schemas-microsoft-com:rowset'
xmlns:z='#RowsetSchema'>
<s:Schema id='RowsetSchema'>
<s:ElementType name='row'>
<s:AttributeType name='员工' rs:number='1'>
<s:datatype dt:type='varchar' dt:maxLength='64'/>
</s:AttributeType>
<s:AttributeType name='奖励' rs:number='8'>
<s:datatype dt:type='numeric' dt:maxLength='22'/>
</s:AttributeType>
</s:ElementType>
</s:Schema>
<rs:data>
<z:row 员工='0001' 奖励='100.00' />
</rs:data>
</xml>