BinaryCollectionType

The BinaryCollectionType resource contains one or more items of type xs:base64Binary.

Schema

<?xml version="1.0"?><xs:schema xmlns:rm="https://schemas.microsoft.com/2006/11/ResourceManagement" targetNamespace="https://schemas.microsoft.com/2006/11/ResourceManagement" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="BinaryCollectionType">
    <xs:sequence>
      <xs:element maxOccurs="unbounded" minOccurs="1" name="Item" type="xs:base64Binary" />
    </xs:sequence>
  </xs:complexType>
</xs:schema>

Properties

The following table lists the properties of the BinaryCollectionType resource:

Property Description

Item

Required multi-valued property. Each Item represents a xs:base64Binary value.

Parent Resource

Resource

See Also

Concepts

How to: Retrieve the FIM Service Schema Using WS-MetadataExchange
Schema Data Types

Other Resources

Forefront Identity Manager Schema