Customizer's Guide > Customizing Your Site's Profiling Configuration > Profiling DTD Element Reference > Profile Element
  
Profile Element
Synopsis
Mixed content model:
Profile
((ProfileElement* | NotProfileElement*),
((ProfileFolder | Allowed)+ | RadioChoice))
Attributes:
attribute NMTOKEN #REQUIRED
alias CDATA #REQUIRED
valueSeparator CDATA ";"
Description
The <Profile> element defines the profiles that are available to apply to an element.
The element can have the following child elements:
<ProfileElement>, <NotProfileElement>, <ProfileFolder>
The <Profile> element has the following attributes:
attribute = NMTOKEN
Defines the attribute in which to store the profile values. This can be an attribute value defined in the document type or a namespaced attribute value.
alias = CDATA
Specifies the name of the profile.
valueSeparator = CDATA
Specifies the delimiter used to separate multiple profile values specified on a particular attribute. The default value is a semicolon (;).