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"

(XEF Reference)
Line 12: Line 12:
  
 
== Display Name ==
 
== Display Name ==
{| border="1" cellspacing="0" cellpadding="4"
+
{| border="1" cellspacing="0" cellpadding="4"  
|-  
+
|- valign="top"
 
! Annotation
 
! Annotation
 
| <xef:displayName>
 
| <xef:displayName>
|-  
+
|- valign="top"
 
! Applies to  
 
! Applies to  
 
| <xs:element>
 
| <xs:element>
|-
+
|- valign="top"
 
! Before
 
! Before
 
| [[Image:DisplayNameBefore.jpg]]
 
| [[Image:DisplayNameBefore.jpg]]
|-
+
|- valign="top"
 
! After
 
! After
 
| [[Image:DisplayNameAfter.jpg]]
 
| [[Image:DisplayNameAfter.jpg]]
|-
+
|- valign="top"
 
! Example
 
! Example
 
|  
 
|  
<xs:attribute name="every_client" type="xs:boolean">
+
<pre><xs:attribute name="every_client" type="xs:boolean">
 
   <xs:annotation>
 
   <xs:annotation>
 
     <xs:appinfo>
 
     <xs:appinfo>
Line 34: Line 34:
 
     </xs:appinfo>
 
     </xs:appinfo>
 
   </xs:annotation>
 
   </xs:annotation>
</xs:attribute>
+
</xs:attribute></pre>
 
|}
 
|}

Revision as of 12:45, 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