<?xml version="1.0" encoding="ASCII"?> <org.eclipse.emf.ecp.view.model:View xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:org.eclipse.emf.ecp.view.model="http://org/eclipse/emf/ecp/view/model" name="MyView"> <categorizations xsi:type="org.eclipse.emf.ecp.view.model:Category" name="MyCategory"> <composite xsi:type="org.eclipse.emf.ecp.view.model:ColumnComposite" name="MyColumnComposite"> <composites xsi:type="org.eclipse.emf.ecp.view.model:Column" name="MyColumn"> <composites xsi:type="org.eclipse.emf.ecp.view.model:Seperator" name="Private"/> <composites xsi:type="org.eclipse.emf.ecp.view.model:Control" name="Name"> <targetFeature xsi:type="ecore:EAttribute" href="http://org/eclipse/example/bowling#//Player/name"/> </composites> <composites xsi:type="org.eclipse.emf.ecp.view.model:Control" name="Birthdate"> <targetFeature xsi:type="ecore:EAttribute" href="http://org/eclipse/example/bowling#//Player/dateOfBirth"/> </composites> </composites> <composites xsi:type="org.eclipse.emf.ecp.view.model:Group" name="Stats"> <composites xsi:type="org.eclipse.emf.ecp.view.model:Control" name="Victories"> <targetFeature xsi:type="ecore:EAttribute" href="http://org/eclipse/example/bowling#//Player/numberOfVictories"/> </composites> <composites xsi:type="org.eclipse.emf.ecp.view.model:Control" name="WinLossRatio"> <targetFeature xsi:type="ecore:EAttribute" href="http://org/eclipse/example/bowling#//Player/winLossRatio"/> </composites> </composites> </composite> </categorizations> <rootEClass href="http://org/eclipse/example/bowling#//Player"/> </org.eclipse.emf.ecp.view.model:View>