Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • id (string, required)  Name of the SP attribute to create
  • contactType
  •  (string, required)  Indicates which type of contact to locate in the metadata for extraction. The first match is used.
  • formatter
  •  (string, required) A formatting string used to configure a DOM AttributeDecoder. For example, "$GivenName $SurName"
Name
  • id (string, required)   Name of the SP attribute to create
  • height (unsigned integer
Input
  • ) Input to logo size matching
  • width
  • (unsigned integer
  • Input to logo size matching
  • formatter (string, required)  A formatting string used to configure a DOM AttributeDecoder. For example, "<img src='$_string' height='$height' width='$width'/>"

Name

Cardinality

Description

<ContactPerson>
0 or more

Each element defines a rule for extracting <md:ContactPerson> element information from the metadata.

Attributes

NameTypeReq?Description
idstringYstringYstringY
<Logo>
0 or more

Each element defines a rule for extracting <mdui:Logo> element information from the metadata. The height and width settings, if provided, are used to find the logo with the smallest total difference in size between the inputs.

Attributes

NameTypeReq?Description
idstringYheightformatterstringY

Example

Code Block
languagexml
<AttributeExtractor type="Metadata" errorURL="errorURL" DisplayName="displayName"/>

...