Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "STP/Policy Component/XEF Reference"

(Display Name)
(Display Name)
Line 24: Line 24:
 
|- valign="top"
 
|- valign="top"
 
! Before
 
! Before
| [[Image:DisplayNameBefore.jpg]] [[Image:DisplayNameElementBefore.jpg]]
+
|
 +
attributes: [[Image:DisplayNameBefore.jpg]]  
 +
 
 +
 
 +
 
 +
elements: [[Image:DisplayNameElementBefore.jpg]]
 
|- valign="top"
 
|- valign="top"
 
! After
 
! After
| attributes: [[Image:DisplayNameAfter.jpg]] elements: [[Image:DisplayNameElementAfter.jpg]]
+
|
 +
attributes: [[Image:DisplayNameAfter.jpg]]
 +
 
 +
 
 +
 
 +
elements: [[Image:DisplayNameElementAfter.jpg]]
 
|- valign="top"
 
|- valign="top"
 
! Example
 
! Example

Revision as of 13:00, 11 December 2007

This page is currently being constructed.

XEF Reference

Category

Category
Applies to What it looks like
Applies to Before After

Display Name

Annotation <xef:displayName>
Description Provides a human readable name for the attribute or element.
Applies to <xs:element>
Before

attributes: DisplayNameBefore.jpg


elements: DisplayNameElementBefore.jpg

After

attributes: DisplayNameAfter.jpg


elements: DisplayNameElementAfter.jpg

Example
<xs:attribute name="every_client" type="xs:boolean">
  <xs:annotation>
    <xs:appinfo>
      <xef:displayName>Every Client</xef:displayName>
    </xs:appinfo>
  </xs:annotation>
</xs:attribute>

Back to the top