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"

(New page: This page is currently being constructed.)
 
Line 1: Line 1:
 
This page is currently being constructed.
 
This page is currently being constructed.
 +
 +
= XEF Reference =
 +
 +
== Category ==
 +
{| border="1" cellspacing="0"
 +
|+ Category
 +
! Applies to !! What it looks like
 +
|-
 +
| Applies to || Before After
 +
|}
 +
 +
== Display Name ==
 +
{| border="1" cellspacing="0" cellpadding="4"
 +
|-
 +
! Annotation
 +
| <xef:displayName>
 +
|-
 +
! Applies to
 +
| <xs:element>
 +
|-
 +
! Before
 +
| [[Image:DisplayNameBefore.jpg]]
 +
|-
 +
! After
 +
| [[Image:DisplayNameAfter.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>
 +
|}

Revision as of 12:42, 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>
Applies to <xs:element>
Before DisplayNameBefore.jpg
After DisplayNameAfter.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