File: bios_string-enum-regexp.xml

package info (click to toggle)
python-dracclient 3.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,008 kB
  • sloc: xml: 18,999; python: 7,076; makefile: 23
file content (37 lines) | stat: -rw-r--r-- 1,819 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<s:Envelope xmlns:n1="http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_BIOSString"
            xmlns:s="http://www.w3.org/2003/05/soap-envelope"
            xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
            xmlns:wsen="http://schemas.xmlsoap.org/ws/2004/09/enumeration"
            xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <s:Header>
    <wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
    <wsa:Action>http://schemas.xmlsoap.org/ws/2004/09/enumeration/EnumerateResponse</wsa:Action>
    <wsa:RelatesTo>uuid:1d8b3e77-8919-4459-8f06-2d63284c15c1</wsa:RelatesTo>
    <wsa:MessageID>uuid:31707306-2213-1213-8ee9-a36fc6fe83b0</wsa:MessageID>
  </s:Header>
  <s:Body>
    <wsen:EnumerateResponse>
      <wsman:Items>
        <n1:DCIM_BIOSString>
          <n1:AttributeDisplayName>System Model Name</n1:AttributeDisplayName>
          <n1:AttributeName>SystemModelName</n1:AttributeName>
          <n1:CurrentValue>PowerEdge R320</n1:CurrentValue>
          <n1:Dependency xsi:nil="true"/>
          <n1:DisplayOrder>200</n1:DisplayOrder>
          <n1:FQDD>BIOS.Setup.1-1</n1:FQDD>
          <n1:GroupDisplayName>System Information</n1:GroupDisplayName>
          <n1:GroupID>SysInformation</n1:GroupID>
          <n1:InstanceID>BIOS.Setup.1-1:SystemModelName</n1:InstanceID>
          <n1:IsReadOnly>false</n1:IsReadOnly>
          <n1:MaxLength>32</n1:MaxLength>
          <n1:MinLength>0</n1:MinLength>
          <n1:PendingValue xsi:nil="true"/>
          <n1:ValueExpression>foo</n1:ValueExpression>
        </n1:DCIM_BIOSString>
      </wsman:Items>
      <wsen:EnumerationContext/>
      <wsman:EndOfSequence/>
    </wsen:EnumerateResponse>
  </s:Body>
</s:Envelope>