CmdbTypes Schema
BytesProp Complex Type
CmdbTypes Schema : BytesProp Complex Type

Glossary Item Box

Description

Property of Type Bytes
Namespace http://schemas.hp.com/ucmdb/1/types

Base Type

Extension of CIProp Complex Type

Diagram

value Element name Element Sequence BytesProp Complex Type

Overview

BytesProp Extension of CIProp Complex Type
Property of Type Bytes
Sequence
name xs:string
The property's name
value optional xs:base64Binary
The condition value to be compared to the CI or Relation's property value

Used By

Source

<xs:complexType name="BytesProp" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Property of Type Bytes</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="types:CIProp">
      <xs:sequence>
        <xs:element name="value" type="xs:base64Binary" nillable="true" minOccurs="0">
          <xs:annotation>
            <xs:documentation>
                                The condition value to be compared to the CI or Relation's property value
                            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

See Also