propertyIDFFGeneral.xml revision 7d602f039beb26151cdc6306cfd3952b98bdc424
2258N/A<!--
2258N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2258N/A
2258N/A Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
2258N/A
2258N/A The contents of this file are subject to the terms
2258N/A of the Common Development and Distribution License
2258N/A (the License). You may not use this file except in
2258N/A compliance with the License.
2258N/A
2258N/A You can obtain a copy of the License at
2258N/A https://opensso.dev.java.net/public/CDDLv1.0.html or
2258N/A opensso/legal/CDDLv1.0.txt
2258N/A See the License for the specific language governing
2258N/A permission and limitations under the License.
2258N/A
2258N/A When distributing Covered Code, include this CDDL
2258N/A Header Notice in each file and include the License file
2258N/A at opensso/legal/CDDLv1.0.txt.
2258N/A If applicable, add the following below the CDDL Header,
2258N/A with the fields enclosed by brackets [] replaced by
2258N/A your own identifying information:
2258N/A "Portions Copyrighted [year] [name of copyright owner]"
2258N/A
2258N/A $Id: propertyIDFFGeneral.xml,v 1.3 2008/06/25 05:51:05 qcheng Exp $
2258N/A
2258N/A-->
2258N/A
2258N/A<!DOCTYPE propertysheet SYSTEM "propertysheet.dtd">
2258N/A
2258N/A<propertysheet>
2258N/A <section name="common"
2258N/A defaultValue="idff.entityDescriptor.section.title.commonAttributes" >
2258N/A <property>
2258N/A <label name="lblName"
2258N/A defaultValue="idff.entityDescriptor.attribute.label.name"
2258N/A labelFor="tfName" />
2258N/A <cc name="tfName"
2258N/A tagclass="com.sun.web.ui.taglib.html.CCStaticTextFieldTag" />
2258N/A </property>
2258N/A <property>
2258N/A <label name="lblType"
2258N/A defaultValue="idff.entityDescriptor.attribute.label.type"
2258N/A labelFor="txtType" />
2258N/A <cc name="txtType"
2258N/A tagclass="com.sun.web.ui.taglib.html.CCStaticTextFieldTag" />
2258N/A </property>
2258N/A </section>
2258N/A</propertysheet>
2258N/A
2258N/A
2258N/A