// org.dmd.dms.util.GenUtility.formatSV(GenUtility.java:877)
  public void setEmbedSchema(Object value) throws DmcValueException {
    DmcTypeXsSchemaREFSV attr = (DmcTypeXsSchemaREFSV) get(DmwsdlDMSAG.__embedSchema);
    if (attr == null) attr = new DmcTypeXsSchemaREFSV(DmwsdlDMSAG.__embedSchema);
    else attr.removeBackReferences();

    attr.set(value);
    set(DmwsdlDMSAG.__embedSchema, attr);
  }