IComponentSpecification spec = new ComponentSpecification();
IContainedComponent ccOne = new ContainedComponent();
ccOne.setType("Insert");
ccOne.setBinding("value", new BindingSpecification());
spec.addComponent("time", ccOne);
IContainedComponent ccTwo = new ContainedComponent();
ccTwo.setCopyOf("time");
spec.addComponent("valid", ccTwo);